summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/string.cxx
AgeCommit message (Expand)Author
2021-04-21Fix templates to use correct typedefsMike Kaganski
2021-04-19use more string_view in comphelper::stringNoel Grandin
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2020-01-15clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin
2019-12-18sal_Char->char in comphelperNoel Grandin
2019-08-07tdf#126663 speed up styles displayNoel Grandin
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-03-29sw: plain-text ASCII export: filter out all CH_TXT_ATR_*Michael Stahl
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2016-06-18add comphelper::string::splitMarkus Mohrhard
2016-02-23new loplugin: commaoperatorNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-10-08comphelper: add string::join()Miklos Vajna
2015-06-24Simplify comphelper::string::isdigitAsciiString definitionsStephan Bergmann
2015-02-27comphelper: compare implemented as subtractionMichael Stahl
2014-05-11fix-includes.pl: comphelperThomas Arnhold
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza
2013-10-21remove uses of COMPARE_*Caolán McNamara
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-18add comphelper::string::indexOfAny()Michael Stahl
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-11removeTrailingChars is the same as stripEndCaolán McNamara
2012-06-06drop String::ReverseCaolán McNamara
2012-02-29move template out of headerCaolán McNamara
2012-02-15Various string function clean upStephan Bergmann
2012-02-13callcatcher: regenerate listCaolán McNamara
2012-02-10extend unit test to islowerCaolán McNamara
2012-02-10Remove unused code.Santiago Martinez
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2011-12-13Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header in comphelperNorbert Thiebaud
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-17add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara
2011-11-15String to rtl::OUString.Kohei Yoshida
2011-08-29various centralized isFOOAsciiStringsCaolán McNamara
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara
2011-08-15add a jdk 1.5-alike string replace to comphelper::stringCaolán McNamara