summaryrefslogtreecommitdiff
path: root/tools/source/inet
AgeCommit message (Expand)AuthorFilesLines
2018-02-02tools: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-9/+0
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann1-1/+1
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin1-6/+4
2017-12-12sal_IntPtr->sal_uInt32 in INetMIMEMessageStreamNoel Grandin1-9/+9
2017-12-12sal_uIntPtr->sal_uInt32 in m_nMIMEIndexNoel Grandin1-2/+2
2017-11-13inline INetMIMEOutputSinkNoel Grandin1-42/+27
2017-10-17loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin1-9/+4
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+3
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock1-1/+1
2017-06-27loplugin:useuniqueptr in variousNoel Grandin1-6/+5
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-05-03remove excessive forward declarationsJochen Nitschke1-74/+24
2017-04-28use std container for ParameterListJochen Nitschke1-111/+56
2017-04-26extend unit test for INetMIME::scanContentTypeJochen Nitschke1-8/+13
2017-04-20loplugin:unusedmethodsNoel Grandin1-17/+0
2017-04-12Add minimal INetMIME::scanContentType test and fix bugs thus foundStephan Bergmann1-4/+6
2017-04-12Revert "remove duplicate charset entries"Noel Grandin1-0/+10
2017-04-12remove duplicate charset entriesJochen Nitschke1-10/+0
2017-04-10loplugin:inlinefields in INetMIMEMessageStreamNoel Grandin1-11/+9
2017-04-09use correct string lengthJochen Nitschke1-3/+1
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2-7/+17
2017-02-26loplugin:loopvartoosmallStephan Bergmann1-5/+5
2017-02-21Move INetMIME::getHexDigit(int to its only place of useStephan Bergmann1-12/+0
2017-02-21Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann2-1090/+1
2017-02-20Use more appropriate function nameStephan Bergmann1-3/+3
2017-02-20convert EncodedWordState to scoped enumNoel Grandin1-74/+33
2017-02-10remove unused enumerator from EncodedWordStateNoel Grandin1-7/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-4/+3
2016-11-24replace custom list with std::forward_listJochen Nitschke1-33/+16
2016-10-09tools: use rtl/character.hxx in tools/source/inet/inetmsg.cxxArnaud Versini1-15/+5
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (tools)Stephan Bergmann1-3/+3
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin1-2/+1
2016-07-16nBufSiz can be a non-class local constantMatteo Casalin1-3/+9
2016-07-16Reduce #include dependenciesMatteo Casalin1-1/+0
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann1-0/+1
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-11loplugin:constantparamNoel Grandin1-5/+3
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-3/+2
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin1-2/+2
2016-02-21WaE vs2015 bug, add a temporary warning disableNorbert Thiebaud1-0/+9
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-4/+4
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-25workaround ICE in VisualStudio2013Noel Grandin1-3/+2
2016-01-18loplugin: unused return valuesNoel Grandin1-3/+2
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin2-11/+4
2015-11-26loplugin:unusedfields variousNoel Grandin1-5/+1