summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac2-58/+0
2013-02-27tools: move FileCopier out of public headers, and remove unused bits.Michael Meeks4-70/+93
2013-02-27port horrible tools temp directory abstraction to sal.Michael Meeks6-60/+21
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac3-11/+5
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet1-2/+2
2013-02-23sal: update log areasThomas Arnhold2-2/+2
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet1-1/+1
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-21fix snafu that crept in with 5da5cd60acb7a18878300da7f4b0acb0dbad1888Michael Meeks1-3/+2
2013-02-19fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-3/+3
2013-02-15rscdep is dead and gone ... and there was much rejoicingBjoern Michaelsen6-629/+0
2013-02-15so_checksum is dead and gone ... and there was much rejoicingBjoern Michaelsen5-254/+0
2013-02-15mkunroll is dead and gone ... and there was much rejoicingBjoern Michaelsen3-274/+0
2013-02-13Reduce scopeJulien Nabet1-2/+1
2013-02-13Fix Buffer overrun possible for long command line argumentsJulien Nabet1-1/+1
2013-02-12Some cppcheck cleaningJulien Nabet1-10/+7
2013-02-08fix incorrect string conversion in 9e310cc32923ceb4b18d97ce68d54a339b935f01Luboš Luňák1-1/+2
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac3-19/+18
2013-01-30Get rid of STAR_RESOURCEPATHStephan Bergmann1-61/+28
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-17/+17
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl2-1/+6
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-1/+2
2013-01-22Detect SvStream::operator<< calls with bool args w/o using -Wsign-promoStephan Bergmann1-0/+2
2013-01-22make fast string concat comparisons non-ambiguousLuboš Luňák1-0/+52
2013-01-22tools/string.hxx: add operator==/!= for OUString/StringMichael Stahl1-0/+22
2013-01-21Fix Variable 'nMode' is reassignedJulien Nabet1-3/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2-2/+2
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin4-4/+18
2013-01-01no non-ordering dependencies on <whatever>/.dirLuboš Luňák1-1/+1
2012-12-30add runtime deps for custom targetsDavid Tardon1-2/+1
2012-12-29Some cppcheck cleaningJulien Nabet1-1/+1
2012-12-29Revert "String Cleanup and news OUString methods/constructors"Tor Lillqvist2-104/+13
2012-12-28String Cleanup and news OUString methods/constructorsRicardo Montania2-13/+104
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+1
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist1-1/+1
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
2012-12-17remove unused ifndefMarkus Mohrhard2-4/+0
2012-12-17UniString::Fill -> OUStringBuffer::padToLengthCaolán McNamara2-32/+0
2012-12-14callcatcher: update unused code listCaolán McNamara2-56/+2
2012-12-13whitespace cleanupNoel Grandin1-17/+17
2012-12-13make the "inline" method attributes match with the method definition.Noel Grandin1-23/+23
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis1-6/+0
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2-6/+0
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák1-4/+0
2012-12-05Fix commentTor Lillqvist1-1/+1
2012-12-05Bye bye ODMATor Lillqvist2-27/+1
2012-12-03tools String support for fast operator+Luboš Luňák2-1/+29