summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-22loplugin:noexceptmoveNoel Grandin
2021-11-22tdf#133835 speedup calc autofilter (8)Noel Grandin
2021-11-21tdf#133835 speedup calc autofilter (5)Noel Grandin
2021-11-17Fix the calculated constantMike Kaganski
2021-11-15OUStringConstExpr should convert to 'const OUString&'Noel Grandin
2021-11-12introduce OUStringConstExprNoel Grandin
2021-11-11Drop the OUString vs. OUStringLiteral comparison operator overloadsStephan Bergmann
2021-10-26Remove OUStringBuffer member function overloads for OUStringLiteralStephan Bergmann
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-11Simplify one matchIgnoreAsciiCase overloadMike Kaganski
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-07-21improve the comments of the number conversion functionsNoel Grandin
2021-07-21Use existing rtl_math_stringToDoubleStephan Bergmann
2021-07-21Use existing rtl_str_toInt64_WithLengthStephan Bergmann
2021-07-19offsetof is only guaranteed to work with standard layout typesMike Kaganski
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann
2021-05-18update "add OString::getTokenView"Noel Grandin
2021-05-15add OString::getTokenView (tdf#42374 related)Noel Grandin
2021-05-12Optimized OString operator += overloadsStephan Bergmann
2021-04-23Remove dubious #pragma packStephan Bergmann
2021-04-23actually make OString(OStringLiteral) constructor constexprNoel Grandin
2021-04-23Fix --with-latest-c++ buildStephan Bergmann
2021-04-23Remove dubious #pragma packStephan Bergmann
2021-04-22make OString(OStringLiteral) constructor constexprNoel Grandin
2021-04-21string_view conversion operator for O[U]StringBufferNoel Grandin
2021-04-20make OUString(OUStringLiteral) constructor constexprNoel Grandin
2021-04-19use more string_view in OString APINoel Grandin
2021-03-15Clarify that rtl::ToStringHelper::length must be preciseStephan Bergmann
2021-02-12add conversion operator to rtl::ReferenceNoel
2021-02-08rtl::Uri: document difference of rtl_UriCharClass to RFC 3986Michael Stahl
2021-02-02tdf#130978 Added comment to all published APImsrijita18
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist
2021-01-14Introduce startsWithAsciiL() to match endsWithAsciiL()Tor Lillqvist
2020-12-28Avoid calling memcpy with nullptrStephan Bergmann
2020-12-23Make functions in rtl/character.hxx constexpr for internal useMike Kaganski
2020-12-20Make OStringLiteral ctor non-explicitStephan Bergmann
2020-12-20Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-18add OStringBuffer::append(std::string_view)Noel
2020-12-14remove unnecessary const qualifier from toStringNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10Catch inadvertent uses of OString(char) ctorStephan Bergmann
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel