summaryrefslogtreecommitdiff
path: root/tools/source/inet
AgeCommit message (Expand)AuthorFilesLines
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin1-4/+3
2016-10-09tools: use rtl/character.hxx in tools/source/inet/inetmsg.cxxArnaud Versini1-15/+5
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (tools)Stephan Bergmann1-3/+3
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin1-2/+1
2016-07-16nBufSiz can be a non-class local constantMatteo Casalin1-3/+9
2016-07-16Reduce #include dependenciesMatteo Casalin1-1/+0
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann1-0/+1
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-11loplugin:constantparamNoel Grandin1-5/+3
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-3/+2
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin1-2/+2
2016-02-21WaE vs2015 bug, add a temporary warning disableNorbert Thiebaud1-0/+9
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-4/+4
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-25workaround ICE in VisualStudio2013Noel Grandin1-3/+2
2016-01-18loplugin: unused return valuesNoel Grandin1-3/+2
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin2-11/+4
2015-11-26loplugin:unusedfields variousNoel Grandin1-5/+1
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin1-2/+1
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-33/+33
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-29coverity#1325052 Logically dead codeCaolán McNamara1-3/+0
2015-09-29coverity#1325051 Logically dead codeCaolán McNamara1-25/+1
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 Bergmann2-737/+13
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 Bergmann1-8/+5
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