summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna6-34/+37
2017-03-29loplugin:unusedmethodsNoel Grandin1-25/+0
2017-03-29Close already calls unlockFileMarkus Mohrhard1-2/+0
2017-03-25Fix typosAndrea Gelmini2-4/+4
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann3-3/+0
2017-03-23No need for a temporary OString hereStephan Bergmann1-15/+13
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-8/+8
2017-03-22check for overflow in multiplyCaolán McNamara1-5/+9
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann3-11/+21
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-3/+3
2017-03-21duplicate rational::operator*= into toolsCaolán McNamara1-2/+20
2017-03-14make o3tl::strong_int constructor explicitNoel Grandin2-10/+10
2017-03-13ofz#853 oom in svmCaolán McNamara1-2/+6
2017-03-13merge these similar buffer flushes togetherCaolán McNamara1-47/+19
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-02readonly SvMemoryStream shouldn't allow resizeCaolán McNamara1-1/+7
2017-03-02ReAllocateMemory mustn't delete data it doesn't ownCaolán McNamara1-0/+3
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-03-01ofz: Z_NEED_DICT is unsupportedCaolán McNamara1-1/+1
2017-02-28Avoid -fsanitize=nullStephan Bergmann1-1/+2
2017-02-27Remove odd check that writeUInt32 indeed writes four bytesStephan Bergmann1-11/+1
2017-02-26loplugin:loopvartoosmallStephan Bergmann1-5/+5
2017-02-21Move INetMIME::getHexDigit(int to its only place of useStephan Bergmann2-14/+16
2017-02-21loplugin:unusedmethodsNoel Grandin2-11/+0
2017-02-21Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann2-1090/+1
2017-02-20Use more appropriate function nameStephan Bergmann1-3/+3
2017-02-20convert EncodedWordState to scoped enumNoel Grandin1-74/+33
2017-02-15tdf#103221 recoded clear if-else sequenceFakabbir Amin1-13/+22
2017-02-14Use o3tl::strong_int on RESOURCE_TYPENoel Grandin1-5/+5
2017-02-13create strong_int template and use it in tools::UniqueIndexNoel Grandin2-1/+3
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist1-1/+1
2017-02-10remove unused enumerator from EncodedWordStateNoel Grandin1-7/+1
2017-02-10remove unused enumerators from PolyClipOpNoel Grandin1-14/+0
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin1-25/+25
2017-02-08drop unused error stringsCaolán McNamara1-5/+4
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl1-3/+3
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl1-27/+27
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin1-27/+27
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin1-3/+3
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-6/+6
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin2-6/+4
2017-01-24Clarify some INetURLObject::setExtension behaviorStephan Bergmann1-0/+11
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin1-6/+5
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke2-3/+1
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2
2017-01-02ofz#372 check if ImplSplit succeededCaolán McNamara2-5/+10
2016-12-21Dispatch to platform-specific strm*.cxx directly in Library_tl.mkStephan Bergmann2-27/+9
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin2-23/+0
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin4-14/+14
2016-12-12coverity#1371265 Missing move assignment operatorCaolán McNamara1-0/+8