Commit Graph

304487 Commits

Author SHA1 Message Date
Julien Nabet
1ea28ebcf0 Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelper 2012-04-08 13:13:31 +02:00
Ivan Timofeev
5f80687188 Revert "fdo#41739: Math: do not skip "newline" on error"
This reverts commit f52138deee. It was the cause
of infinite recursive loops (huh, why, that was obvious!).
2012-04-08 14:29:55 +04:00
Ivan Timofeev
eab7e131ec starmath: fix DEBUG_ENABLE_DUMPASDOT build 2012-04-08 14:25:44 +04:00
Kalman Szalai - KAMI
39d8a541e6 Add Barcode 1.3.5.0 extension
Barcode 1.3.5.0 release:

* LibreOffice 3.4.x-3.5.x support
* Resizeable barcodes
* CODE128 fix
2012-04-08 11:33:01 +02:00
David Ostrovsky
f55eed29c6 gbuild conversion: rdbmaker module
dmake stuff removed
2012-04-08 10:54:30 +02:00
Michael Stahl
449582407a extensions: add np_sdk_inc to mozilla_headers external 2012-04-08 01:05:53 +02:00
Michael Stahl
4c50f23f87 LinkTarget.mk: remove gb_LinkTarget_add_package_headers 2012-04-08 01:05:53 +02:00
Michael Stahl
ec3bf5e35e StaticLibrary.mk: linking against dynamic libs considered silly 2012-04-08 01:05:53 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
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-08 01:05:52 +02:00
Julien Nabet
a160601163 Fix Prefer prefix ++/-- operators 2012-04-08 01:01:31 +02:00
Julien Nabet
b63afcd27d Clean oox::xls::WorksheetSettings 2012-04-07 23:14:32 +02:00
Julien Nabet
c893a820c4 Fix Redundant assignment of "nModToken" in switch 2012-04-07 21:16:01 +02:00
Caolán McNamara
e414736c8b add headers to Gert's files 2012-04-07 20:06:38 +01:00
Caolán McNamara
63de3197af WaE: msvc, unreachable code 2012-04-07 20:06:38 +01:00
Olivier Hallot
85bdc19fcb More stuffs related to OUStrings in sd 2012-04-07 13:44:27 -03:00
Luboš Luňák
69d46dd7a6 do not include contents of huge sc/sd/sw libs into tiny unittests
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
2012-04-07 18:40:25 +02:00
David Tardon
5b5301618f bah, really deliver the files 2012-04-07 18:27:13 +02:00
David Tardon
063c4244e4 drop executable flag 2012-04-07 18:23:37 +02:00
David Tardon
7de1c843d6 install xsl files too 2012-04-07 18:23:17 +02:00
David Tardon
ac588638dc path changed after gbuild conversion 2012-04-07 17:44:34 +02:00
David Tardon
735c529277 move clucene back to OOO layer 2012-04-07 17:16:30 +02:00
Luboš Luňák
15953ab15b make linkoo not create backups by default
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-07 17:12:12 +02:00
Caolán McNamara
aefbfc7101 callcatcher: update and remove newly unused methods 2012-04-07 15:54:16 +01:00
Caolán McNamara
3f2b771e5f don't need this pure virtual impl 2012-04-07 15:54:16 +01:00
David Tardon
21ec3dbaa6 move xmlhelp to tail_build 2012-04-07 16:18:27 +02:00
David Tardon
69bd2f3630 gbuildize xmlhelp 2012-04-07 16:18:26 +02:00
David Tardon
22c60cbbfb add external for clucene 2012-04-07 16:18:25 +02:00
Olivier Hallot
29598e43c4 More OUString ctor simplifcations
remove more OUString explicit contructions

(make C++ strings look like Strings)
2012-04-07 09:02:24 -03:00
Olivier Hallot
09d46a6851 More refactoring at OUString explicit constructors in sd
Remove some explicit OUString constructors in sd/.../ui
2012-04-07 07:53:41 -03:00
Luboš Luňák
6a7cb5088b no trailing \ on last line, so that endif is taken as a directive 2012-04-07 02:18:17 +02:00
Julien Nabet
942acfd678 Some cleaning in oox::dump :
oox::dump::InputObjectBase
oox::dump::Output
2012-04-07 01:40:42 +02:00
Julien Nabet
c1036d7ab0 Remove unused code oox::xls::PageSettings 2012-04-07 01:21:29 +02:00
Olivier Hallot
ca8a3e0034 Further refactoring after RTL_CONSTASCII_USTRINGPARAM removal
Further refacorring after RTL_CONSTASCII_USTRINGPARAM removal.
Remove rtl::OUString() inside functions.
2012-04-06 18:50:45 -03:00
Caolán McNamara
16fc0fdb90 callcatcher: update unused code 2012-04-06 22:40:48 +01:00
Caolán McNamara
121e715d9a optional argument is always provided 2012-04-06 22:40:48 +01:00
Caolán McNamara
f5407c72f9 UniString::CreateFromInt32(0) -> "0" 2012-04-06 22:40:48 +01:00
Luboš Luňák
cdd0e1810d enable -fno-enforce-eh-specs only for non-dbgutil builds
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.
2012-04-06 21:29:43 +02:00
Luboš Luňák
837aa67861 reduce overzealous naming 2012-04-06 20:10:51 +02:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Jan Holesovsky
0e1c058761 I suspect the logic is supposed to be the other way around. 2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
27cea710fd Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
99268dbe1f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-06 20:03:41 +02:00
Jan Holesovsky
7acf99de38 Kill this. 2012-04-06 20:03:41 +02:00
Matúš Kukan
ff496d9124 javaloader: add_linked_lib salhelper 2012-04-06 20:02:04 +02:00
Matúš Kukan
b33134d246 fix build of jurt_urp 2012-04-06 19:18:45 +02:00
Miklos Vajna
46e7e5a505 n#751017 testcase 2012-04-06 16:58:47 +02:00
David Tardon
2c1d6b2fde fix makefiles 2012-04-06 16:49:20 +02:00
David Tardon
565707cda4 fix build on windows (i hope) 2012-04-06 16:49:20 +02:00
Luboš Luňák
2dde3c3ebb reset the flag before checking it it will be set again 2012-04-06 16:15:09 +02:00
Luboš Luňák
d91d98a536 fix gcc-4.0.1 and/or 32bit build for string literals
Plain 0 is ambiguous to convert to either long or const char*,
and just adding an overload next to sal_Int32 would be a dupe if
they actually are the same type, so just go with plain int, which
is the sensible thing to do anyway.
2012-04-06 15:10:06 +02:00