summaryrefslogtreecommitdiffstats
path: root/tools/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* new loplugin: useuniqueptr: sot..toolsNoel Grandin2017-01-191-6/+5
* replace boost::checked_deleter with std::default_deleteJochen Nitschke2017-01-171-2/+1
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-171-2/+2
* ofz#372 check if ImplSplit succeededCaolán McNamara2017-01-021-4/+9
* Dispatch to platform-specific strm*.cxx directly in Library_tl.mkStephan Bergmann2016-12-211-26/+0
* 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
* OSL_TRACE -> SAL in sw..ucbNoel Grandin2016-12-083-31/+20
* convert PolyFlags to scoped enumNoel Grandin2016-12-071-36/+35
* 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-051-59/+59
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-21/+21
* 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-153-15/+15
* GetAutoHelpId logically can only return an empty string nowCaolán McNamara2016-10-121-51/+0
* drop RSC_DOCKINGWINDOW*Caolán McNamara2016-10-121-14/+0
* no numericfield, spinfield or spinbutton loaded from .src nowCaolán McNamara2016-10-101-2/+0
* rename SetResMgr to ClearResMgrNoel Grandin2016-10-101-3/+3
* no ComboBoxes loaded from .src anymoreCaolán McNamara2016-10-091-1/+0
* tools: use rtl/character.hxx in tools/source/inet/inetmsg.cxxArnaud Versini2016-10-091-15/+5
* no radiobuttons or checkboxes loaded from src files anymoreCaolán McNamara2016-10-081-1/+0
* TOOLS: Remove SvStream::ImpInit()Arnaud Versini2016-10-081-32/+28
* no CheckBox loaded from src files anymoreCaolán McNamara2016-10-071-1/+0
* don't call inflateEnd if inflateInit failedDavid Tardon2016-10-071-1/+2