summaryrefslogtreecommitdiff
path: root/include/rtl/ustrbuf.hxx
AgeCommit message (Expand)Author
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
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-09New loplugin:externvar: salStephan Bergmann
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann
2016-12-17Make OUStringLiteral more usefulStephan Bergmann
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-09-20Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann
2015-06-24Generalize OUStringLiteral1Stephan Bergmann
2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin
2015-02-18TyposJulien Nabet
2015-02-06sal: add back the append / insert assertions that were...Michael Stahl
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl