Commit graph

304078 commits

Author SHA1 Message Date
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
Szabolcs Dezsi
743f22045c 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 15:07:41 +02:00
David Tardon
0c6ebe5d22 Merge remote-tracking branch 'origin/master' 2012-04-06 14:51:42 +02:00
David Tardon
7545dbbf64 merge feature/gbuild_components 2012-04-06 14:31:05 +02:00
Szabolcs Dezsi
8a01ee6243 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 14:30:05 +02:00
Jan Holesovsky
6cf547f02c Do not extern these const char[]'s. 2012-04-06 14:30:04 +02:00
Luboš Luňák
066dbfd197 string literal O(U)StringBuffer ctors too, after all 2012-04-06 13:46:21 +02:00
Olivier Hallot
7d82fb18fe Review of some RTL_CONSTASCII_USTRINGPARAM removal
Remove OUString constructor where not needed.
2012-04-06 08:33:34 -03:00
Matúš Kukan
501e290b8e include variable before it's used 2012-04-06 13:15:14 +02:00
Matúš Kukan
12b3707ed2 ops, this should not be deleted 2012-04-06 13:11:09 +02:00