summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-04-06enable -fno-enforce-eh-specs only for non-dbgutil buildsLuboš Luňák
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-06reduce overzealous namingLuboš Luňák
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06I suspect the logic is supposed to be the other way around.Jan Holesovsky
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-06Kill this.Jan Holesovsky
2012-04-06javaloader: add_linked_lib salhelperMatúš Kukan
2012-04-06fix build of jurt_urpMatúš Kukan
2012-04-06n#751017 testcaseMiklos Vajna
2012-04-06fix makefilesDavid Tardon
2012-04-06fix build on windows (i hope)David Tardon
2012-04-06reset the flag before checking it it will be set againLuboš Luňák
2012-04-06fix gcc-4.0.1 and/or 32bit build for string literalsLuboš Luňák
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-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Merge remote-tracking branch 'origin/master'David Tardon
2012-04-06merge feature/gbuild_componentsDavid Tardon
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Do not extern these const char[]'s.Jan Holesovsky
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák
2012-04-06Review of some RTL_CONSTASCII_USTRINGPARAM removalOlivier Hallot
Remove OUString constructor where not needed.
2012-04-06include variable before it's usedMatúš Kukan
2012-04-06ops, this should not be deletedMatúš Kukan
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-06make add_custom_headers betterMatúš Kukan
2012-04-06Remove unused code (vcl)Thomas Collerton
2012-04-06jurt: use CustomTarget makefileMatúš Kukan
2012-04-06ridljar: use CustomTarget makefileMatúš Kukan
2012-04-06unoil: use CustomTarget makefilesMatúš Kukan
2012-04-06gbuild: add customtarget dependencies for java stuffMatúš Kukan
2012-04-06rtftok: drop m_bIsSubstream, we already have a m_pSuperstreamMiklos Vajna
Originally there was m_bIsSubstream (true for footnotes, headers, etc.), then we needed a pointer to the original stream, now the boolean value is redundant, so remove it.
2012-04-05More removal of RTL_CONSTASCII_USTRINGPARAM in sdOlivier Hallot
More removal of RTL_CONSTASCII_USTRINGPARAM in module sd
2012-04-05More RTL_CONSTASCII_USTRINGPARAM cleanupOlivier Hallot
More RTL_CONSTASCII_USTRINGPARAM in module sd
2012-04-05Cleanup of some RTL_CONSTASCII_USTRINGPARAM macro in sdOlivier Hallot
Cleanup of some RTL_CONSTASCII_USTRINGPARAM macro in module sd
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet
Includes too replacement < by != for comparison between current and end iterators
2012-04-05Clean up optional online update moduleStephan Bergmann
* The updatecheckui lib is part of that module; should its scp entry also be marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"? * unpack_update (and other scripts as well?) need only be generated if ENABLE_ONLINE_UPDATE. * It is inconsistent that there is a distinct onlineupdate.xcd not merged into main.xcd, while the updchk and updatecheckui component files are merged into the global services.rdb. * The updchk res file should also go into (a resource sub-module of) the optional online update module.
2012-04-05resolved fdo#48347 do not override preselected CSV with SYLK detectionEike Rathke
2012-04-05Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist
2012-04-05Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2Tor Lillqvist
2012-04-05dlopen() also the sw and swd libs ahead of time so that they can be debuggedTor Lillqvist
2012-04-05Set TMPDIR also in non-NativeActivity appsTor Lillqvist
2012-04-05SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev
2012-04-05fdo#43895 lp#905355: fix the fix so it doesn't crashMichael Stahl
rtl::OUString rtl::OUString::copy(sal_Int32) const: Assertion `beginIndex >= 0 && beginIndex <= getLength()' failed. (regression from dd2fe95cce75f1157bd1c75d286a0047b2e4175e)
2012-04-05shell: fix silly flags from 2c5a817591Michael Stahl
2012-04-05cppcheck Uninitialized variableCaolán McNamara
2012-04-05Removal VERBOSERob Snelders
2012-04-05remove unused codeWinfried Donkers