summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Collapse)Author
2011-03-29drop bogus executable flag from odf filesFrancisco Saito
2011-03-28use PartialWeakComponentImplHelperX for overloaded-virtualCaolán McNamara
2011-03-25set build depencencies against the new "translations" modulePetr Mladek
2011-03-23hash_map -> unordered_mapCaolán McNamara
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: jfreereport/java/flute/makefile.mk jfreereport/java/libbase/makefile.mk jfreereport/java/libfonts/makefile.mk jfreereport/java/libformula/makefile.mk jfreereport/java/libloader/makefile.mk jfreereport/java/librepository/makefile.mk jfreereport/java/libserializer/makefile.mk jfreereport/java/libxml/makefile.mk jfreereport/java/sac/makefile.mk mysqlc/source/mysqlc_connection.cxx mysqlc/source/mysqlc_connection.hxx mysqlc/source/mysqlc_databasemetadata.cxx mysqlc/source/mysqlc_databasemetadata.hxx mysqlc/source/mysqlc_driver.cxx mysqlc/source/mysqlc_driver.hxx mysqlc/source/mysqlc_general.hxx mysqlc/source/mysqlc_preparedstatement.hxx mysqlc/source/mysqlc_resultsetmetadata.hxx mysqlc/source/mysqlc_statement.hxx sdext/source/minimizer/impoptimizer.cxx sdext/source/pdfimport/config/description.xml sdext/source/pdfimport/tree/drawtreevisiting.cxx sdext/source/presenter/PresenterWindowManager.cxx swext/prj/build.lst
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-19FALSE is no longer definedAurimas Fišeras
2011-03-19FALSE is no longer definedDavid Tardon
2011-03-17Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-13l10n is conditionned on L10N:Norbert Thiebaud
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-01avoid implicit castCaolán McNamara
2011-02-26Remove "using namespace ::rtl"Julien Nabet
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold
2011-02-24remove empty TESTSHL2LIBCaolán McNamara
2011-02-23vcl119: rebase to DEV300_m101Philipp Lohmann [pl]
2011-02-22masterfix DEV300: #i10000# usage of L10N build_typeIvo Hinkelmann
Notes: split repo tag: extensions_ooo/DEV300_m101
2011-02-16rebase to DEV300_m100Philipp Lohmann [pl]
2011-02-13Correct variable initialization for 0b58d1d635b33148e6765eb35016b0fb43f214b3Thomas Arnhold
2011-02-13Some cppcheck cleaningJulien Nabet
2011-02-11(std|boost)::hash on a const char* hashes the pointer not the contentsCaolán McNamara
2011-02-08CWS gnumake3: pull in cws removetooltypes01Mathias Bauer
Notes: split repo tag: extensions_ooo/DEV300_m100
2011-02-08Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky
2011-02-07vcl119: update micro to reflect changesPhilipp Lohmann [pl]
2011-02-07Remove unused headersThomas Arnhold
2011-02-06std::hash -> boost::hashFridrich Štrba
2011-02-06porting extensions to boost containersFridrich Štrba
2011-02-04vcl119: #i105133# tell fillFrameProps whether to apply transformation ↵Philipp Lohmann [pl]
(thanks joekidd)
2011-02-04vcl119: #i109708# use fill, then stroke one small polygons (thanks joekidd)Philipp Lohmann [pl]
2011-02-03vcl119: #163136# do not pass a clear text password to xpdfPhilipp Lohmann [pl]
2011-02-03vcl119: #163136# fix warningsPhilipp Lohmann [pl]
2011-02-03vcl119: #163136# produce correct output when decryptingPhilipp Lohmann [pl]
2011-02-01Clean up makefilesThomas Arnhold
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
Notes: split repo tag: extensions_LO-BASE-INTEGRATION-DEV300_m98
2011-01-25WaE: unused variableDavid Tardon
2011-01-25WaE: remove unused variableDavid Tardon
2011-01-25WaE: remove unused variableDavid Tardon
2011-01-25WaE: remove unused variablesDavid Tardon
2011-01-21removetooltypes01: #i112600# Fix build problems on non-proCarsten Driesner
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-12fix presenter screens description.xml buildRene Engelhard
2011-01-06cppunit: prefer prefix variantCaolán McNamara
2011-01-06cppunit: prefer prefix variantCaolán McNamara
2011-01-06removetooltypes01: rebase to DEV300_m96Mikhail Voytenko
2010-12-30cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-19cppcheck: prefer prefix variantCaolán McNamara
2010-12-18Fix filled polygons on pdfimportThorsten Behrens
This fixes fdo#32330, by explicitely closing filled polygons on ODF streaming-out. LibO does not fill polygons, even if specifically asked to - unless they're closed on coordinate level.
2010-12-17CWS-TOOLING: integrate CWS fwk160Hans-Joachim Lankenau
Notes: split repo tag: extensions_ooo/DEV300_m96