summaryrefslogtreecommitdiff
path: root/svl/source/misc/inettype.cxx
AgeCommit message (Expand)Author
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-02-13Use indexed getToken()Matteo Casalin
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin
2017-09-19unused Registration classNoel Grandin
2017-08-25loplugin:unusedfieldsNoel Grandin
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-14loplugin:constantparamNoel Grandin
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-23loplugin:unusedfields in svl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-30svl: replace boost::ptr_map with std::mapMichael Stahl
2014-12-12svl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-01svl: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith
2014-03-27Introduce INetContentType::scanStephan Bergmann
2014-02-25Remove visual noise from svlAlexander Wilms
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini
2013-08-12Start removing obviously unused and/or obsolete "inet types": SCHEDULE stuffTor Lillqvist
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2012-12-13Bad compareToIgnoreAsciiCaseAscii result comparison caused endless loopCédric Bosdonnat
2012-11-28fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud
2012-11-27String=>OUString in svl's inettype and fall-outNorbert Thiebaud
2012-07-03Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/Olivier Hallot
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-07-02re-base on ALv2 code.Michael Meeks
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara
2012-06-19death to some UniStringsCaolán McNamara
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2011-12-12Related: fdo#38832 Replace Table with std::mapMarcel Metz
2011-11-27remove include of pch header from svlNorbert Thiebaud
2011-11-07don't need typename outside a templateCaolán McNamara