summaryrefslogtreecommitdiff
path: root/include/tools/inetmime.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-13inline INetMIMEOutputSinkNoel Grandin1-60/+0
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-08-18fix typosdennisroczek1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-04-26extend unit test for INetMIME::scanContentTypeJochen Nitschke1-1/+20
2017-04-20loplugin:unusedmethodsNoel Grandin1-13/+0
2017-03-29loplugin:unusedmethodsNoel Grandin1-17/+0
2017-02-21Move INetMIME::getHexDigit(int to its only place of useStephan Bergmann1-9/+0
2017-02-21Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann1-7/+0
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin1-1/+1
2016-02-08loplugin:unusedmethodsNoel Grandin1-22/+0
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin1-3/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin1-22/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-09-18Some follow-up #include clean-upStephan Bergmann1-3/+0
2015-09-17writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann1-2/+1
2015-09-17Make various INetMIME members local to inetmime.cxxStephan Bergmann1-267/+0
2015-09-17Make createPreferredCharsetList local to inetmime.cxxStephan Bergmann1-4/+0
2015-09-17Make INetMIMEEncodedWordOutputSink local to inetmime.cxxStephan Bergmann1-92/+0
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann1-98/+1
2015-09-17INetMIMEOutputSink line length limit is unusedStephan Bergmann1-42/+1
2015-09-17All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann1-6/+2
2015-09-17Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann1-27/+10
2015-09-17INetMIMEOutputSink ctor args are always given explicitlyStephan Bergmann1-3/+1
2015-09-17Remove unused HARD_LINE_LENGTH_LIMITStephan Bergmann1-2/+1
2015-09-17No need for user-prov. INetContentTypeParameter ctor, use list-initializationStephan Bergmann1-31/+5
2015-09-17Don't violate unordered container hash+pred requirementsStephan Bergmann1-11/+3
2015-08-05loplugin:unusedmethodsNoel Grandin1-14/+0
2015-07-30loplugin:unusedmethodsNoel Grandin1-67/+0
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-77/+86
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud1-71/+77
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-77/+71
2015-07-06loplugin:unusedmethods basebmpNoel Grandin1-14/+0
2015-07-02loplugin:unusedmethods toolsNoel Grandin1-50/+0
2015-04-20duplicate surrogate codeCaolán McNamara1-30/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-32/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-3/+3
2014-12-11remove operator>> and operator<< methodsNoel Grandin1-3/+3
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith1-0/+35
2014-04-02coverity#708209 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2013-11-14remove more pragma instances of GCC system_headerMichael Stahl1-5/+0
2013-11-09fdo#65108 inter-module includes <> include/toolsNorbert Thiebaud1-1/+1
2013-11-06convert INetMIMEOutputSink::write from xub_StrLen to sal_Int32Noel Grandin1-2/+1
2013-10-23fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold1-2/+2
2013-09-30Clean up rtl/character.hxxStephan Bergmann1-34/+0
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini1-121/+4
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara1-1/+0