summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
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
2021-07-19offsetof is only guaranteed to work with standard layout typesMike Kaganski
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann
2021-05-18update "add OString::getTokenView"Noel Grandin
2021-05-15add OString::getTokenView (tdf#42374 related)Noel Grandin
2021-05-12Optimized OString operator += overloadsStephan Bergmann
2021-04-23Remove dubious #pragma packStephan Bergmann
2021-04-23actually make OString(OStringLiteral) constructor constexprNoel Grandin
2021-04-23Fix --with-latest-c++ buildStephan Bergmann
2021-04-23Remove dubious #pragma packStephan Bergmann
2021-04-22make OString(OStringLiteral) constructor constexprNoel Grandin
2021-04-21string_view conversion operator for O[U]StringBufferNoel Grandin
2021-04-20make OUString(OUStringLiteral) constructor constexprNoel Grandin
2021-04-19use more string_view in OString APINoel Grandin
2021-03-15Clarify that rtl::ToStringHelper::length must be preciseStephan Bergmann