- 12 Haz, 2014 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
...the non-mutex'ed access to the static LinguMgr members from other functions makes it look like those are all assumed to be called with SolarMutex locked; but that does not hold for calls to LinguMgrAppExitLstnr::disposing. Change-Id: I225a9f7ace65774460502a4aa510abddd48d12ca
-
Baptiste Daroussin yazdı
Change-Id: I92e7e6a1b871c3cefc5aca39d32b6837e624c157 Reviewed-on: https://gerrit.libreoffice.org/9752Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Jan Kantert yazdı
Change-Id: I1a187426ae41b9398c062f3c4998363b073e80f1 Reviewed-on: https://gerrit.libreoffice.org/9744Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I3c772ec30360103f569b34e7c83f65b469eb5be8
-
rbuj yazdı
Change-Id: If18df0c06a1bdec5ea54307f9c452a1edf533e15 Reviewed-on: https://gerrit.libreoffice.org/9740Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Meeks yazdı
We can't check for NULL from beyond the end of a smaller structure. Change-Id: Id3754bf747c402cf0d767eda5fd4b5ad6b5789e9
-
Michael Meeks yazdı
Change-Id: Id79d76893bfc931334afd59b05ab96a31e441e02
-
Andrzej Hunt yazdı
Change-Id: Ice611cf5913051346a3a0c0b00ed35a35a0dfe3c
-
Stephan Bergmann yazdı
Change-Id: Ia4eda7adc7685809b69a248f664b6a38dc3ea0e6
-
Caolán McNamara yazdı
Change-Id: Ia1466b6215c2189395285ba377a18ac27e67b93a
-
Caolán McNamara yazdı
Change-Id: If5ce403d9a216847532d5a2898e95c9bbde71570
-
Caolán McNamara yazdı
Change-Id: I4b8a0ebc846ee91530d28821643b3d2f98c0d4f2
-
Caolán McNamara yazdı
Change-Id: I8fc9d0eeab6f63be4c815adcbd092d5ff2a96586
-
Caolán McNamara yazdı
Change-Id: Id8a6d6c4faf3101b13d84de180f8db7cab2cb16f
-
Caolán McNamara yazdı
Change-Id: If0d3829bfc14c602a0167967cbe215782c75f549
-
Caolán McNamara yazdı
so the dialog stops scribbling on itself, and instead uses a real widget for that This has to be one of our weirdest dialogs, why expend so much effort to create this dialog for the most obscure of issues. Change-Id: Ia25e6c67fb278528c6c68a1d6db74de59915fd34
-
Caolán McNamara yazdı
Change-Id: I5f34889520afb2149ba480f56d59f14d75ee50c0
-
Palenik Mihály yazdı
Change-Id: I4476559cc2e6a90b65d5bdc8169b256929f07f7e Reviewed-on: https://gerrit.libreoffice.org/9734Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Idd127d949837a4b327a77217abe70f50e3633d78
-
Michael Stahl yazdı
Change-Id: I63f7914b52af51b55a51d39953a1ee58636243a3
-
Caolán McNamara yazdı
Project: help 23e837dd59c455baeae5f8d691fad3e3b9db52d6
-
Stephan Bergmann yazdı
...and replace gb_CppunitTest_unset_headless with gb_CppunitTest_use_vcl_non_headless. Change-Id: Ibd859f98ed8df09988ca26ffcee26e06e25d8313
-
Stephan Bergmann yazdı
Change-Id: I9d4255f0ddcaf375706556d0c0baf2a5a0762bbf
-
Michael Stahl yazdı
Change-Id: I64cf70cf7f1f77c38a8a4804b705ce8a0441e487
-
Michael Stahl yazdı
Currently font names like "微软雅黑" (Microsoft YaHei) are written as "????" in the RTF export; to avoid that, set the \fcharset of the font entry to something that at least is able to encode the font name and alternate name. This requires a new function since the existing rtl_TextEncodingToWinCharset was changed in b88fe998 to return "default" 0x01 (for OOXML) which is quite unhelpful for RTF. This is not entirely satisfactory, as of course that is no guarantee that the encoding can represent all of the actual text that has the font applied; hence there are some \'3f in the fall-back encoded text of the heading of the bugdoc, which indicates that the detected Shift-JIS is insufficient and GB-2132 would be required; but it's not obvious how to do better here without iterating over all the text twice, and that still leaves the possibility that all text that has a particular font applied cannot be represented by a single non-Unicode encoding. But since we always write text as the \u Unicode + legacy fall-back, this should not be a big problem since modern RTF readers will simply read the Unicode. Change-Id: Ie6a42294c501d014dd9f0df82638519412ca19bb
-
Michael Stahl yazdı
The font name is encoded in the font's charset given by \fcharset. Change-Id: Id9520649a1eb3b55f4314e140abda7399f23d925
-
Stephan Bergmann yazdı
...by blacklisting the problematic service Change-Id: I524a7c7af2cb374911db7b204021c3d2bcd1fdd6
-
Stephan Bergmann yazdı
...as test code using gb_CppunitTest_use_vcl is implicitly run with Solar Mutex locked Change-Id: I480b4bcce7c6a94922019679099b0883b3ee1030
-
David Tardon yazdı
Change-Id: I5c6bd3ea267f1ea84b46e46aa508a27d00903347
-
Markus Mohrhard yazdı
Change-Id: Id8acd1bda30156da8cf5f61537f76f778e1b9c74
-
Caolán McNamara yazdı
Change-Id: If4ad2fe763bffdb64119f7f2a5797aae588fbbf8
-
Caolán McNamara yazdı
Change-Id: Ie487d86b95f49812cd2f4620d6d652b7422e6139
-
Caolán McNamara yazdı
Change-Id: I5e90d51440afa4e317bc07ccb937f606edbc9eb9
-
Caolán McNamara yazdı
Change-Id: I86bb00f134aaf95a48ac0a5d594c632d03f0e9d5
-
Caolán McNamara yazdı
Project: help 179e4d655622b1926a2de0e8bc93627961fcc3c7
-
Eike Rathke yazdı
... to prevent confusion with our internal usage. Change-Id: I273b80882cbe5029d04ad754c8b0636f5c59a4f6
-
Stephan Bergmann yazdı
Change-Id: Ic4da6180e4457309211ed26ba7d2b8382eec76f3
-
Stephan Bergmann yazdı
Change-Id: Ib6048bb694c84a1386d70a72c6e6e942b246a80d
-
sk94 yazdı
Change-Id: Ia625de9edd46c185c2712c0c5a7154ba1abb2894 Reviewed-on: https://gerrit.libreoffice.org/9726Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I200520a28335fb62cecb91175fc6cefc2cfb51ec
-