Age | Commit message (Expand) | Author |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-05 | convert (ugly) WriteUniOrByteString to rtl::OUString | Caolán McNamara |
2012-04-02 | callcatcher: remove some unused code | Caolán McNamara |
2012-04-02 | sal: expose more stringbuffer related instrumentation points | Michael Meeks |
2012-03-31 | tools: use CustomTarget makefile | Matúš Kukan |
2012-03-26 | ditch some UniStrings and intermediate temporaries | Caolán McNamara |
2012-03-26 | callcatcher: shiny unused method reduction from to-stl conversions | Caolán McNamara |
2012-03-23 | only SV_DECL_COMPAT_WEAK is still in use | Caolán McNamara |
2012-03-23 | ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1 | Caolán McNamara |
2012-03-20 | remove ToDouble/ToFloat | Caolán McNamara |
2012-03-20 | GetStringRes inline doesn't have a purpose anymore | Caolán McNamara |
2012-03-20 | make ResId->OUString the primary route | Caolán McNamara |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann |
2012-03-12 | WaE: suggest parentheses around '&&' within '||' | David Tardon |
2012-03-12 | WaE: declaration of 'aName' shadows a member of 'this' | David Tardon |
2012-03-12 | WaE: suggest explicit braces to avoid ambiguous 'else' | David Tardon |
2012-03-12 | WaE: missing initializer for member | David Tardon |
2012-03-12 | WaE: 'bLastCaseSensitive' defined but not used | David Tardon |
2012-03-12 | WaE: declaration of 'pTop' shadows a previous local | David Tardon |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan |
2012-03-09 | Let osl::FileStatus getters assert programming errors | Stephan Bergmann |
2012-03-08 | Convert tools/table.hxx to std::map | Noel Grandin |
2012-03-02 | Revert "Added 'Copy to Clipboard' button to error dialogs" | Tor Lillqvist |
2012-03-02 | fdo#46501: Cleanup SimpleResMgr | Szabolcs Dezsi |
2012-03-01 | Added 'Copy to Clipboard' button to error dialogs | Szabolcs Dezsi |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann |
2012-03-01 | callcatcher: update list | Caolán McNamara |
2012-03-01 | now restore and use reduced UnlockFile and UnlockRange impls | Caolán McNamara |
2012-03-01 | STAR_ENABLE_FILE_LOCKING was a secret | Caolán McNamara |
2012-02-29 | callcatcher: update list | Caolán McNamara |
2012-02-28 | fix windows build | Caolán McNamara |
2012-02-28 | convert some low hanging fruit | Caolán McNamara |
2012-02-28 | callcatcher: remove newly unused methods and update list | Caolán McNamara |
2012-02-27 | Removed dead code | Marc-André Laverdière-Papineau |
2012-02-27 | fdo44516 cleanup of direct use of color in code | Winfried Donkers |
2012-02-27 | Removed unused code | Szabolcs Dezsi |
2012-02-27 | merge GetString variants | Caolán McNamara |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara |
2012-02-27 | ByteString is no more | Caolán McNamara |
2012-02-27 | ByteString->rtl::OString | Caolán McNamara |
2012-02-23 | don't point inline at non-existing method | Caolán McNamara |
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann |
2012-02-23 | lock in ByteString gains | Caolán McNamara |
2012-02-23 | merge cppunit test dirs together | Caolán McNamara |
2012-02-23 | workben urltest duplicates qa/urlobj cppunit test | Caolán McNamara |
2012-02-23 | convert workben inetmimetest to cppunit test | Caolán McNamara |
2012-02-23 | ditch useless, duplicated or non-recoverable workben files | Caolán McNamara |
2012-02-21 | WaE: Same expression on both sides of '||' | Thomas Arnhold |