summaryrefslogtreecommitdiffstats
path: root/include/rtl
Commit message (Expand)AuthorAgeFilesLines
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-234-0/+34
* loplugin:noexceptmoveNoel Grandin2021-11-221-1/+1
* tdf#133835 speedup calc autofilter (8)Noel Grandin2021-11-221-0/+16
* tdf#133835 speedup calc autofilter (5)Noel Grandin2021-11-211-0/+5
* Fix the calculated constantMike Kaganski2021-11-171-1/+1
* OUStringConstExpr should convert to 'const OUString&'Noel Grandin2021-11-151-2/+2
* introduce OUStringConstExprNoel Grandin2021-11-121-0/+35
* Drop the OUString vs. OUStringLiteral comparison operator overloadsStephan Bergmann2021-11-111-107/+0
* Remove OUStringBuffer member function overloads for OUStringLiteralStephan Bergmann2021-10-261-48/+0
* Optimize assignment from OUStringLiteral to OUStringStephan Bergmann2021-10-221-5/+3
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-112-12/+33
* Simplify one matchIgnoreAsciiCase overloadMike Kaganski2021-10-111-7/+3
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-033-0/+66
* improve the comments of the number conversion functionsNoel Grandin2021-07-212-6/+4
* Use existing rtl_math_stringToDoubleStephan Bergmann2021-07-211-20/+0
* Use existing rtl_str_toInt64_WithLengthStephan Bergmann2021-07-211-25/+0
* offsetof is only guaranteed to work with standard layout typesMike Kaganski2021-07-192-0/+2
* [API CHANGE] reduce cost of numeric conversionNoel Grandin2021-07-171-0/+45
* Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann2021-05-182-48/+0
* update "add OString::getTokenView"Noel Grandin2021-05-182-46/+7
* add OString::getTokenView (tdf#42374 related)Noel Grandin2021-05-152-0/+87
* Optimized OString operator += overloadsStephan Bergmann2021-05-121-9/+45
* Remove dubious #pragma packStephan Bergmann2021-04-231-6/+0
* actually make OString(OStringLiteral) constructor constexprNoel Grandin2021-04-231-1/+1
* Fix --with-latest-c++ buildStephan Bergmann2021-04-231-1/+1
* Remove dubious #pragma packStephan Bergmann2021-04-231-6/+0
* make OString(OStringLiteral) constructor constexprNoel Grandin2021-04-221-21/+30
* string_view conversion operator for O[U]StringBufferNoel Grandin2021-04-212-0/+9
* make OUString(OUStringLiteral) constructor constexprNoel Grandin2021-04-201-21/+31
* use more string_view in OString APINoel Grandin2021-04-191-2/+89
* Clarify that rtl::ToStringHelper::length must be preciseStephan Bergmann2021-03-153-3/+1
* add conversion operator to rtl::ReferenceNoel2021-02-121-0/+12
* rtl::Uri: document difference of rtl_UriCharClass to RFC 3986Michael Stahl2021-02-081-0/+13
* tdf#130978 Added comment to all published APImsrijita182021-02-0233-0/+132
* add string_view variants of methods to O[U]StringBufferNoel2021-01-282-0/+115
* OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist2021-01-151-20/+0
* Introduce startsWithAsciiL() to match endsWithAsciiL()Tor Lillqvist2021-01-141-0/+20
* Avoid calling memcpy with nullptrStephan Bergmann2020-12-281-2/+6
* Make functions in rtl/character.hxx constexpr for internal useMike Kaganski2020-12-231-34/+40
* Make OStringLiteral ctor non-explicitStephan Bergmann2020-12-201-1/+1
* Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann2020-12-201-86/+0
* make *String(string_view) constructors explicitNoel Grandin2020-12-192-2/+2
* add OStringBuffer::append(std::string_view)Noel2020-12-181-0/+10
* remove unnecessary const qualifier from toStringNoel2020-12-142-2/+2
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-112-0/+50
* Catch inadvertent uses of OString(char) ctorStephan Bergmann2020-12-101-0/+6
* Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann2020-11-211-8/+8
* tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer2020-11-211-53/+69
* loplugin:stringviewNoel2020-11-112-0/+80
* disable O(U)String::concat for internal codeNoel Grandin2020-11-112-0/+4