summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Date: avoid temporary conversions to sal_uIntPtrMatteo Casalin2015-10-281-6/+3
* Date: group common codeMatteo Casalin2015-10-281-77/+24
* Rename (private) Date::init and reuse itMatteo Casalin2015-10-281-31/+18
* Date: use support function for mapping years to daysMatteo Casalin2015-10-281-6/+13
* Avoid intermediate cast to sal_uIntPtrMatteo Casalin2015-10-281-4/+6
* sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin2015-10-272-7/+7
* loplugin:unusedmethodsNoel Grandin2015-10-272-52/+0
* Remove obsolete version map filesStephan Bergmann2015-10-231-25/+0
* 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