summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-213-3/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-1/+1
* remove some old MSVC workaroundsNoel Grandin2017-04-212-2/+2
* loplugin:unusedmethodsNoel Grandin2017-04-203-27/+1
* remove freshly unused menu support from src filesCaolán McNamara2017-04-192-98/+0
* Add minimal INetMIME::scanContentType test and fix bugs thus foundStephan Bergmann2017-04-122-4/+32
* Revert "remove duplicate charset entries"Noel Grandin2017-04-121-0/+10
* remove duplicate charset entriesJochen Nitschke2017-04-121-10/+0
* loplugin:inlinefields in INetMIMEMessageStreamNoel Grandin2017-04-101-11/+9
* use correct string lengthJochen Nitschke2017-04-091-3/+1
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-071-2/+2
* loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin2017-04-061-8/+6
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-04-041-1/+1
* tdf#39468 Translate German commentsJens Carl2017-04-033-7/+7
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-316-34/+37
* loplugin:unusedmethodsNoel Grandin2017-03-291-25/+0
* Close already calls unlockFileMarkus Mohrhard2017-03-291-2/+0
* Fix typosAndrea Gelmini2017-03-252-4/+4
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-233-3/+0
* No need for a temporary OString hereStephan Bergmann2017-03-231-15/+13
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-221-8/+8
* check for overflow in multiplyCaolán McNamara2017-03-221-5/+9
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-223-11/+21
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-221-3/+3
* duplicate rational::operator*= into toolsCaolán McNamara2017-03-211-2/+20
* make o3tl::strong_int constructor explicitNoel Grandin2017-03-142-10/+10
* ofz#853 oom in svmCaolán McNamara2017-03-131-2/+6
* merge these similar buffer flushes togetherCaolán McNamara2017-03-131-47/+19
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* readonly SvMemoryStream shouldn't allow resizeCaolán McNamara2017-03-021-1/+7
* ReAllocateMemory mustn't delete data it doesn't ownCaolán McNamara2017-03-021-0/+3
* Fix typosAndrea Gelmini2017-03-021-1/+1
* ofz: Z_NEED_DICT is unsupportedCaolán McNamara2017-03-011-1/+1
* Avoid -fsanitize=nullStephan Bergmann2017-02-281-1/+2
* Remove odd check that writeUInt32 indeed writes four bytesStephan Bergmann2017-02-271-11/+1
* loplugin:loopvartoosmallStephan Bergmann2017-02-261-5/+5
* Move INetMIME::getHexDigit(int to its only place of useStephan Bergmann2017-02-212-14/+16
* loplugin:unusedmethodsNoel Grandin2017-02-212-11/+0
* Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann2017-02-212-1090/+1
* Use more appropriate function nameStephan Bergmann2017-02-201-3/+3
* convert EncodedWordState to scoped enumNoel Grandin2017-02-201-74/+33
* tdf#103221 recoded clear if-else sequenceFakabbir Amin2017-02-151-13/+22
* Use o3tl::strong_int on RESOURCE_TYPENoel Grandin2017-02-141-5/+5
* create strong_int template and use it in tools::UniqueIndexNoel Grandin2017-02-132-1/+3
* "Unicode" is a proper noun and should not be used in pluralTor Lillqvist2017-02-121-1/+1
* remove unused enumerator from EncodedWordStateNoel Grandin2017-02-101-7/+1
* remove unused enumerators from PolyClipOpNoel Grandin2017-02-101-14/+0
* Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin2017-02-091-25/+25
* drop unused error stringsCaolán McNamara2017-02-081-5/+4
* Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl2017-02-071-3/+3