summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-03-29Close already calls unlockFileMarkus Mohrhard
2017-03-25Fix typosAndrea Gelmini
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23No need for a temporary OString hereStephan Bergmann
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-22check for overflow in multiplyCaolán McNamara
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-03-21duplicate rational::operator*= into toolsCaolán McNamara
2017-03-14make o3tl::strong_int constructor explicitNoel Grandin
2017-03-13ofz#853 oom in svmCaolán McNamara
2017-03-13merge these similar buffer flushes togetherCaolán McNamara
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-02readonly SvMemoryStream shouldn't allow resizeCaolán McNamara
2017-03-02ReAllocateMemory mustn't delete data it doesn't ownCaolán McNamara
2017-03-02Fix typosAndrea Gelmini
2017-03-01ofz: Z_NEED_DICT is unsupportedCaolán McNamara
2017-02-28Avoid -fsanitize=nullStephan Bergmann
2017-02-27Remove odd check that writeUInt32 indeed writes four bytesStephan Bergmann
2017-02-26loplugin:loopvartoosmallStephan Bergmann
2017-02-21Move INetMIME::getHexDigit(int to its only place of useStephan Bergmann
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-21Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann
2017-02-20Use more appropriate function nameStephan Bergmann
2017-02-20convert EncodedWordState to scoped enumNoel Grandin
2017-02-15tdf#103221 recoded clear if-else sequenceFakabbir Amin
2017-02-14Use o3tl::strong_int on RESOURCE_TYPENoel Grandin
2017-02-13create strong_int template and use it in tools::UniqueIndexNoel Grandin
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist
2017-02-10remove unused enumerator from EncodedWordStateNoel Grandin
2017-02-10remove unused enumerators from PolyClipOpNoel Grandin
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin
2017-02-08drop unused error stringsCaolán McNamara
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-24Clarify some INetURLObject::setExtension behaviorStephan Bergmann
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2017-01-02ofz#372 check if ImplSplit succeededCaolán McNamara