summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
2012-04-08clean upDavid Tardon
2012-04-08add function for converting path to URLDavid Tardon
2012-04-08rename gb_CppunitTest_set_argumentsDavid Tardon
It does not actually _set_ the command line arguments, but rather _adds_ to them. IMHO the new name reflects this fact better.
2012-04-08simplify use of configuration from unit testsDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08we do not need to differentiate between type and service rdbs nowDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
2012-04-08more cleanupDavid Tardon
2012-04-08fix generation of test argumentsDavid Tardon
udkapi.rdb, resp. xml/services.rdb were not added to UNO_TYPES, resp. UNO_SERVICES env. var. in all cases.
2012-04-08gbuild: "use" vs. "add"David Tardon
2012-04-08Clean oox::xls::WorkbookSettingsJulien Nabet
2012-04-08Clean oox::xls::SheetViewSettingsJulien Nabet
2012-04-08Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelperJulien Nabet
2012-04-08Revert "fdo#41739: Math: do not skip "newline" on error"Ivan Timofeev
This reverts commit f52138deee9e129d0566f06d1d2138b6b159d16a. It was the cause of infinite recursive loops (huh, why, that was obvious!).
2012-04-08starmath: fix DEBUG_ENABLE_DUMPASDOT buildIvan Timofeev
2012-04-08Add Barcode 1.3.5.0 extensionKalman Szalai - KAMI
Barcode 1.3.5.0 release: * LibreOffice 3.4.x-3.5.x support * Resizeable barcodes * CODE128 fix
2012-04-08gbuild conversion: rdbmaker moduleDavid Ostrovsky
dmake stuff removed
2012-04-08extensions: add np_sdk_inc to mozilla_headers externalMichael Stahl
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08StaticLibrary.mk: linking against dynamic libs considered sillyMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-08Fix Prefer prefix ++/-- operatorsJulien Nabet
2012-04-07Clean oox::xls::WorksheetSettingsJulien Nabet
2012-04-07Fix Redundant assignment of "nModToken" in switchJulien Nabet
2012-04-07add headers to Gert's filesCaolán McNamara
2012-04-07WaE: msvc, unreachable codeCaolán McNamara
2012-04-07More stuffs related to OUStrings in sdOlivier Hallot
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
2012-04-07bah, really deliver the filesDavid Tardon
2012-04-07drop executable flagDavid Tardon
2012-04-07install xsl files tooDavid Tardon
2012-04-07path changed after gbuild conversionDavid Tardon
2012-04-07move clucene back to OOO layerDavid Tardon
2012-04-07make linkoo not create backups by defaultLuboš Luňák
The 'linked' files are not used by anything, and they just waste space. If somebody wants them for debugging or whatever reason, use --backup.
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara
2012-04-07don't need this pure virtual implCaolán McNamara
2012-04-07move xmlhelp to tail_buildDavid Tardon
2012-04-07gbuildize xmlhelpDavid Tardon
2012-04-07add external for cluceneDavid Tardon
2012-04-07More OUString ctor simplifcationsOlivier Hallot
remove more OUString explicit contructions (make C++ strings look like Strings)
2012-04-07More refactoring at OUString explicit constructors in sdOlivier Hallot
Remove some explicit OUString constructors in sd/.../ui
2012-04-07no trailing \ on last line, so that endif is taken as a directiveLuboš Luňák
2012-04-07Some cleaning in oox::dump :Julien Nabet
oox::dump::InputObjectBase oox::dump::Output
2012-04-07Remove unused code oox::xls::PageSettingsJulien Nabet
2012-04-06Further refactoring after RTL_CONSTASCII_USTRINGPARAM removalOlivier Hallot
Further refacorring after RTL_CONSTASCII_USTRINGPARAM removal. Remove rtl::OUString() inside functions.
2012-04-06callcatcher: update unused codeCaolán McNamara
2012-04-06optional argument is always providedCaolán McNamara
2012-04-06UniString::CreateFromInt32(0) -> "0"Caolán McNamara