summaryrefslogtreecommitdiffstats
path: root/include/tools/inetmime.hxx
Commit message (Expand)AuthorAgeFilesLines
* inline INetMIMEOutputSinkNoel Grandin2017-11-131-60/+0
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* fix typosdennisroczek2017-08-181-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-1/+1
* extend unit test for INetMIME::scanContentTypeJochen Nitschke2017-04-261-1/+20
* loplugin:unusedmethodsNoel Grandin2017-04-201-13/+0
* loplugin:unusedmethodsNoel Grandin2017-03-291-17/+0
* Move INetMIME::getHexDigit(int to its only place of useStephan Bergmann2017-02-211-9/+0
* Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann2017-02-211-7/+0
* a whole bunch of SAL_WARN_UNUSEDNoel Grandin2017-01-311-1/+1
* loplugin:unusedmethodsNoel Grandin2016-02-081-22/+0
* loplugin:unusedmethods unused return value in include/toolsNoel Grandin2016-01-151-3/+1
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin2015-11-251-22/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* Some follow-up #include clean-upStephan Bergmann2015-09-181-3/+0
* writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann2015-09-171-2/+1
* Make various INetMIME members local to inetmime.cxxStephan Bergmann2015-09-171-267/+0
* Make createPreferredCharsetList local to inetmime.cxxStephan Bergmann2015-09-171-4/+0
* Make INetMIMEEncodedWordOutputSink local to inetmime.cxxStephan Bergmann2015-09-171-92/+0
* HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann2015-09-171-98/+1
* INetMIMEOutputSink line length limit is unusedStephan Bergmann2015-09-171-42/+1
* All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann2015-09-171-6/+2
* Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann2015-09-171-27/+10
* INetMIMEOutputSink ctor args are always given explicitlyStephan Bergmann2015-09-171-3/+1
* Remove unused HARD_LINE_LENGTH_LIMITStephan Bergmann2015-09-171-2/+1
* No need for user-prov. INetContentTypeParameter ctor, use list-initializationStephan Bergmann2015-09-171-31/+5
* Don't violate unordered container hash+pred requirementsStephan Bergmann2015-09-171-11/+3
* loplugin:unusedmethodsNoel Grandin2015-08-051-14/+0
* loplugin:unusedmethodsNoel Grandin2015-07-301-67/+0
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl2015-07-161-77/+86
* Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud2015-07-151-71/+77
* tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl2015-07-161-77/+71
* loplugin:unusedmethods basebmpNoel Grandin2015-07-061-14/+0
* loplugin:unusedmethods toolsNoel Grandin2015-07-021-50/+0
* duplicate surrogate codeCaolán McNamara2015-04-201-30/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-291-32/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-3/+3
* remove operator>> and operator<< methodsNoel Grandin2014-12-111-3/+3
* move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith2014-05-091-0/+35
* coverity#708209 Uninitialized scalar fieldCaolán McNamara2014-04-021-0/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* remove more pragma instances of GCC system_headerMichael Stahl2013-11-141-5/+0
* fdo#65108 inter-module includes <> include/toolsNorbert Thiebaud2013-11-091-1/+1
* convert INetMIMEOutputSink::write from xub_StrLen to sal_Int32Noel Grandin2013-11-061-2/+1
* fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold2013-10-231-2/+2
* Clean up rtl/character.hxxStephan Bergmann2013-09-301-34/+0
* Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini2013-09-301-121/+4
* Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara2013-08-161-1/+0