summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl2017-02-071-27/+27
* create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin2017-02-071-27/+27
* remove ugly operator* in DynamicErrorInfoNoel Grandin2017-02-071-3/+3
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-6/+6
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-012-6/+4
* Clarify some INetURLObject::setExtension behaviorStephan Bergmann2017-01-241-0/+11
* new loplugin: useuniqueptr: sot..toolsNoel Grandin2017-01-191-6/+5
* replace boost::checked_deleter with std::default_deleteJochen Nitschke2017-01-172-3/+1
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-171-2/+2
* ofz#372 check if ImplSplit succeededCaolán McNamara2017-01-022-5/+10
* Dispatch to platform-specific strm*.cxx directly in Library_tl.mkStephan Bergmann2016-12-212-27/+9
* no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin2016-12-192-23/+0
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-154-14/+14
* coverity#1371265 Missing move assignment operatorCaolán McNamara2016-12-121-0/+8
* CppunitTest_tools_test: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-12-092-82/+82
* OSL_TRACE -> SAL in sw..ucbNoel Grandin2016-12-083-31/+20
* convert PolyFlags to scoped enumNoel Grandin2016-12-072-39/+39
* convert PolyStyle to scoped enumNoel Grandin2016-12-061-3/+3
* convert EscapeType to scoped enumNoel Grandin2016-12-051-22/+22
* convert FSysStyle to o3tl::typed_flagsNoel Grandin2016-12-052-63/+63
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-052-49/+49
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2016-12-051-35/+35
* Use derived classes' methods instead of Pair::A/BMike Kaganski2016-11-291-1/+1
* introduce DBG_UNHANDLED_EXCEPTION_WHEN for calls with an explanatory messageEike Rathke2016-11-251-1/+7
* replace custom list with std::forward_listJochen Nitschke2016-11-241-33/+16
* loplugin:expandablemethods in toolkit..toolsNoel Grandin2016-10-262-8/+3
* loplugin:expandablemethodds in include/tools..unotoolsNoel Grandin2016-10-213-10/+4
* clang-cl loplugin: toolsStephan Bergmann2016-10-154-28/+27