summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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
2012-02-13ResMgr::TestStack more robustLionel Elie Mamane
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-13callcatcher: regenerate listCaolán McNamara
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
2012-02-07tools: fsys: Delete unused FileStat::FileStat()Greg Kroah-Hartman
2012-02-07tools: fsys: Delete unused FileStat::FileStat(const void *)Greg Kroah-Hartman
2012-02-07tools: fsys: Delete unused DirEntry::GetDevice()Greg Kroah-Hartman
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-05Some cppcheck cleaningJulien Nabet
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin
2012-01-30refactor ConvertLineEndCaolán McNamara