summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: "use" vs. "add"David Tardon2012-04-089-27/+81
|
* Clean oox::xls::WorkbookSettingsJulien Nabet2012-04-083-59/+0
|
* Clean oox::xls::SheetViewSettingsJulien Nabet2012-04-083-122/+0
|
* Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelperJulien Nabet2012-04-085-38/+0
|
* Revert "fdo#41739: Math: do not skip "newline" on error"Ivan Timofeev2012-04-081-3/+1
| | | | | This reverts commit f52138deee9e129d0566f06d1d2138b6b159d16a. It was the cause of infinite recursive loops (huh, why, that was obvious!).
* starmath: fix DEBUG_ENABLE_DUMPASDOT buildIvan Timofeev2012-04-081-2/+2
|
* Add Barcode 1.3.5.0 extensionKalman Szalai - KAMI2012-04-081-1/+1
| | | | | | | | Barcode 1.3.5.0 release: * LibreOffice 3.4.x-3.5.x support * Resizeable barcodes * CODE128 fix
* gbuild conversion: rdbmaker moduleDavid Ostrovsky2012-04-0811-127/+103
| | | | dmake stuff removed
* extensions: add np_sdk_inc to mozilla_headers externalMichael Stahl2012-04-085-11/+1
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-0870-71/+87
|
* StaticLibrary.mk: linking against dynamic libs considered sillyMichael Stahl2012-04-081-4/+0
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-08531-1177/+1426
| | | | | | | | | 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)
* Fix Prefer prefix ++/-- operatorsJulien Nabet2012-04-083-3/+3
|
* Clean oox::xls::WorksheetSettingsJulien Nabet2012-04-073-110/+0
|
* Fix Redundant assignment of "nModToken" in switchJulien Nabet2012-04-071-1/+1
|
* add headers to Gert's filesCaolán McNamara2012-04-072-0/+62
|
* WaE: msvc, unreachable codeCaolán McNamara2012-04-071-17/+7
|
* More stuffs related to OUStrings in sdOlivier Hallot2012-04-074-33/+29
|
* do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák2012-04-0723-61/+64
| | | | This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
* bah, really deliver the filesDavid Tardon2012-04-071-5/+5
|
* drop executable flagDavid Tardon2012-04-075-0/+0
|
* install xsl files tooDavid Tardon2012-04-071-0/+5
|
* path changed after gbuild conversionDavid Tardon2012-04-071-4/+1
|
* move clucene back to OOO layerDavid Tardon2012-04-071-1/+1
|
* make linkoo not create backups by defaultLuboš Luňák2012-04-071-5/+12
| | | | | The 'linked' files are not used by anything, and they just waste space. If somebody wants them for debugging or whatever reason, use --backup.
* callcatcher: update and remove newly unused methodsCaolán McNamara2012-04-0718-305/+6
|
* don't need this pure virtual implCaolán McNamara2012-04-071-6/+0
|
* move xmlhelp to tail_buildDavid Tardon2012-04-072-1/+2
|
* gbuildize xmlhelpDavid Tardon2012-04-0718-389/+270
|
* add external for cluceneDavid Tardon2012-04-074-7/+42
|
* More OUString ctor simplifcationsOlivier Hallot2012-04-076-11/+10
| | | | | | remove more OUString explicit contructions (make C++ strings look like Strings)
* More refactoring at OUString explicit constructors in sdOlivier Hallot2012-04-073-40/+35
| | | | Remove some explicit OUString constructors in sd/.../ui
* no trailing \ on last line, so that endif is taken as a directiveLuboš Luňák2012-04-071-1/+1
|
* Some cleaning in oox::dump :Julien Nabet2012-04-073-68/+0
| | | | | oox::dump::InputObjectBase oox::dump::Output
* Remove unused code oox::xls::PageSettingsJulien Nabet2012-04-073-137/+0
|
* Further refactoring after RTL_CONSTASCII_USTRINGPARAM removalOlivier Hallot2012-04-061-50/+46
| | | | | Further refacorring after RTL_CONSTASCII_USTRINGPARAM removal. Remove rtl::OUString() inside functions.
* callcatcher: update unused codeCaolán McNamara2012-04-061-21/+7
|
* optional argument is always providedCaolán McNamara2012-04-066-34/+24
|
* UniString::CreateFromInt32(0) -> "0"Caolán McNamara2012-04-063-5/+5
|
* enable -fno-enforce-eh-specs only for non-dbgutil buildsLuboš Luňák2012-04-066-1/+14
| | | | | | | | | | The code uses exception specifications, so it doesn't make much sense to have them, but disable them using a gcc option. MSVC ignores them completely, so this would leave only clang as the only compiler to enforce them. Either the majority compiler needs to enforce it at least in dbgutil builds (in product builds the option can be seen as a kind of NDEBUG), or alternatively the exception specifications should be removed.
* reduce overzealous namingLuboš Luňák2012-04-066-12/+10
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-06329-2004/+1082
|
* I suspect the logic is supposed to be the other way around.Jan Holesovsky2012-04-061-2/+2
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0618-54/+54
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-066-19/+19
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
* Kill this.Jan Holesovsky2012-04-061-12/+0
|
* javaloader: add_linked_lib salhelperMatúš Kukan2012-04-061-0/+1
|
* fix build of jurt_urpMatúš Kukan2012-04-061-1/+1
|
* n#751017 testcaseMiklos Vajna2012-04-062-0/+52
|
* fix makefilesDavid Tardon2012-04-062-70/+4
|