summaryrefslogtreecommitdiff
path: root/tools/source/inet
AgeCommit message (Expand)Author
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-28use more string_view in tools::INetMIMENoel Grandin
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-08-18loplugin:unusedvarsglobalNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin
2019-12-23sal_Char->char in toolsNoel Grandin
2019-12-07clang-tidy(WIP): bugprone-signed-char-misuse findings 3Tamás Zolnai
2019-12-07clang-tidy(WIP): bugprone-signed-char-misuse findings 2Tamás Zolnai
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolsStephan Bergmann
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin
2019-04-03add more append methods to *StringBufferNoel Grandin
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-27loplugin:constfields in toolsNoel Grandin
2018-09-18loplugin:useuniqueptr in convertToUnicodeNoel Grandin
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-02-02tools: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin
2017-12-12sal_IntPtr->sal_uInt32 in INetMIMEMessageStreamNoel Grandin
2017-12-12sal_uIntPtr->sal_uInt32 in m_nMIMEIndexNoel Grandin
2017-11-13inline INetMIMEOutputSinkNoel Grandin
2017-10-17loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-05Fix typosAndrea Gelmini
2017-05-03remove excessive forward declarationsJochen Nitschke
2017-04-28use std container for ParameterListJochen Nitschke
2017-04-26extend unit test for INetMIME::scanContentTypeJochen Nitschke
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-12Add minimal INetMIME::scanContentType test and fix bugs thus foundStephan Bergmann
2017-04-12Revert "remove duplicate charset entries"Noel Grandin
2017-04-12remove duplicate charset entriesJochen Nitschke