summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/string.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-3/+1
2017-03-29sw: plain-text ASCII export: filter out all CH_TXT_ATR_*Michael Stahl1-0/+36
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-1/+1
2016-06-18add comphelper::string::splitMarkus Mohrhard1-9/+20
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-3/+2
2015-10-08comphelper: add string::join()Miklos Vajna1-0/+11
2015-06-24Simplify comphelper::string::isdigitAsciiString definitionsStephan Bergmann1-18/+7
2015-02-27comphelper: compare implemented as subtractionMichael Stahl1-9/+4
2014-05-11fix-includes.pl: comphelperThomas Arnhold1-1/+1
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara1-1/+1
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-5/+2
2013-10-21remove uses of COMPARE_*Caolán McNamara1-1/+2
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara1-0/+32
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-31/+31
2013-02-18add comphelper::string::indexOfAny()Michael Stahl1-0/+16
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith1-1/+1
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák1-37/+0
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-6/+2
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin1-3/+2
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-11removeTrailingChars is the same as stripEndCaolán McNamara1-12/+0
2012-06-06drop String::ReverseCaolán McNamara1-0/+26
2012-02-29move template out of headerCaolán McNamara1-0/+37
2012-02-15Various string function clean upStephan Bergmann1-120/+0
2012-02-13callcatcher: regenerate listCaolán McNamara1-30/+0
2012-02-10extend unit test to islowerCaolán McNamara1-0/+15
2012-02-10Remove unused code.Santiago Martinez1-15/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-0/+29
2011-12-13Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot1-1/+1
2011-11-27remove include of pch header in comphelperNorbert Thiebaud1-1/+0
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara1-0/+10
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-0/+31
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara1-0/+31
2011-11-17add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara1-0/+31
2011-11-15String to rtl::OUString.Kohei Yoshida1-0/+12
2011-08-29various centralized isFOOAsciiStringsCaolán McNamara1-16/+29
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara1-6/+26
2011-08-15add a jdk 1.5-alike string replace to comphelper::stringCaolán McNamara1-0/+44
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara1-0/+23
2011-03-16WaE: remove some warningsCaolán McNamara1-1/+1
2011-02-18tidy this up and be consistentCaolán McNamara1-8/+8
2011-02-18Use decimalStringToNumber for natural comparisonSébastien Le Ray1-2/+2
2011-02-18Added comphelper::string::decimalStringToNumberSébastien Le Ray1-0/+98
2011-02-14squeeze these down in case of StringCompare castingCaolán McNamara1-2/+8
2011-02-14Adjust this to use a Collator to do the string compareCaolán McNamara1-49/+75
2011-02-14move this (cool) natural sort into comphelperCaolán McNamara1-0/+55
2010-11-20EasyHack: RTL conversion from createFromAsciiKevin Hunter1-1/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3