summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-14/+14
* No need to go via floating-point calculationsStephan Bergmann2015-04-101-8/+11
* Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann2015-04-091-6/+7
* loplugin:staticmethodsNoel Grandin2015-04-091-3/+3
* Remove dead INetProtocol::OutStephan Bergmann2015-04-071-26/+0
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-409/+219
* Kill INetProtocol::NewsTor Lillqvist2015-04-021-159/+80
* Kill INetProtocol::Imap and Pop3Tor Lillqvist2015-04-021-137/+80
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-022-157/+157
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-022-227/+260
* Plug the hole in INetProtocolStephan Bergmann2015-04-021-1/+0
* Remove left-over comment junkStephan Bergmann2015-04-021-3/+0
* loplugin:staticmethodsNoel Grandin2015-04-021-1/+1
* loplugin:staticfunctionNoel Grandin2015-04-013-5/+5
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-286-47/+47
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-263-4/+4
* Rectangle::toString(): output position, then sizeMiklos Vajna2015-03-231-1/+1
* loplugin:constantfunction: toolsNoel Grandin2015-03-192-12/+0
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-18/+15
* V813: Decreased performanceCaolán McNamara2015-03-042-4/+4
* convert RC_ constants to enum classNoel Grandin2015-03-021-19/+19
* convert enum _ImplINetRFC822MessageHeaderState to enum classNoel Grandin2015-03-021-46/+49
* convert INETMSG_MIME_VERSION constants to enum classNoel Grandin2015-03-021-30/+28
* convert INETMSG_RFC822_ constants to enum classNoel Grandin2015-03-021-40/+39
* Add Rectangle::toString()Miklos Vajna2015-02-231-0/+7
* Various typosJulien Nabet2015-02-211-1/+1
* DBG_ASSERT -> assertStephan Bergmann2015-02-181-8/+4
* tdf#89319 SvFileStream: remove redundant osl_getFilePos() callsLászló Németh2015-02-121-0/+2
* Fold INetMessageIOStream into INetMIMEMessageStreamStephan Bergmann2015-02-111-20/+8
* Fold INetOStream into INetMessageOStreamStephan Bergmann2015-02-111-16/+1
* Fold INetIStream into INetMessageIStreamStephan Bergmann2015-02-111-16/+1
* GenerateHeader(false) -> SetHeaderGenerated()Stephan Bergmann2015-02-111-2/+2
* Remove unused INetMIMEMessage streaming operatorsStephan Bergmann2015-02-111-67/+0
* Fold INetRFC822Message into INetMIMEMessageStephan Bergmann2015-02-112-125/+84
* Fold INetMessage into INetRFC822MessageStephan Bergmann2015-02-112-70/+47
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-052-3/+0
* Updated all precompiled headers.Ashod Nakashian2015-02-051-0/+5
* coverity#1242531 Untrusted value as argumentCaolán McNamara2015-02-021-6/+8
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-291-19/+0
* coverity#1244945 Untrusted value as argumentCaolán McNamara2015-01-261-1/+10
* coverity#1244946 Untrusted value as argumentCaolán McNamara2015-01-261-0/+9
* Some more loplugin:cstylecast: toolsStephan Bergmann2015-01-206-37/+37
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-192-7/+4
* remove unnecessary parenthesesNoel Grandin2015-01-161-7/+7
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-133-0/+16
* fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin2015-01-092-14/+14
* fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fix windows buildNoel Grandin2015-01-071-8/+8
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-079-36/+36
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1