summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)AuthorFilesLines
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann2-48/+0
2021-05-18update "add OString::getTokenView"Noel Grandin2-46/+7
2021-05-15add OString::getTokenView (tdf#42374 related)Noel Grandin2-0/+87
2021-05-12Optimized OString operator += overloadsStephan Bergmann1-9/+45
2021-04-23Remove dubious #pragma packStephan Bergmann1-6/+0
2021-04-23actually make OString(OStringLiteral) constructor constexprNoel Grandin1-1/+1
2021-04-23Fix --with-latest-c++ buildStephan Bergmann1-1/+1
2021-04-23Remove dubious #pragma packStephan Bergmann1-6/+0
2021-04-22make OString(OStringLiteral) constructor constexprNoel Grandin1-21/+30
2021-04-21string_view conversion operator for O[U]StringBufferNoel Grandin2-0/+9
2021-04-20make OUString(OUStringLiteral) constructor constexprNoel Grandin1-21/+31
2021-04-19use more string_view in OString APINoel Grandin1-2/+89
2021-03-15Clarify that rtl::ToStringHelper::length must be preciseStephan Bergmann3-3/+1
2021-02-12add conversion operator to rtl::ReferenceNoel1-0/+12
2021-02-08rtl::Uri: document difference of rtl_UriCharClass to RFC 3986Michael Stahl1-0/+13
2021-02-02tdf#130978 Added comment to all published APImsrijita1833-0/+132
2021-01-28add string_view variants of methods to O[U]StringBufferNoel2-0/+115
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist1-20/+0
2021-01-14Introduce startsWithAsciiL() to match endsWithAsciiL()Tor Lillqvist1-0/+20
2020-12-28Avoid calling memcpy with nullptrStephan Bergmann1-2/+6
2020-12-23Make functions in rtl/character.hxx constexpr for internal useMike Kaganski1-34/+40
2020-12-20Make OStringLiteral ctor non-explicitStephan Bergmann1-1/+1
2020-12-20Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann1-86/+0
2020-12-19make *String(string_view) constructors explicitNoel Grandin2-2/+2
2020-12-18add OStringBuffer::append(std::string_view)Noel1-0/+10
2020-12-14remove unnecessary const qualifier from toStringNoel2-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-0/+50
2020-12-10Catch inadvertent uses of OString(char) ctorStephan Bergmann1-0/+6
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann1-8/+8
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer1-53/+69
2020-11-11loplugin:stringviewNoel2-0/+80
2020-11-11disable O(U)String::concat for internal codeNoel Grandin2-0/+4
2020-09-22Simplify those assertLayout checksStephan Bergmann2-16/+11
2020-09-21static_assert that O[U]StringLiteral are layout compatible with rtl_[u]StringStephan Bergmann2-0/+41
2020-09-21No need to make the OString(std::string_view) ctor explicitStephan Bergmann1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-80/+186
2020-09-12Replace remaining uses of sal_CharJulien Nabet12-140/+140
2020-09-10cid#1466656 silence Logically dead codeCaolán McNamara1-0/+18
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-6/+43
2020-09-07Avoid dangling pData when constructing OUString from temporary OUStringLiteralStephan Bergmann1-0/+1
2020-09-05Fix typo in codeAndrea Gelmini1-1/+1
2020-09-05Make OUString(char16_t const[N]) ctor check for embedded NULsStephan Bergmann2-2/+11
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann3-697/+227
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann1-35/+55
2020-09-01Adapt documentation commentStephan Bergmann1-2/+1
2020-08-31Fix typos in commentsStephan Bergmann2-2/+2
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann5-63/+112
2020-08-29Make the OUString ConstCharArrayDetector::TypeUtf16 overloads are actually usedStephan Bergmann1-8/+65
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann3-79/+101
2020-08-26Except[Const]CharArrayDetector is only used by RTL_STRING_UNITTESTStephan Bergmann3-5/+9