summaryrefslogtreecommitdiff
path: root/include/rtl/strbuf.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-04At least VS 2022 Preview 17.9.0 Preview 1.1 needs the fix tooStephan Bergmann1-1/+1
2023-10-18Extend /clr /std:c++20 char8_t workaround to old versions of VS 2022Stephan Bergmann1-1/+1
2023-10-13At least VS 2022 Preview 17.8.0 Preview 3.0 needs the fix tooStephan Bergmann1-1/+1
2023-10-12Fix build against VS 2022 17.7.5Stephan Bergmann1-0/+2
2023-10-11__cpp_char8_t is generally available nowStephan Bergmann1-2/+0
2023-05-06Simplify O(U)StringBuffer's append - delegate to insertMike Kaganski1-41/+14
2023-05-06Optimize O(U)StringBuffer's append/insert taking float/doubleMike Kaganski1-8/+12
2023-05-06[API CHANGE] Fix O(U)StringBuffer::insert taking floatMike Kaganski1-1/+1
2023-04-05Simplify O(U)String::number implementationMike Kaganski1-6/+6
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann1-0/+11
2022-10-13Deduplicate stringconcat moreMike Kaganski1-11/+8
2022-08-22Remove NULL-terminated requirement where not applicableMike Kaganski1-1/+1
2022-04-15Also add C++20 char8_t overloadsStephan Bergmann1-0/+3
2022-04-13Clean up O[U]StringBuffer ctors taking a length parameterStephan Bergmann1-17/+17
2022-04-13Fix copy/paste typo in commentStephan Bergmann1-1/+1
2022-03-31A string_view is not necessarily NUL-terminatedStephan Bergmann1-1/+2
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-4/+9
2021-04-21string_view conversion operator for O[U]StringBufferNoel Grandin1-0/+4
2021-02-02tdf#130978 Added comment to all published APImsrijita181-0/+4
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-0/+28
2020-12-18add OStringBuffer::append(std::string_view)Noel1-0/+10
2020-12-14remove unnecessary const qualifier from toStringNoel1-1/+1
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-21/+21
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-7/+12
2020-05-05Disable -Wstringop-overflow in --enable-optimized builds with GCCStephan Bergmann1-8/+0
2020-04-29Silence bogus -Wstringop-overflow with GCC trunk towards GCC 10Stephan Bergmann1-0/+8
2020-04-19loplugin:buriedassign in variousNoel Grandin1-1/+2
2020-01-26tdf#124176: Use pragma once instead of include guardsiakarsu1-5/+1
2019-10-18make the *StringBuffer::operator OStringView methods explicitNoel Grandin1-1/+1
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-0/+7
2019-10-11Forward constarray-handling append/insert code to basic methodsMike Kaganski1-6/+3
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-0/+27
2019-07-17Fix typoAndrea Gelmini1-1/+1
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin1-20/+0
2019-04-03add more append methods to *StringBufferNoel Grandin1-0/+20
2018-08-08tdf#42949 Fix IWYU warnings in include/rtl/*Gabor Kelemen1-1/+0
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann1-3/+3
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann1-5/+5
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin1-2/+2
2017-03-21Only need an OStringBuffer in number2PolyPolygonStephan Bergmann1-0/+24
2017-01-09New loplugin:externvar: salStephan Bergmann1-0/+5
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann1-1/+1
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann1-15/+0
2016-09-20Related cid#1371287: Work around missing OStringBuffer move semanticsStephan Bergmann1-1/+52
2015-11-10Missing includes (for NULL)Stephan Bergmann1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann1-8/+20
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann1-20/+8
2015-06-24Generalize OUStringLiteral1Stephan Bergmann1-8/+20
2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin1-4/+5