summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-09scp2: try to move losessioninstall so it does not break WNT buildMichael Stahl
Also MSVC does not like libraries that do not have any objects. Change-Id: I172fe0b61db9de6c7c4975a7b7c7fa63624b1865
2012-11-09RepositoryExternal: fix gb_LinkTarget__use_valgrindMichael Stahl
... which i've also managed to break, unaware of its existence. Consolidate 2 different ways to use VALGRIND_CFLAGS. Change-Id: I245c7a9a2b6bc904a227a15063cf5d8a2f64313c
2012-11-09configure: oops, let's try to fix that valgrind thing again...Michael Stahl
Change-Id: I151aa45838edbaa713b40716e45a75e812b7c782
2012-11-09configure: why not set up VALGRIND_CFLAGS all in one placeMichael Stahl
Also unbreaks the build because VALGRIND_CFLAGS is now never empty with cedd9ebdd260e99e74ad54391c0d0b1d1ebd9891. Change-Id: Ide5ca799b3656ccaff483ca05dbc18682136345f
2012-11-09shell: explicitly linking gb_STDLIBS breaks the build nowMichael Stahl
Change-Id: If693e440327331ea007722ff575b8015d727e5bc
2012-11-09LanguageTag conversion helper defineEike Rathke
Prepared private methods to force compiler errors during conversion to LanguageTag. Commented current usage on some methods. Change-Id: If365e24c7cf06bdf33ecd0bc15ddbfe33cd347c0
2012-11-09fix for fdo#55875 numbers as text converted strangelyNoel Power
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
2012-11-09remove make-specific code from config_host.mkLuboš Luňák
Apparently some people still try to source it from shell (scripts). Change-Id: If26a5c5eb83739d3ccce043afd095000d355a543
2012-11-09use dir functionDavid Ostrovsky
Change-Id: Icba39756a54d1225514048c55ddad0f31ce31699
2012-11-09libcdr: move LCMS2_CFLAGS/LIBS setup to configureMichael Stahl
Change-Id: I50f4396e6a8abf32d1a0f63cbfa93d2c59375326
2012-11-09configure: define FOO_CFLAGS/FOO_LIBS so that they are never emptyMichael Stahl
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
2012-11-09oox: make things easier to debug by tracing exceptionsMichael Stahl
Change-Id: I05df8435874eb65f3acedaaea50b4910e9fc9111
2012-11-09making org.freedesktop.PackageKit.Query and .Modify availableBjoern Michaelsen
- partial implementation of the SessionInstaller interfaces - accessable via service: org.freedesktop.PackageKit.SyncDbusSessionHelper Change-Id: Ica91f481d041a066215fba3e808bf587e1271f1b
2012-11-09center these buttons vertically, rather than fill the rowCaolán McNamara
Change-Id: I9acf8198ac19c3e448bb7d65116e408ac179993e
2012-11-09s/aIter++/++aIter/jailletc36
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>
2012-11-09README.cross: yes, that list was almost enoughMiklos Vajna
Change-Id: I581fb38e3f3d24987dcf92e73caf736203fa9385
2012-11-09This is a bit more elegantFridrich Štrba
Change-Id: I0f458caa1bda23882c76cbae414b738a5d04ab32
2012-11-09fix lcms2 for macPeter Foley
Change-Id: If2477b9a391d75672a349ba240ceb61e0b06611a
2012-11-09adapt to liblangtag 0.4.0 typesEike Rathke
Change-Id: I0ab5a25cafdd246828ba09db8d01bb498e7012ab
2012-11-09ensure lt_error_t is free'd and enable SAL_WARN/INFO againEike Rathke
Change-Id: Ida7914d7301c16ed1771be3d874c716c8fbaf8b4
2012-11-09Fix commentTor Lillqvist
Change-Id: Ie648ce55fdc11f907f5f5b3b958c13c695f392c5
2012-11-09bnc#681110: Fix squashed glyphs with Cairo canvas.Jan Holesovsky
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
2012-11-09add indexOf family of function to OUStringBufferNorbert Thiebaud
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
2012-11-09fdo#51550 fix DOCX export dataloss on non-math/chart OLE exportMiklos Vajna
This is still not complete, but having the replacement graphic only is far better than having nothing. Change-Id: I141a3de1a449f4261c7086e10f2c141b3f6cdb10
2012-11-09fix libcdr with system lcms2Luboš Luňák
LCMS2_CFLAGS must be non-empty for it to override pkg-config.
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist
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
2012-11-09Trying to fix lcms2 againFridrich Štrba
Change-Id: I376b03d12f8ae59fcf75046c42bcd6ba5d29af2c
2012-11-09fix binfilter removalLuboš Luňák
2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist
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
2012-11-09Use JNIEXPORT as in the corresponding headersTor Lillqvist
Change-Id: Iae8f93d096178532e2384a13b36e1385269aa14f
2012-11-09Let's try to make this significantly smaller by keeping only text doc supportTor Lillqvist
Change-Id: Ib766a4ed49d089488fc4ec67b941be2f38ba3ac3
2012-11-09When DISABLE_DYNLOADING there is no need to export much any symbols at allTor Lillqvist
Change-Id: I0261d30f20c88fc324194f687ebba3afd980117d
2012-11-09binfilter.die.die.dieNorbert Thiebaud
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-09There is no mnTrailingSpaceWidth here?Tor Lillqvist
Change-Id: Iedef29260ef10ecf9d5d95dfd87e1c5aaebfc3fb
2012-11-09Fix path to the VC2008 projectTor Lillqvist
Change-Id: I9f520ca7fb88c6843582595cd2d999d8060c9528
2012-11-09Cut and paste typo ?jailletc36
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>
2012-11-09Same, cut and paste typo ?jailletc36
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>
2012-11-09remove unused methods in ScConditionalFormatMarkus Mohrhard
Change-Id: I36e57f8eac028e72fedd81a5fb05698ff1c57fe0
2012-11-09add initial xlsx cond format export testMarkus Mohrhard
Change-Id: Ie2c55af903ef0fdf21444ee1f59d25382648d9fa
2012-11-09make the eport test easier to useMarkus Mohrhard
Change-Id: I10a524c49169611e2bf2e34988667e46474e17a8
2012-11-09remove unused defineMarkus Mohrhard
Change-Id: I5d529cef6e75ccdfe57800bceace99353d4b4b47
2012-11-08make does not like commasPeter Foley
Change-Id: Icc1e7f5be1a4c06242793948a07de20cf3e03b61
2012-11-08fix system lcms2Peter Foley
Change-Id: I1dfb345d3047b59c79454d60747d192a761071ef
2012-11-08blind fix for mingwPeter Foley
Change-Id: I10433beb4c2cea508760083812bc63f4eab02ed0
2012-11-08fix gbuildified lcms2 on macPeter Foley
Change-Id: I8359e1d441cf7bd8fb01233fe0303dbd6b35895b
2012-11-08convert lcms2 to gbuildPeter Foley
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
2012-11-08New unit test to ensure correct matrix creation.Kohei Yoshida
See fdo#56829 for what inspired this test case. Change-Id: Iee15d85a35ae96769d21ce7061b352860a5b587b
2012-11-08fdo#56829: Correctly pass element values to matrix.Kohei Yoshida
Change-Id: I20045ae0ddcec228b153c4005855dca9c4ddbfca
2012-11-08corrected Windows lt_atomic_int_dec_and_test()Eike Rathke
check pre-decremented value for zero Change-Id: Ib2289cb6064941db2072b2dfbd6ad5f03bcff7aa
2012-11-08Revert "readd SYSTEM_LPSOLVE define in sccomp after gbuildification"Peter Foley
Should be handled by lpsolve external This reverts commit f66e86f302a4ab0d0862079bdab3b506733c897f.