summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-27Avoid slightly silly warnings from ClangTor Lillqvist1-1/+1
2015-08-27Again add ability to change tint/shade of a color + unit testTomaž Vajngerl2-0/+86
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist2-288/+18
2015-08-17Put Line under tools namespaceNorbert Thiebaud1-1/+6
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud3-256/+262
2015-08-11loplugin: defaultparamsNoel Grandin3-6/+6
2015-07-31tools: prefix members of SvStreamMichael Stahl4-296/+296
2015-07-30loplugin:unusedmethodsNoel Grandin1-20/+0
2015-07-17in remainingSize consider that its is possible to seek past the endCaolán McNamara1-1/+1
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-23/+6
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud1-6/+23
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-23/+6
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-0/+4
2015-07-09add some unit tests for tools::RectangleTomaž Vajngerl2-0/+61
2015-07-07-1 -> Z_ERRNO for clarityCaolán McNamara1-3/+3
2015-07-07Replace GetAppData(SHL_ERR) with an rtl::StaticStephan Bergmann1-44/+29