summaryrefslogtreecommitdiff
path: root/include/rtl/ustrbuf.hxx
AgeCommit message (Expand)Author
2023-10-18Extend /clr /std:c++20 char8_t workaround to old versions of VS 2022Stephan Bergmann
2023-10-13At least VS 2022 Preview 17.8.0 Preview 3.0 needs the fix tooStephan Bergmann
2023-10-12Fix build against VS 2022 17.7.5Stephan Bergmann
2023-10-11__cpp_char8_t is generally available nowStephan Bergmann
2023-05-06Simplify O(U)StringBuffer's append - delegate to insertMike Kaganski
2023-05-06Optimize O(U)StringBuffer's append/insert taking float/doubleMike Kaganski
2023-05-06[API CHANGE] Fix O(U)StringBuffer::insert taking floatMike Kaganski
2023-04-05Simplify O(U)String::number implementationMike Kaganski
2023-03-13Introduce OUStringBuffer::insert taking OUStringConcatMike Kaganski
2022-10-13Deduplicate stringconcat moreMike Kaganski
2022-08-22Remove NULL-terminated requirement where not applicableMike Kaganski
2022-06-21OUStringBuffer: add append via operator<<(T&&)Jan-Marek Glogowski
2022-04-15Also add C++20 char8_t overloadsStephan Bergmann
2022-04-13Clean up O[U]StringBuffer ctors taking a length parameterStephan Bergmann
2022-03-31A string_view is not necessarily NUL-terminatedStephan Bergmann
2022-03-31Fix -Werror=array-boundsStephan Bergmann
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski
2021-11-22loplugin:noexceptmoveNoel Grandin
2021-11-22tdf#133835 speedup calc autofilter (8)Noel Grandin
2021-10-26Remove OUStringBuffer member function overloads for OUStringLiteralStephan Bergmann
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-04-21string_view conversion operator for O[U]StringBufferNoel Grandin
2021-03-15Clarify that rtl::ToStringHelper::length must be preciseStephan Bergmann
2021-02-02tdf#130978 Added comment to all published APImsrijita18
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2020-12-14remove unnecessary const qualifier from toStringNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26Except[Const]CharArrayDetector is only used by RTL_STRING_UNITTESTStephan Bergmann
2020-04-19loplugin:buriedassign in variousNoel Grandin
2019-10-21Actually choose the OUStringBuffer::append overload for UTF-16 string literalsStephan Bergmann
2019-10-18make the *StringBuffer::operator OStringView methods explicitNoel Grandin
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-11Forward constarray-handling append/insert code to basic methodsMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-07-18Fix typoAndrea Gelmini
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin
2019-04-03add more append methods to *StringBufferNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-08tdf#42949 Fix IWYU warnings in include/rtl/*Gabor Kelemen
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-24Better check for 'defined LIBO_INTERNAL_ONLY'Stephan Bergmann