- 09 Kas, 2012 40 kayıt (commit)
-
-
Michael Stahl yazdı
Also MSVC does not like libraries that do not have any objects. Change-Id: I172fe0b61db9de6c7c4975a7b7c7fa63624b1865
-
Michael Stahl yazdı
... which i've also managed to break, unaware of its existence. Consolidate 2 different ways to use VALGRIND_CFLAGS. Change-Id: I245c7a9a2b6bc904a227a15063cf5d8a2f64313c
-
Michael Stahl yazdı
Change-Id: I151aa45838edbaa713b40716e45a75e812b7c782
-
Michael Stahl yazdı
Also unbreaks the build because VALGRIND_CFLAGS is now never empty with cedd9ebd. Change-Id: Ide5ca799b3656ccaff483ca05dbc18682136345f
-
Michael Stahl yazdı
Change-Id: If693e440327331ea007722ff575b8015d727e5bc
-
Eike Rathke yazdı
Prepared private methods to force compiler errors during conversion to LanguageTag. Commented current usage on some methods. Change-Id: If365e24c7cf06bdf33ecd0bc15ddbfe33cd347c0
-
Noel Power yazdı
old code used to use XCell->setString, new code uses rDoc.SetString which by default tries to detect number formats. The ScColumn::SetString that eventually gets called seems to do lots of additional checks ( and apparently even if an ScSetStringParam instance with mbDetectNumberFormat ( false ) was passed it seems that it will still try to detect decimal number formats. With that in mind I restore and un-unoified version of what XCell->setString used do Change-Id: Ifaef74c78b198f492a390a3d5dc1721622a01ea4
-
Luboš Luňák yazdı
Apparently some people still try to source it from shell (scripts). Change-Id: If26a5c5eb83739d3ccce043afd095000d355a543
-
David Ostrovsky yazdı
Change-Id: Icba39756a54d1225514048c55ddad0f31ce31699
-
Michael Stahl yazdı
Change-Id: I50f4396e6a8abf32d1a0f63cbfa93d2c59375326
-
Michael Stahl yazdı
This allows us to simply pass the already exported variables to invoked configures, where the non-empty values will override the detection logic there. Change-Id: I7353a313814c58922e34843aeae380e5afa442ca
-
Michael Stahl yazdı
Change-Id: I05df8435874eb65f3acedaaea50b4910e9fc9111
-
Bjoern Michaelsen yazdı
- partial implementation of the SessionInstaller interfaces - accessable via service: org.freedesktop.PackageKit.SyncDbusSessionHelper Change-Id: Ica91f481d041a066215fba3e808bf587e1271f1b
-
Caolán McNamara yazdı
Change-Id: I9acf8198ac19c3e448bb7d65116e408ac179993e
-
jailletc36 yazdı
Change-Id: Id80013cbab8f1633db59d2d4492c7363224871bd Signed-off-by:
jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1016Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I581fb38e3f3d24987dcf92e73caf736203fa9385
-
Fridrich Štrba yazdı
Change-Id: I0f458caa1bda23882c76cbae414b738a5d04ab32
-
Peter Foley yazdı
Change-Id: If2477b9a391d75672a349ba240ceb61e0b06611a
-
Eike Rathke yazdı
Change-Id: I0ab5a25cafdd246828ba09db8d01bb498e7012ab
-
Eike Rathke yazdı
Change-Id: Ida7914d7301c16ed1771be3d874c716c8fbaf8b4
-
Tor Lillqvist yazdı
Change-Id: Ie648ce55fdc11f907f5f5b3b958c13c695f392c5
-
Jan Holesovsky yazdı
I suppose it is the same misconception as in fdo#55931 - I am convinced that the font metrics should not be used here. Looks to me as if in the past, the font width computation was broken somewhere deep inside OOo, and everyone instead of fixing the root cause was just working that around by using the FontMetric; and then one day the root cause was fixed, and all the workarounds broke ;-) - but that is just a theory. Change-Id: I741bf8f4eaea4f7d8bc698dc9a8124109dfb8c20
-
Norbert Thiebaud yazdı
it is fairly common when converting String to OUString to find code that search for thing and replace/delete these things... the later need OUStringBuffer, the former OUString. This add the search feature provided by the indexOf family of function found in OUString, into OUStringBuffer Change-Id: I2de818e6317a94ed520f338ebc9ed08d5f17765c
-
Miklos Vajna yazdı
This is still not complete, but having the replacement graphic only is far better than having nothing. Change-Id: I141a3de1a449f4261c7086e10f2c141b3f6cdb10
-
Luboš Luňák yazdı
LCMS2_CFLAGS must be non-empty for it to override pkg-config.
-
Tor Lillqvist yazdı
Use it in the cases where I yesterday changed SAL_DLLPUBLIC_EXPORT to JNIEXPORT. It turns out that on Linux JNIEXPORT does not enforce "default" visibility, but expands to empty. Change-Id: I033b3cf538715fb596e965e17f3da12fb987df63
-
Fridrich Štrba yazdı
Change-Id: I376b03d12f8ae59fcf75046c42bcd6ba5d29af2c
-
Luboš Luňák yazdı
-
Tor Lillqvist yazdı
Now with DISABLE_DYNLOADING, SAL_DLLPUBLIC_EXPORT actually means hidden visibilty. Which is OK in general as with a single DSO (or a single executable, for iOS), none of our "normal" entry points need to be visible froom the outside. So for the JNI entry points use JNIEXPORT. On "normal" platforms it should be equivalent to SAL_DLLPUBLIC_EXPORT. Change-Id: Iad634950e635ac03a0e90cae6d00afd9fb4eeb64
-
Tor Lillqvist yazdı
Change-Id: Iae8f93d096178532e2384a13b36e1385269aa14f
-
Tor Lillqvist yazdı
Change-Id: Ib766a4ed49d089488fc4ec67b941be2f38ba3ac3
-
Tor Lillqvist yazdı
Change-Id: I0261d30f20c88fc324194f687ebba3afd980117d
-
Norbert Thiebaud yazdı
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Tor Lillqvist yazdı
Change-Id: Iedef29260ef10ecf9d5d95dfd87e1c5aaebfc3fb
-
Tor Lillqvist yazdı
Change-Id: I9f520ca7fb88c6843582595cd2d999d8060c9528
-
jailletc36 yazdı
Corrected according to surrounding code. I don't know if or when this code is called. Change-Id: I4ed63439e47a89cc982d792c619c4c58335daf93 Signed-off-by:
jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1009Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
jailletc36 yazdı
Change-Id: I34e1de922544e5e0f0ea0e03be5d238d600aa833 Signed-off-by:
jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1010Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Markus Mohrhard yazdı
Change-Id: I36e57f8eac028e72fedd81a5fb05698ff1c57fe0
-
Markus Mohrhard yazdı
Change-Id: Ie2c55af903ef0fdf21444ee1f59d25382648d9fa
-
Markus Mohrhard yazdı
Change-Id: I10a524c49169611e2bf2e34988667e46474e17a8
-