summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20GetStringRes inline doesn't have a purpose anymoreCaolán McNamara
2012-03-20make ResId->OUString the primary routeCaolán McNamara
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan 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-12WaE: suggest parentheses around '&&' within '||'David Tardon
2012-03-12WaE: declaration of 'aName' shadows a member of 'this'David Tardon
2012-03-12WaE: suggest explicit braces to avoid ambiguous 'else'David Tardon
2012-03-12WaE: missing initializer for memberDavid Tardon
2012-03-12WaE: 'bLastCaseSensitive' defined but not usedDavid Tardon
2012-03-12WaE: declaration of 'pTop' shadows a previous localDavid Tardon
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-09Let osl::FileStatus getters assert programming errorsStephan 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-08Convert tools/table.hxx to std::mapNoel Grandin
Convert usage of tools/table.hxx to std::map in aPTable field of SvPersistStream class.
2012-03-02Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df.
2012-03-02fdo#46501: Cleanup SimpleResMgrSzabolcs Dezsi
2012-03-01Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-03-01callcatcher: update listCaolán McNamara
2012-03-01now restore and use reduced UnlockFile and UnlockRange implsCaolá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-01STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara
2012-02-29callcatcher: update listCaolán McNamara
2012-02-28fix windows buildCaolán McNamara
2012-02-28convert some low hanging fruitCaolán McNamara
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara
2012-02-27Removed dead codeMarc-André Laverdière-Papineau
Deleted: SvFileStream::UnlockFile()
2012-02-27fdo44516 cleanup of direct use of color in codeWinfried Donkers
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-27merge GetString variantsCaolán McNamara
2012-02-27drop UniString::CreateFromInt64Caolán McNamara
2012-02-27ByteString is no moreCaolán McNamara
2012-02-27ByteString->rtl::OStringCaolán McNamara
2012-02-23don't point inline at non-existing methodCaolán McNamara
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann
2012-02-23lock in ByteString gainsCaolán McNamara
2012-02-23merge cppunit test dirs togetherCaolán McNamara
drop archaic makefile.mks and export.maps and use consistent naming
2012-02-23workben urltest duplicates qa/urlobj cppunit testCaolán McNamara
2012-02-23convert workben inetmimetest to cppunit testCaolán McNamara
2012-02-23ditch useless, duplicated or non-recoverable workben filesCaolán McNamara
2012-02-21WaE: Same expression on both sides of '||'Thomas Arnhold
2012-02-21fdo#44993: Remove obsolete FSysRedirectorElton Chung
2012-02-20unusedcode.easy: some cleaningThomas Arnhold
2012-02-19ByteString->rtl::OStringCaolán McNamara
2012-02-19addexes dir seems uselessCaolán McNamara
2012-02-18Fix typos in commentsElton Chung
2012-02-17WaE: unused parameterDavid Tardon
2012-02-16Fix a bug found with cclangJulien Nabet
Null pointer passed as an argument to a 'nonnull'
2012-02-16Use the same simple lo_main() on iOS as on AndroidTor Lillqvist
Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way.
2012-02-16callcatcher: update unused code listCaolán McNamara
2012-02-15Various string function clean upStephan Bergmann
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-15lock in those ByteString gains so there's no back-slidingCaolán McNamara