Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
...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 | |
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 | |
...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 | |
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 | |
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df. | |||
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 | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-03-01 | callcatcher: update list | Caolán McNamara | |
2012-03-01 | now restore and use reduced UnlockFile and UnlockRange impls | Caolán McNamara | |
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 | |
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 | |
Deleted: SvFileStream::UnlockFile() | |||
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 | |
drop archaic makefile.mks and export.maps and use consistent naming | |||
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 | |
2012-02-21 | fdo#44993: Remove obsolete FSysRedirector | Elton Chung | |
2012-02-20 | unusedcode.easy: some cleaning | Thomas Arnhold | |
2012-02-19 | ByteString->rtl::OString | Caolán McNamara | |
2012-02-19 | addexes dir seems useless | Caolán McNamara | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | WaE: unused parameter | David Tardon | |
2012-02-16 | Fix a bug found with cclang | Julien Nabet | |
Null pointer passed as an argument to a 'nonnull' |