summaryrefslogtreecommitdiffstats
path: root/include/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant C-style castStephan Bergmann2015-03-291-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-4/+4
* fix macro and enum name collision using CamelCaseNoel Grandin2015-03-271-12/+12
* work around Windows and OSX macro collisions with enum valuesNoel Grandin2015-03-271-2/+2
* convert SymbolAlign to enum classNoel Grandin2015-03-271-1/+1
* convert BUTTON_ constants to enum classNoel Grandin2015-03-271-14/+16
* convert ProminentEntry to enum classNoel Grandin2015-03-271-1/+1
* Turn WB_* macros into WinBits const variablesStephan Bergmann2015-03-231-119/+119
* Rectangle::toString(): output position, then sizeMiklos Vajna2015-03-231-0/+1
* loplugin:constantfunction: toolsNoel Grandin2015-03-192-2/+1
* Do not use arbitrary strings as format stringsStephan Bergmann2015-03-131-3/+3
* V813: Decreased performanceCaolán McNamara2015-03-042-4/+4
* convert RC_ constants to enum classNoel Grandin2015-03-021-8/+15
* convert INETMSG_MIME_VERSION constants to enum classNoel Grandin2015-03-021-14/+17
* convert INETMSG_RFC822_ constants to enum classNoel Grandin2015-03-021-33/+40
* Add Rectangle::toString()Miklos Vajna2015-02-231-0/+5
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* Better way to avoid ambiguities among ResId ctorsStephan Bergmann2015-02-181-13/+0
* related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir2015-02-141-0/+5
* Remove ever-unused INETMSG_ENCODING_8BITStephan Bergmann2015-02-111-1/+0
* Remove redundant overloadsStephan Bergmann2015-02-111-20/+0
* Fold INetMessageIOStream into INetMIMEMessageStreamStephan Bergmann2015-02-111-13/+3
* Fold INetOStream into INetMessageOStreamStephan Bergmann2015-02-111-19/+3
* Fold INetIStream into INetMessageIStreamStephan Bergmann2015-02-111-18/+3
* GenerateHeader(false) -> SetHeaderGenerated()Stephan Bergmann2015-02-111-1/+1
* Remove unused INetMIMEMessage streaming operatorsStephan Bergmann2015-02-111-6/+0
* Fold INetRFC822Message into INetMIMEMessageStephan Bergmann2015-02-112-141/+83
* Fold INetMessage into INetRFC822MessageStephan Bergmann2015-02-112-81/+47
* loplugin:deletedspecialStephan Bergmann2015-02-075-33/+24
* fdo#39440: replace C-style cast'sJuan Picca2015-02-051-0/+2
* Fix TYPEINFO_VISIBILITY vs. TYPEINFO_VISIBILITY_OVERRIDEStephan Bergmann2015-02-031-2/+2
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-291-32/+0
* remove unused typedefsNoel Grandin2015-01-283-4/+0
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-261-1/+1
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-5/+5
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-263-11/+11
* Some more loplugin:cstylecast: toolsStephan Bergmann2015-01-201-32/+32
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-133-0/+11
* fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin2015-01-091-7/+15
* Properly change Link class to use sal_IntPtr instead of longStephan Bergmann2015-01-081-21/+21
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-083-26/+0
* fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin2015-01-071-6/+12
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-25/+31
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-051-16/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-2/+2
* drop unused definesCaolán McNamara2014-12-311-4/+0
* Date/Time no longer loaded from rsc filesCaolán McNamara2014-12-313-9/+0
* various other apparently unnecessary rsc stuffCaolán McNamara2014-12-311-17/+0
* drop dateformatter resource loadingCaolán McNamara2014-12-311-3/+0
* drop timeformatter resource loadingCaolán McNamara2014-12-311-8/+0