summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-22sd::DocumentSettings: throwing UnknownPropertyException ...Michael Stahl
... for properties that are in the PropertySetInfo just because there's no document or shell is just plain wrong. Change-Id: I84f4f930f492753b20ba04ec4d41c905d674b9ba
2013-03-22SdXMLExport::CreateFontAutoStylePool: "EmbedFonts": ignore exceptionsMichael Stahl
(regression from f0cd6fe9075cd0aa00162474784ad804a07ed138) Change-Id: Ia86c0d168e9dd24555e7431666c0d783daef3b6a
2013-03-22Remove some unnecessary warningsFridrich Štrba
Change-Id: I19a8931e8cda700c87d632fb6abeda9fa88c6041
2013-03-22Some more granularity in the libmariadb buildFridrich Štrba
Change-Id: I99a6506443c789fb278684464a3973c1b4961ba4
2013-03-22testcase for 62344016de056965a58ea2016d912a68eac0d6b0Miklos Vajna
Change-Id: I5d7544f38c5d48826cad18a655ffd3b621eb0ca2
2013-03-22-Werror,-Wparentheses-equalityStephan Bergmann
Change-Id: I69fd94447718e23ed88af28fed7ba2957559dc5b
2013-03-22No (more?) reason for SD_DLLIMPLEMENTATION in CppunitTest_sd_uimpressStephan Bergmann
IIRC, this was a quirk with the old build system, dutifully carried across. Change-Id: Ia66fe04666472a37bdb5f044aa7db09bb337e5eb
2013-03-22No (more?) reason for SD_DLLIMPLEMENTATION in Library_sdfiltStephan Bergmann
IIRC, this was a quirk with the old build system, dutifully carried across. Change-Id: Id2bc5efb645abd3f3074a9e363d643f88d107d1b
2013-03-22No (more?) reason for SD_DLLIMPLEMENTATION in Library_sduiStephan Bergmann
In practice, all of the .cxx of that library (except for a handful of newly introduced ones that had failed to follow the cargo cult) undefined it first thing before including anything else, anyway. IIRC, this was a quirk with the old build system, that had dutifully been carried across. Change-Id: I7642c21af48e15b14f245bbbf3d38fdd365c3c89
2013-03-22fdo#61790 define PROJECT_NAME in Doxygen config fileAndras Timar
Change-Id: I25fc78104cedb83990b1c03f589b50a94890e7da
2013-03-22fdo#61390: simple keybard support in TemplateManagerCédric Bosdonnat
Adds support for the UP, DOWN, LEFT, RIGHT and RETURN keys in the thumbnails view but doesn't handle the modifiers yet. There are still some problems with the focus and key input outside the top level Change-Id: I5ba67583c835bcc00b075071411c0d6590a07f9a
2013-03-22Template Manager: removed some dead selection codeCédric Bosdonnat
Change-Id: Ib5ebcd928e77a115f4f62a50724656c33ae13c61
2013-03-22tools: remove no longer needed CONSTASCII_STRINGPARAM macroMiklos Vajna
Change-Id: I5edf79ed165b8ed8e96e091f3f29ded0ac6067f2
2013-03-22fdo#61847 - add test file of png image with invalid final chunk length.Michael Meeks
Change-Id: Ie031f3442abcce053ed5f0a5cf74993219485029
2013-03-22sdremote: add more verbose protocol debug.Michael Meeks
Change-Id: I1b189824f2b0bb2cf4568378e7ab3efd5a677141
2013-03-22fdo#62288 fix RTF import of table paragraph marginsMiklos Vajna
Regression from 4a507f732d82c188ad81b022cbe3037951e58ac3. The problem was that in some cases \pard can't reset all paragraph properties. The original commit just made this keyword a noop when it occurred between \cell and \row, but this is too much. At least margins do need resetting. Change-Id: I5cbb1df72bf1211f85ef69ab64d5b46cbce5c742
2013-03-22liborcus depends on zlibStephan Bergmann
...at least unless configured --without-gnumeric-filter, see its configure.ac: "The gnumeric import filter depends on zLib." Change-Id: Ied3fb0119978ed484c5e0668cd6a949b448e1ee0
2013-03-22Our internal (static) zlib library is called "zlib", not "z"Stephan Bergmann
Change-Id: Ied4b734a412546558b049b1fc627c421b61a0629
2013-03-22add databar export testMarkus Mohrhard
Change-Id: I0770d20911307ddd9426417314bebbe569660b14
2013-03-22add export test for color scalesMarkus Mohrhard
Change-Id: I68ff1309c2769866c0821f7857f13103b8752cb5
2013-03-22move the include statement to the correct header fileMarkus Mohrhard
Change-Id: Ibed6ec565588dedb991037297c418e1a76235dbb
2013-03-22remove two unused test filesMarkus Mohrhard
Change-Id: If7d4167424f5a80733bed9f58e488e6a2a44d12d
2013-03-22add import test for color scalesMarkus Mohrhard
Change-Id: Ie85f8efd520aaf4e10b560c637a74fbd9e25530b
2013-03-22SEARCHDELIM_C() was unusedTor Lillqvist
Change-Id: I64432470c3d53ec58d4bfe7ce5756f44bcfa5ac8
2013-03-22dbwizsetup: Make pFinalPage a class memberMathias Hasselmann
It really should not have been a global variable. Change-Id: I26d4b0d4736a2d026eb61149ede88f6f6ead6dfa Reviewed-on: https://gerrit.libreoffice.org/2904 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-22Check return value of system()Zolnai Tamás
Change-Id: I1b9e31b8c64ed8bf7eb073f036a7fdda39a15392
2013-03-22update the test filesMarkus Mohrhard
Change-Id: I0285e9d6739e7f2a9882fd19f03524482128e2d2
2013-03-22we need to copy the formula cell as wellMarkus Mohrhard
Change-Id: If73ca17414a1aac1ce9efe5a56b0b1f499014fa0
2013-03-22add import test for data barsMarkus Mohrhard
Change-Id: Ida98e51a7f9970c7d4c845f5a6ac1566cbed9e3a
2013-03-22prevent crash if formula is emptyMarkus Mohrhard
Change-Id: Ib7bb245fa0c59c9a56441d4c45584b40193b0a32
2013-03-22let us use ScBootstrapFixture::loadDoc hereMarkus Mohrhard
Change-Id: Ia5d29da921e53b8443541e5f69e2bbc7fd99edfa
2013-03-22make method name consistentMarkus Mohrhard
Change-Id: I5fd08be86c68b788510d04ff6df6c3938c43e625
2013-03-22remove disabled testsMarkus Mohrhard
Change-Id: I56490efc131cb25baa279b6f8204cf8f5d3af8c4
2013-03-22this return value is always trueMarkus Mohrhard
Change-Id: I90314f334e8b318d615e18fb0689297a8e4cfea7
2013-03-22replace auto_ptr with boost::scoped_ptrMarkus Mohrhard
Change-Id: I0775e436774308ce7a93b991f7806a429f1480ea
2013-03-22Use initialization list for ODbTypeWizDialogSetupMathias Hasselmann
Some members got initialized by assignment instead of initialization list without need. A refactoring artifact most likely. Change-Id: I6b1d4036a24bd26443ce7c6e44e51d08b8b83b20 Reviewed-on: https://gerrit.libreoffice.org/2903 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-22warning: unknown log area 'jvmfwk' [loplugin]Tor Lillqvist
This is not a warning that would stop an --enable-werror build, but still worth fixing. Change-Id: I6c47fd636f57f55cbe406f51e2f24e015924ce14
2013-03-22officecfg: remove translated stringsThomas Arnhold
Change-Id: Ie8d5e04556dc73213e972969d7dd7461799cd396 Reviewed-on: https://gerrit.libreoffice.org/2905 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-22Try to make the tinderbox build succeedTor Lillqvist
Change-Id: Iae0b134d9579dcaaa39ce8a99e843fe24c27060a
2013-03-22Update comment for NDK r8eTor Lillqvist
Change-Id: I7eab3392c7441ea5ddda59055beedc53b7c5e46c
2013-03-22Comment translation - GER-ENG in sw/source/ui/wrtsh/wrtsh1.cxxMatthias Freund
Change-Id: I83bca633e1b6ea91ac5fa16aefb7e4a1c285e925 Reviewed-on: https://gerrit.libreoffice.org/2883 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-22Comment translation GER-ENG in sw/source/ui/wrtsh/Matthias Freund
Thats all in this directory... :-) Change-Id: Iab8f8e7c6269607ac2f0f0acdbd1200f917eaaf5 Reviewed-on: https://gerrit.libreoffice.org/2902 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-22strg is ctrl in englishThomas Arnhold
Change-Id: I569bfa7c9d461a5af0ef6e6f37bf717255936b78
2013-03-21remove duplicate copy of SchXMLSeriesHelper: take 2Peter Foley
This allows oox to be added to Library_merged Change-Id: I62b437ca99f1b9df9662eb3a8b9e301ed704f850
2013-03-21Revert "remove duplicate copy of SchXMLSeriesHelper"Peter Foley
This reverts commit 13d935d01e61fa821a5ef5893181190c90ae8e0e. Appears to be broken.
2013-03-21coverity#735364 Logical vs. bitwise operatorJulien Nabet
Change-Id: I116db00e16a8cb962ee7c98d9bfafb69312c1333
2013-03-21coverity#704128 Logical vs. bitwise operatorJulien Nabet
Change-Id: If798ad895cc1472e4885de5d81ba8df626cbd1b1
2013-03-21coverity#704123 Logical vs. bitwise operatorJulien Nabet
Change-Id: If6afc7eff435460fe4d0da84baf28e3517660364
2013-03-21sw: VarFields test: fix "\" in URL (test fails on windows)Michael Stahl
Change-Id: Ib1bc81e907cfd3e7a770fccf032c10fec91147e8
2013-03-21add wpftdraw to Library_mergedPeter Foley
Change-Id: I40471e76a338430e010ad53f64aa6328f3c81b44