- 07 Nis, 2012 5 kayıt (commit)
-
-
David Tardon yazdı
-
David Tardon yazdı
-
Olivier Hallot yazdı
remove more OUString explicit contructions (make C++ strings look like Strings)
-
Olivier Hallot yazdı
Remove some explicit OUString constructors in sd/.../ui
-
Luboš Luňák yazdı
-
- 06 Nis, 2012 35 kayıt (commit)
-
-
Julien Nabet yazdı
oox::dump::InputObjectBase oox::dump::Output
-
Julien Nabet yazdı
-
Olivier Hallot yazdı
Further refacorring after RTL_CONSTASCII_USTRINGPARAM removal. Remove rtl::OUString() inside functions.
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Luboš Luňák yazdı
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.
-
Luboš Luňák yazdı
-
Szabolcs Dezsi yazdı
-
Jan Holesovsky yazdı
-
Szabolcs Dezsi yazdı
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
-
Szabolcs Dezsi yazdı
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
-
Jan Holesovsky yazdı
-
Matúš Kukan yazdı
-
Matúš Kukan yazdı
-
Miklos Vajna yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
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.
-
Szabolcs Dezsi yazdı
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
-
David Tardon yazdı
-
David Tardon yazdı
-
Szabolcs Dezsi yazdı
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
-
Jan Holesovsky yazdı
-
Luboš Luňák yazdı
-
Olivier Hallot yazdı
Remove OUString constructor where not needed.
-
Matúš Kukan yazdı
-
Matúš Kukan yazdı
-
Szabolcs Dezsi yazdı
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
-
Matúš Kukan yazdı
-
Thomas Collerton yazdı
-
Matúš Kukan yazdı
-
Matúš Kukan yazdı
-
Matúš Kukan yazdı
-