summaryrefslogtreecommitdiff
path: root/include/rtl/ustring.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-05map SAL_DLLPUBLIC_RTTI to visibility:default for gccNoel Grandin1-1/+2
2023-10-27Step 2 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann1-8/+0
2023-04-03Fix rtl_(u)str_valueOfBoolean return value documentationMike Kaganski1-2/+2
2022-07-05sal: fix invalid doxygenChris Sherlock1-1/+0
2022-04-11Replace references to rtl_ImplIsWhitespace with implIsWhitespaceMike Kaganski1-1/+1
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-0/+5
2021-07-21improve the comments of the number conversion functionsNoel Grandin1-3/+2
2021-02-02tdf#130978 Added comment to all published APImsrijita181-0/+4
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann1-8/+8
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-12/+12
2020-09-05Fix typo in codeAndrea Gelmini1-1/+1
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann1-0/+35
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin1-0/+25
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+1
2019-08-20Fix typosAndrea Gelmini1-1/+1
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin1-2/+3
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-2/+2
2017-12-28Fix typosAndrea Gelmini1-1/+1
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann1-6/+6
2017-08-23tdf#111964: only trim XML whitespaceMike Kaganski1-1/+3
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann1-0/+223
2016-01-06tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks1-2/+2
2015-08-03Fix a copy-paste errorTakeshi Abe1-1/+1
2015-06-26Add optimized OUString += literal overloadStephan Bergmann1-0/+24
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann1-0/+53
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-1/+1
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann1-18/+0
2014-02-13Move string hash function into String class.Muthu Subramanian1-0/+18
2013-11-09fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud1-6/+6
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold1-3/+3
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-0/+21
2013-04-24move URE headers to include/David Tardon1-0/+2022