Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | 2 | -2/+2 | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 6 | -13/+13 | |
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-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -5/+1 | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -2/+2 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||||
2012-04-05 | convert (ugly) WriteUniOrByteString to rtl::OUString | Caolán McNamara | 2 | -5/+5 | |
2012-04-02 | callcatcher: remove some unused code | Caolán McNamara | 2 | -19/+0 | |
2012-04-02 | sal: expose more stringbuffer related instrumentation points | Michael Meeks | 1 | -1/+3 | |
Avoid ref/unref pair in makeStringAndClear, hook into the stringbuffer-like 'String' class to expose it's conversion to immutable strings, and fixup misc. missing instrumentation. | |||||
2012-03-31 | tools: use CustomTarget makefile | Matúš Kukan | 4 | -40/+10 | |
2012-03-26 | ditch some UniStrings and intermediate temporaries | Caolán McNamara | 1 | -1/+1 | |
2012-03-26 | callcatcher: shiny unused method reduction from to-stl conversions | Caolán McNamara | 2 | -18/+0 | |
2012-03-23 | only SV_DECL_COMPAT_WEAK is still in use | Caolán McNamara | 1 | -34/+3 | |
2012-03-23 | ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1 | Caolán McNamara | 1 | -4/+0 | |
2012-03-20 | remove ToDouble/ToFloat | Caolán McNamara | 8 | -34/+14 | |
2012-03-20 | GetStringRes inline doesn't have a purpose anymore | Caolán McNamara | 2 | -6/+2 | |
2012-03-20 | make ResId->OUString the primary route | Caolán McNamara | 4 | -45/+46 | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | 1 | -0/+7 | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||||
2012-03-12 | WaE: suggest parentheses around '&&' within '||' | David Tardon | 1 | -1/+1 | |
2012-03-12 | WaE: declaration of 'aName' shadows a member of 'this' | David Tardon | 1 | -3/+3 | |
2012-03-12 | WaE: suggest explicit braces to avoid ambiguous 'else' | David Tardon | 1 | -0/+2 | |
2012-03-12 | WaE: missing initializer for member | David Tardon | 1 | -1/+3 | |
2012-03-12 | WaE: 'bLastCaseSensitive' defined but not used | David Tardon | 1 | -4/+0 | |
2012-03-12 | WaE: declaration of 'pTop' shadows a previous local | David Tardon | 1 | -3/+3 | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | 5 | -9/+9 | |
2012-03-09 | Let osl::FileStatus getters assert programming errors | Stephan Bergmann | 1 | -2/+2 | |
...instead of arbitrarily returning certain values when the requested information is not available. This reveals a problem in strmunx.cxx that is apparently a regression introduced with 4a086fca7b0a77c20bc9f1c97507966e2861f3da "fix SvStream to not require a custom open or lstat method." | |||||
2012-03-08 | Convert tools/table.hxx to std::map | Noel Grandin | 2 | -10/+16 | |
Convert usage of tools/table.hxx to std::map in aPTable field of SvPersistStream class. | |||||
2012-03-02 | Revert "Added 'Copy to Clipboard' button to error dialogs" | Tor Lillqvist | 1 | -1/+0 | |
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df. | |||||
2012-03-02 | fdo#46501: Cleanup SimpleResMgr | Szabolcs Dezsi | 2 | -20/+0 | |
2012-03-01 | Added 'Copy to Clipboard' button to error dialogs | Szabolcs Dezsi | 1 | -0/+1 | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | 1 | -6/+9 | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||||
2012-03-01 | callcatcher: update list | Caolán McNamara | 2 | -24/+0 | |
2012-03-01 | now restore and use reduced UnlockFile and UnlockRange impls | Caolán McNamara | 2 | -4/+29 | |
because its super ugly to have unbalanced lock/unlocks and with the removal of STAR_ENABLE_FILE_LOCKING we can call those methods and now get unchanged behaviour | |||||
2012-03-01 | STAR_ENABLE_FILE_LOCKING was a secret | Caolán McNamara | 1 | -49/+0 | |
2012-02-29 | callcatcher: update list | Caolán McNamara | 4 | -61/+4 | |
2012-02-28 | fix windows build | Caolán McNamara | 1 | -1/+3 | |
2012-02-28 | convert some low hanging fruit | Caolán McNamara | 2 | -2/+2 | |
2012-02-28 | callcatcher: remove newly unused methods and update list | Caolán McNamara | 2 | -21/+0 | |
2012-02-27 | Removed dead code | Marc-André Laverdière-Papineau | 2 | -12/+0 | |
Deleted: SvFileStream::UnlockFile() | |||||
2012-02-27 | fdo44516 cleanup of direct use of color in code | Winfried Donkers | 1 | -0/+1 | |
2012-02-27 | Removed unused code | Szabolcs Dezsi | 2 | -59/+0 | |
2012-02-27 | merge GetString variants | Caolán McNamara | 2 | -12/+0 | |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara | 2 | -12/+0 | |
2012-02-27 | ByteString is no more | Caolán McNamara | 8 | -428/+27 | |
2012-02-27 | ByteString->rtl::OString | Caolán McNamara | 1 | -16/+16 | |
2012-02-23 | don't point inline at non-existing method | Caolán McNamara | 1 | -2/+1 | |
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | 1 | -3/+0 | |
2012-02-23 | lock in ByteString gains | Caolán McNamara | 4 | -105/+87 | |
2012-02-23 | merge cppunit test dirs together | Caolán McNamara | 5 | -76/+3 | |
drop archaic makefile.mks and export.maps and use consistent naming | |||||
2012-02-23 | workben urltest duplicates qa/urlobj cppunit test | Caolán McNamara | 1 | -1903/+0 | |
2012-02-23 | convert workben inetmimetest to cppunit test | Caolán McNamara | 2 | -25/+31 | |
2012-02-23 | ditch useless, duplicated or non-recoverable workben files | Caolán McNamara | 7 | -1363/+0 | |