summaryrefslogtreecommitdiff
path: root/include/rtl/ustring.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-29WaE: C6326: Potential comparison of a constant with another constantCaolán McNamara1-2/+2
2024-01-24suppress COPY_INSTEAD_OF_MOVE suggestions for rtl::O[U]StringCaolán McNamara1-0/+3
2024-01-20suppress COPY_INSTEAD_OF_MOVE suggestions for uno::ReferenceCaolán McNamara1-0/+2
2024-01-07tdf#159018: make 64-bit hash algorithm similar to 32-bit oneMike Kaganski1-2/+2
2023-10-19Clean up some C++20 TODOsStephan Bergmann1-5/+2
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-38/+0
2023-10-18O[U]String move ctors should be constexpr, tooStephan Bergmann1-0/+14
2023-10-13O{U]String copy ctor should be constexprStephan Bergmann1-1/+14
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann1-28/+12
2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann1-4/+4
2023-09-15StringHolder detour is only really needed for ""_tstrStephan Bergmann1-22/+2
2023-07-31Introduce "..."_tstr as a companion to "..."_ostr/u"..."_ustr in template codeStephan Bergmann1-12/+25
2023-07-19Work around MSVC bug with "..."_ostr vs. u"..."_ostrStephan Bergmann1-1/+1
2023-07-14O[U]String literals (unusable for now, C++20 only)Stephan Bergmann1-2/+39
2023-04-12Use more *string_viewMike Kaganski1-0/+23
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski1-13/+20
2023-04-05Simplify O(U)String::number implementationMike Kaganski1-24/+27
2023-04-04Make O(U)String::boolean also return an O(U)StringNumberMike Kaganski1-0/+4
2023-03-29Prevent accidental OUString(nullptr)Mike Kaganski1-0/+7
2023-03-27Avoid dangling references to temporary O[U]StringConcatMarker instancesStephan Bergmann1-2/+2
2023-03-17Towards literal O[U]String types in C++20Stephan Bergmann1-1/+14
2022-11-28tdf#133343 improve perf of OUString::operator=(&&)Noel Grandin1-2/+0
2022-11-08Avoid an explicit static_castStephan Bergmann1-1/+1
2022-11-08Remove some trailing whitespace noiseStephan Bergmann1-2/+1
2022-10-13Deduplicate stringconcat moreMike Kaganski1-22/+16
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-5/+5
2022-09-19make OUString::operator=(OUString&&) a little fasterNoel Grandin1-3/+2
2022-08-22Remove NULL-terminated requirement where not applicableMike Kaganski1-10/+5
2022-08-22return 64-bit hash for O[U]StringNoel Grandin1-1/+12
2022-05-09Revert "prevent using O[U]String::subView on temporaties"Stephan Bergmann1-2/+2
2022-05-03ofz#47198 Use-of-uninitialized-valueCaolán McNamara1-1/+3
2022-04-11Replace references to rtl_ImplIsWhitespace with implIsWhitespaceMike Kaganski1-1/+1
2022-04-08prevent using O[U]String::subView on temporatiesNoel Grandin1-2/+2
2022-03-29Add back the opportunity to leave O[U]StringLiteral's buffer uninitializedStephan Bergmann1-10/+9
2022-03-01fix o3tl::equalsIgnoreAsciiCase()Luboš Luňák1-0/+4
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski1-0/+16
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-0/+12
2021-11-21tdf#133835 speedup calc autofilter (5)Noel Grandin1-0/+5
2021-11-15OUStringConstExpr should convert to 'const OUString&'Noel Grandin1-2/+2
2021-11-12introduce OUStringConstExprNoel Grandin1-0/+35
2021-11-11Drop the OUString vs. OUStringLiteral comparison operator overloadsStephan Bergmann1-107/+0
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-5/+3
2021-10-11Simplify one matchIgnoreAsciiCase overloadMike Kaganski1-7/+3
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-0/+12
2021-07-19offsetof is only guaranteed to work with standard layout typesMike Kaganski1-0/+1
2021-04-23Remove dubious #pragma packStephan Bergmann1-6/+0
2021-04-20make OUString(OUStringLiteral) constructor constexprNoel Grandin1-21/+31
2021-03-15Clarify that rtl::ToStringHelper::length must be preciseStephan Bergmann1-1/+0
2021-02-02tdf#130978 Added comment to all published APImsrijita181-0/+4
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist1-20/+0