Age | Commit message (Collapse) | Author |
|
Also MSVC does not like libraries that do not have any objects.
Change-Id: I172fe0b61db9de6c7c4975a7b7c7fa63624b1865
|
|
... which i've also managed to break, unaware of its existence.
Consolidate 2 different ways to use VALGRIND_CFLAGS.
Change-Id: I245c7a9a2b6bc904a227a15063cf5d8a2f64313c
|
|
Change-Id: I151aa45838edbaa713b40716e45a75e812b7c782
|
|
Also unbreaks the build because VALGRIND_CFLAGS is now never
empty with cedd9ebdd260e99e74ad54391c0d0b1d1ebd9891.
Change-Id: Ide5ca799b3656ccaff483ca05dbc18682136345f
|
|
Change-Id: If693e440327331ea007722ff575b8015d727e5bc
|
|
Prepared private methods to force compiler errors during conversion to
LanguageTag. Commented current usage on some methods.
Change-Id: If365e24c7cf06bdf33ecd0bc15ddbfe33cd347c0
|
|
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
|
|
Apparently some people still try to source it from shell (scripts).
Change-Id: If26a5c5eb83739d3ccce043afd095000d355a543
|
|
Change-Id: Icba39756a54d1225514048c55ddad0f31ce31699
|
|
Change-Id: I50f4396e6a8abf32d1a0f63cbfa93d2c59375326
|
|
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
|
|
Change-Id: I05df8435874eb65f3acedaaea50b4910e9fc9111
|
|
- partial implementation of the SessionInstaller interfaces
- accessable via service:
org.freedesktop.PackageKit.SyncDbusSessionHelper
Change-Id: Ica91f481d041a066215fba3e808bf587e1271f1b
|
|
Change-Id: I9acf8198ac19c3e448bb7d65116e408ac179993e
|
|
Change-Id: Id80013cbab8f1633db59d2d4492c7363224871bd
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/1016
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I581fb38e3f3d24987dcf92e73caf736203fa9385
|
|
Change-Id: I0f458caa1bda23882c76cbae414b738a5d04ab32
|
|
Change-Id: If2477b9a391d75672a349ba240ceb61e0b06611a
|
|
Change-Id: I0ab5a25cafdd246828ba09db8d01bb498e7012ab
|
|
Change-Id: Ida7914d7301c16ed1771be3d874c716c8fbaf8b4
|
|
Change-Id: Ie648ce55fdc11f907f5f5b3b958c13c695f392c5
|
|
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
|
|
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
|
|
This is still not complete, but having the replacement graphic only is
far better than having nothing.
Change-Id: I141a3de1a449f4261c7086e10f2c141b3f6cdb10
|
|
LCMS2_CFLAGS must be non-empty for it to override pkg-config.
|
|
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
|
|
Change-Id: I376b03d12f8ae59fcf75046c42bcd6ba5d29af2c
|
|
|
|
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
|
|
Change-Id: Iae8f93d096178532e2384a13b36e1385269aa14f
|
|
Change-Id: Ib766a4ed49d089488fc4ec67b941be2f38ba3ac3
|
|
Change-Id: I0261d30f20c88fc324194f687ebba3afd980117d
|
|
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3
Reviewed-on: https://gerrit.libreoffice.org/1014
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: Iedef29260ef10ecf9d5d95dfd87e1c5aaebfc3fb
|
|
Change-Id: I9f520ca7fb88c6843582595cd2d999d8060c9528
|
|
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/1009
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I34e1de922544e5e0f0ea0e03be5d238d600aa833
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/1010
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I36e57f8eac028e72fedd81a5fb05698ff1c57fe0
|
|
Change-Id: Ie2c55af903ef0fdf21444ee1f59d25382648d9fa
|
|
Change-Id: I10a524c49169611e2bf2e34988667e46474e17a8
|
|
Change-Id: I5d529cef6e75ccdfe57800bceace99353d4b4b47
|
|
Change-Id: Icc1e7f5be1a4c06242793948a07de20cf3e03b61
|
|
Change-Id: I1dfb345d3047b59c79454d60747d192a761071ef
|
|
Change-Id: I10433beb4c2cea508760083812bc63f4eab02ed0
|
|
Change-Id: I8359e1d441cf7bd8fb01233fe0303dbd6b35895b
|
|
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
|
|
See fdo#56829 for what inspired this test case.
Change-Id: Iee15d85a35ae96769d21ce7061b352860a5b587b
|
|
Change-Id: I20045ae0ddcec228b153c4005855dca9c4ddbfca
|
|
check pre-decremented value for zero
Change-Id: Ib2289cb6064941db2072b2dfbd6ad5f03bcff7aa
|
|
Should be handled by lpsolve external
This reverts commit f66e86f302a4ab0d0862079bdab3b506733c897f.
|