summaryrefslogtreecommitdiff
path: root/include/unotools/charclass.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-23tdf#142437: Fix word boundary detection in autocorrectBaole Fang1-0/+4
2022-09-13Fix everything using XCharacterClassification::getStringType() and don't use itEike Rathke1-11/+14
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin1-2/+2
2022-05-04use more string_view in unotoolsNoel Grandin1-2/+2
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen1-1/+0
2021-09-17speedup toUpperCase when called in parallelNoel Grandin1-4/+0
2021-07-31osl::Mutex->std::mutex in CharClassNoel Grandin1-2/+2
2020-05-03use more compact namespace syntax in /includeNoel Grandin1-7/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-4/+3
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-03-31use actual UNO enums in unotoolsNoel Grandin1-2/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2015-11-17other #includes should be AFTER the include-once #defineNoel Grandin1-2/+1
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin1-15/+15
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-30loplugin:unusedmethodsNoel Grandin1-10/+0
2015-07-17remove deprecated methods in unotools::CharClassNoel Grandin1-21/+0
2015-07-06loplugin:unusedmethods unotoolsNoel Grandin1-2/+0
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-2/+4
2014-05-04Typo: depricated->deprecatedJulien Nabet1-1/+1
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-4/+0
2014-01-23fdo#63154 Removed unused solar.h referenceAlexandre Vicenzi1-1/+0
2013-11-09fdo#65108 inter-module includes <> include/unotoolsNorbert Thiebaud1-1/+1
2013-10-23fixincludeguards.sh: include/u*Thomas Arnhold1-3/+3
2013-09-02XubString->OUStringCaolán McNamara1-1/+0
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini1-1/+4
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-33/+33
2013-06-24Replace more characters functions with rtl/character.hxxArnaud Versini1-4/+4
2013-04-23execute move of global headersBjoern Michaelsen1-0/+225