summaryrefslogtreecommitdiff
path: root/include/tools/inetmime.hxx
AgeCommit message (Expand)Author
2023-11-06tdf#146619 Recheck include/t* with IWYUGabor Kelemen
2022-04-28use more string_view in tools::INetMIMENoel Grandin
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski
2019-12-23sal_Char->char in toolsNoel Grandin
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2017-11-13inline INetMIMEOutputSinkNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-18fix typosdennisroczek
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-04-26extend unit test for INetMIME::scanContentTypeJochen Nitschke
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-02-21Move INetMIME::getHexDigit(int to its only place of useStephan Bergmann
2017-02-21Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-18Some follow-up #include clean-upStephan Bergmann
2015-09-17writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann
2015-09-17Make various INetMIME members local to inetmime.cxxStephan Bergmann
2015-09-17Make createPreferredCharsetList local to inetmime.cxxStephan Bergmann
2015-09-17Make INetMIMEEncodedWordOutputSink local to inetmime.cxxStephan Bergmann
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann
2015-09-17INetMIMEOutputSink line length limit is unusedStephan Bergmann
2015-09-17All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann
2015-09-17Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann
2015-09-17INetMIMEOutputSink ctor args are always given explicitlyStephan Bergmann
2015-09-17Remove unused HARD_LINE_LENGTH_LIMITStephan Bergmann
2015-09-17No need for user-prov. INetContentTypeParameter ctor, use list-initializationStephan Bergmann
2015-09-17Don't violate unordered container hash+pred requirementsStephan Bergmann
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-07-06loplugin:unusedmethods basebmpNoel Grandin
2015-07-02loplugin:unusedmethods toolsNoel Grandin
2015-04-20duplicate surrogate codeCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-12-11remove operator>> and operator<< methodsNoel Grandin
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith
2014-04-02coverity#708209 Uninitialized scalar fieldCaolán McNamara
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2013-11-14remove more pragma instances of GCC system_headerMichael Stahl
2013-11-09fdo#65108 inter-module includes <> include/toolsNorbert Thiebaud