summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-191-2/+2
* convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin2015-10-194-12/+12
* convert remaing DBG_WARNING to SAL_INFONoel Grandin2015-10-191-1/+1
* Reuse FRound from tools/helpers.hxxStephan Bergmann2015-10-151-9/+4
* cppcheck:variableScopeNoel Grandin2015-10-152-6/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-6/+6
* Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks2015-10-091-7/+2
* tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Aybuke Ozdemir2015-10-081-6/+1
* Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObjectGiuseppe Castagno2015-10-052-0/+56
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-2/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-2/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-1/+1
* tdf#94559: third step to remove rtti.hxxOliver Specht2015-10-011-1/+5
* Fix typosAndrea Gelmini2015-09-302-2/+2
* Fix typosAndrea Gelmini2015-09-291-1/+1
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-26/+0
* coverity#1325052 Logically dead codeCaolán McNamara2015-09-291-3/+0
* coverity#1325051 Logically dead codeCaolán McNamara2015-09-291-25/+1
* valgrind: use of uninit data in sw_globalfilter testCaolán McNamara2015-09-211-2/+2
* Some follow-up #include clean-upStephan Bergmann2015-09-181-0/+1
* writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann2015-09-172-21/+4
* CODING_QUOTED has become unusedStephan Bergmann2015-09-171-59/+1
* CONTEXT_TEXT is the only unused ContextStephan Bergmann2015-09-171-279/+263
* Make various INetMIME members local to inetmime.cxxStephan Bergmann2015-09-171-515/+548
* Make createPreferredCharsetList local to inetmime.cxxStephan Bergmann2015-09-171-286/+273
* SPACE_ENCODED has become unusedStephan Bergmann2015-09-171-6/+1
* Make INetMIMEEncodedWordOutputSink local to inetmime.cxxStephan Bergmann2015-09-171-672/+762
* HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann2015-09-173-739/+14
* WaE: variable set but not usedCaolán McNamara2015-09-171-2/+0
* INetMIMEOutputSink line length limit is unusedStephan Bergmann2015-09-171-278/+50
* All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann2015-09-172-5/+3
* Odd that this started out as STRING_MAXLENStephan Bergmann2015-09-171-1/+1
* Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann2015-09-172-18/+11
* No need for user-prov. INetContentTypeParameter ctor, use list-initializationStephan Bergmann2015-09-171-6/+4
* "unnamed namespaces don't work well yet" is no longer trueStephan Bergmann2015-09-172-13/+7
* Remove unused INetMIMEMessage partsStephan Bergmann2015-09-101-530/+5
* More INetMIMEMessageStream clean upStephan Bergmann2015-09-101-83/+81
* Merge INetMessageIStream into INetMIMEMessageStreamStephan Bergmann2015-09-101-95/+79
* No need for INetMIMEMessageStream encodingStephan Bergmann2015-09-101-531/+4
* Remove unused INetMessageOStream functionalityStephan Bergmann2015-09-101-710/+0
* Reduce INetMIMEMessage::EnableAttachChild to its only use caseStephan Bergmann2015-09-101-54/+13
* Check for "multipart/" prefixStephan Bergmann2015-09-101-1/+1
* Avoid pain when using selective debuginfoTor Lillqvist2015-09-081-6/+3
* disable an assert in color tests due to rounding errorTomaž Vajngerl2015-09-031-1/+2
* Change color test to report expected values when assert failsTomaž Vajngerl2015-09-031-31/+20
* Report reference color and expected color if test failsTomaž Vajngerl2015-09-031-1/+12
* sot: don't leak uninitialized memory into temp fileMichael Stahl2015-08-311-2/+6
* tdf#93794 - spin buttons not rendered in gtk2/gtk3Noel Grandin2015-08-311-0/+5
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-1/+1