summaryrefslogtreecommitdiff
path: root/tools/source/inet/inetmsg.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+2
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann1-1/+1
2019-12-23sal_Char->char in toolsNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolsStephan Bergmann1-2/+2
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen1-2/+0
2018-02-02tools: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-9/+0
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann1-1/+1
2017-12-12sal_uIntPtr->sal_uInt32 in m_nMIMEIndexNoel Grandin1-2/+2
2017-10-17loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin1-9/+4
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-4/+8
2017-02-26loplugin:loopvartoosmallStephan Bergmann1-5/+5
2017-02-21Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann1-6/+1
2016-10-09tools: use rtl/character.hxx in tools/source/inet/inetmsg.cxxArnaud Versini1-15/+5
2016-07-16Reduce #include dependenciesMatteo Casalin1-1/+0
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin1-2/+2
2016-02-21WaE vs2015 bug, add a temporary warning disableNorbert Thiebaud1-0/+9
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin1-9/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-09-17writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann1-1/+1
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann1-6/+1
2015-09-17All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann1-1/+1
2015-09-17Odd that this started out as STRING_MAXLENStephan Bergmann1-1/+1
2015-09-17Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann1-1/+1
2015-09-10Remove unused INetMIMEMessage partsStephan Bergmann1-530/+5
2015-09-10Reduce INetMIMEMessage::EnableAttachChild to its only use caseStephan Bergmann1-54/+13
2015-09-10Check for "multipart/" prefixStephan Bergmann1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-02convert enum _ImplINetRFC822MessageHeaderState to enum classNoel Grandin1-46/+49
2015-03-02convert INETMSG_MIME_VERSION constants to enum classNoel Grandin1-30/+28
2015-03-02convert INETMSG_RFC822_ constants to enum classNoel Grandin1-40/+39
2015-02-11Remove unused INetMIMEMessage streaming operatorsStephan Bergmann1-67/+0
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann1-121/+80
2015-02-11Fold INetMessage into INetRFC822MessageStephan Bergmann1-66/+43
2014-12-05fdo#38835 strip out OString globalsNoel Grandin1-63/+33
2014-11-25assert on loading timestamp in kde80951-1.htmlCaolán McNamara1-2/+2
2014-10-01fdo#82577: Handle TimeNoel Grandin1-4/+4
2014-09-26remove unnecessary static_cast'sNoel Grandin1-5/+5
2014-04-16coverity#1202967 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-2/+2
2014-02-12more SvStream:operator>> conversionNoel Grandin1-2/+2
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-5/+5
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-2/+2
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-5/+5
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-1/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-3/+3
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM in toolsChr. Rossmanith1-33/+31