summaryrefslogtreecommitdiff
path: root/tools/source/inet/inetmsg.cxx
AgeCommit message (Expand)Author
2024-05-16loplugin:ostr in toolsNoel Grandin
2023-11-29Extended loplugin:ostr: toolsStephan Bergmann
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): toolsStephan Bergmann
2022-04-29use more string_view in INetURLObjectNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann
2019-12-23sal_Char->char in toolsNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolsStephan Bergmann
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2018-02-02tools: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann
2017-12-12sal_uIntPtr->sal_uInt32 in m_nMIMEIndexNoel Grandin
2017-10-17loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2017-02-26loplugin:loopvartoosmallStephan Bergmann
2017-02-21Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann
2016-10-09tools: use rtl/character.hxx in tools/source/inet/inetmsg.cxxArnaud Versini
2016-07-16Reduce #include dependenciesMatteo Casalin
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin
2016-02-21WaE vs2015 bug, add a temporary warning disableNorbert Thiebaud
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-09-17writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann
2015-09-17All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann
2015-09-17Odd that this started out as STRING_MAXLENStephan Bergmann
2015-09-17Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann
2015-09-10Remove unused INetMIMEMessage partsStephan Bergmann
2015-09-10Reduce INetMIMEMessage::EnableAttachChild to its only use caseStephan Bergmann
2015-09-10Check for "multipart/" prefixStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-02convert enum _ImplINetRFC822MessageHeaderState to enum classNoel Grandin
2015-03-02convert INETMSG_MIME_VERSION constants to enum classNoel Grandin
2015-03-02convert INETMSG_RFC822_ constants to enum classNoel Grandin
2015-02-11Remove unused INetMIMEMessage streaming operatorsStephan Bergmann
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann
2015-02-11Fold INetMessage into INetRFC822MessageStephan Bergmann
2014-12-05fdo#38835 strip out OString globalsNoel Grandin
2014-11-25assert on loading timestamp in kde80951-1.htmlCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-04-16coverity#1202967 Uninitialized pointer fieldCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-12more SvStream:operator>> conversionNoel Grandin
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-22remove SvStream::operator<< methodsNoel Grandin
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin