summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-10-15Reuse FRound from tools/helpers.hxxStephan Bergmann1-9/+4
2015-10-15cppcheck:variableScopeNoel Grandin2-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-6/+6
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-7/+2
2015-10-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Aybuke Ozdemir1-6/+1
2015-10-05Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObjectGiuseppe Castagno2-0/+56
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-1/+5
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-26/+0
2015-09-29coverity#1325052 Logically dead codeCaolán McNamara1-3/+0
2015-09-29coverity#1325051 Logically dead codeCaolán McNamara1-25/+1
2015-09-21valgrind: use of uninit data in sw_globalfilter testCaolán McNamara1-2/+2
2015-09-18Some follow-up #include clean-upStephan Bergmann1-0/+1
2015-09-17writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann2-21/+4
2015-09-17CODING_QUOTED has become unusedStephan Bergmann1-59/+1
2015-09-17CONTEXT_TEXT is the only unused ContextStephan Bergmann1-279/+263
2015-09-17Make various INetMIME members local to inetmime.cxxStephan Bergmann1-515/+548
2015-09-17Make createPreferredCharsetList local to inetmime.cxxStephan Bergmann1-286/+273
2015-09-17SPACE_ENCODED has become unusedStephan Bergmann1-6/+1
2015-09-17Make INetMIMEEncodedWordOutputSink local to inetmime.cxxStephan Bergmann1-672/+762
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann3-739/+14
2015-09-17WaE: variable set but not usedCaolán McNamara1-2/+0
2015-09-17INetMIMEOutputSink line length limit is unusedStephan Bergmann1-278/+50
2015-09-17All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann2-5/+3
2015-09-17Odd that this started out as STRING_MAXLENStephan Bergmann1-1/+1
2015-09-17Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann2-18/+11
2015-09-17No need for user-prov. INetContentTypeParameter ctor, use list-initializationStephan Bergmann1-6/+4
2015-09-17"unnamed namespaces don't work well yet" is no longer trueStephan Bergmann2-13/+7
2015-09-10Remove unused INetMIMEMessage partsStephan Bergmann1-530/+5
2015-09-10More INetMIMEMessageStream clean upStephan Bergmann1-83/+81
2015-09-10Merge INetMessageIStream into INetMIMEMessageStreamStephan Bergmann1-95/+79
2015-09-10No need for INetMIMEMessageStream encodingStephan Bergmann1-531/+4
2015-09-10Remove unused INetMessageOStream functionalityStephan Bergmann1-710/+0
2015-09-10Reduce INetMIMEMessage::EnableAttachChild to its only use caseStephan Bergmann1-54/+13
2015-09-10Check for "multipart/" prefixStephan Bergmann1-1/+1
2015-09-08Avoid pain when using selective debuginfoTor Lillqvist1-6/+3
2015-09-03disable an assert in color tests due to rounding errorTomaž Vajngerl1-1/+2
2015-09-03Change color test to report expected values when assert failsTomaž Vajngerl1-31/+20
2015-09-03Report reference color and expected color if test failsTomaž Vajngerl1-1/+12
2015-08-31sot: don't leak uninitialized memory into temp fileMichael Stahl1-2/+6
2015-08-31tdf#93794 - spin buttons not rendered in gtk2/gtk3Noel Grandin1-0/+5
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-30tdf#62525: use cow_wrapper for SvGlobalNameDaniel Robertson1-59/+31
2015-08-27this farcical staroffice 5.0 related junk can at least be constCaolán McNamara1-1/+1
2015-08-27Remove redundant if (zero is already handled earlier)Stephan Bergmann1-2/+2
2015-08-27loplugin:passstuffbyrefStephan Bergmann1-1/+1