summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-26Missing 'const'Stephan Bergmann1-4/+4
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-19/+56
2020-05-05Disable -Wstringop-overflow in --enable-optimized builds with GCCStephan Bergmann3-40/+0
2020-04-29Silence bogus -Wstringop-overflow with GCC trunk towards GCC 10Stephan Bergmann3-0/+40
2020-04-24add upcasting support to rtl::ReferenceNoel Grandin1-0/+21
2020-04-19loplugin:buriedassign in variousNoel Grandin2-2/+4
2020-01-26tdf#124176: Use pragma once instead of include guardsiakarsu1-5/+1
2019-11-30Fix typoAndrea Gelmini1-4/+4
2019-11-29Enable O[U]String move ctor/assignment for WinMike Kaganski2-8/+0
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin2-0/+50
2019-10-24Fix typoAndrea Gelmini1-2/+2
2019-10-24Introduce OStringCharStephan Bergmann3-0/+23
2019-10-21Actually choose the OUStringBuffer::append overload for UTF-16 string literalsStephan Bergmann2-0/+21
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-0/+3
2019-10-18make the *StringBuffer::operator OStringView methods explicitNoel Grandin2-2/+2
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin2-0/+14
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann3-14/+26
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-0/+2
2019-10-14Fix misuse of OStringLiteralStephan Bergmann1-0/+55
2019-10-14New loplugin:getstrStephan Bergmann1-1/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-4/+8
2019-10-12Use size_t for string lengthsStephan Bergmann3-36/+36
2019-10-12Use std::enable_ifStephan Bergmann1-8/+9
2019-10-12Remove unused ToStringHelper<char[N]>::addData sal_Unicode overloadStephan Bergmann1-1/+0
2019-10-12rtl/stringconcat.hxx is not part of the URE interfaceStephan Bergmann1-4/+2
2019-10-12Missing include (for std::char_traits)Stephan Bergmann1-0/+1
2019-10-12Simplify some O(U)String methodsMike Kaganski2-12/+4
2019-10-12fix formattingNoel Grandin1-2/+2