summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
2023-01-24Be consistent in checks for LIBO_INTERNAL_ONLYTor Lillqvist
2022-11-28tdf#133343 improve perf of OUString::operator=(&&)Noel Grandin
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann
2022-11-08Address some of the sprintf in vcl/source/fontsubset/cff.cxxStephan Bergmann
2022-11-08Avoid an explicit static_castStephan Bergmann
2022-11-08Remove some trailing whitespace noiseStephan Bergmann
2022-10-15Restrict StringNumberBase::toAsciiUpperCase to rvaluesStephan Bergmann
2022-10-13Deduplicate stringconcat moreMike Kaganski
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-19make OUString::operator=(OUString&&) a little fasterNoel Grandin
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet
2022-08-22Remove NULL-terminated requirement where not applicableMike Kaganski
2022-08-22return 64-bit hash for O[U]StringNoel Grandin
2022-07-05sal: fix invalid doxygenChris Sherlock
2022-06-21OUStringBuffer: add append via operator<<(T&&)Jan-Marek Glogowski
2022-05-29Improve some operator== involving OString,Stephan Bergmann
2022-05-09Revert "prevent using O[U]String::subView on temporaties"Stephan Bergmann
2022-05-03ofz#47198 Use-of-uninitialized-valueCaolán McNamara
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-15Also add C++20 char8_t overloadsStephan Bergmann
2022-04-15Introduce rtl::createUriCharClassStephan Bergmann
2022-04-13Clean up O[U]StringBuffer ctors taking a length parameterStephan Bergmann
2022-04-13Fix copy/paste typo in commentStephan Bergmann
2022-04-11Replace references to rtl_ImplIsWhitespace with implIsWhitespaceMike Kaganski
2022-04-08prevent using O[U]String::subView on temporatiesNoel Grandin
2022-04-05Fix typosAndrea Gelmini
2022-03-31A string_view is not necessarily NUL-terminatedStephan Bergmann
2022-03-31Fix -Werror=array-boundsStephan Bergmann
2022-03-29Add back the opportunity to leave O[U]StringLiteral's buffer uninitializedStephan Bergmann
2022-03-01fix o3tl::equalsIgnoreAsciiCase()Luboš Luňák
2022-02-22Restrict the converting rtl::isAscii* overloadsStephan Bergmann
2022-02-15LIBO_INTERNAL_ONLY stuff does not need to be SAL_CALLNoel Grandin
2022-02-08loplugin:nullptrStephan Bergmann
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-22loplugin:noexceptmoveNoel Grandin
2021-11-22tdf#133835 speedup calc autofilter (8)Noel Grandin
2021-11-21tdf#133835 speedup calc autofilter (5)Noel Grandin
2021-11-17Fix the calculated constantMike Kaganski
2021-11-15OUStringConstExpr should convert to 'const OUString&'Noel Grandin
2021-11-12introduce OUStringConstExprNoel Grandin
2021-11-11Drop the OUString vs. OUStringLiteral comparison operator overloadsStephan Bergmann
2021-10-26Remove OUStringBuffer member function overloads for OUStringLiteralStephan Bergmann
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-11Simplify one matchIgnoreAsciiCase overloadMike Kaganski
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-07-21improve the comments of the number conversion functionsNoel Grandin
2021-07-21Use existing rtl_math_stringToDoubleStephan Bergmann
2021-07-21Use existing rtl_str_toInt64_WithLengthStephan Bergmann