summaryrefslogtreecommitdiffstats
path: root/include/rtl
Commit message (Expand)AuthorAgeFilesLines
* tdf#125688 speed up load of change-tracking ODSNoel Grandin2019-10-312-0/+50
* Fix typoAndrea Gelmini2019-10-241-2/+2
* Introduce OStringCharStephan Bergmann2019-10-243-0/+23
* Actually choose the OUStringBuffer::append overload for UTF-16 string literalsStephan Bergmann2019-10-212-0/+21
* OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann2019-10-191-0/+3
* make the *StringBuffer::operator OStringView methods explicitNoel Grandin2019-10-182-2/+2
* loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin2019-10-172-0/+14
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-173-14/+26
* loplugin:bufferadd loosen some constraintsNoel Grandin2019-10-161-0/+2
* Fix misuse of OStringLiteralStephan Bergmann2019-10-141-0/+55
* New loplugin:getstrStephan Bergmann2019-10-141-1/+1
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-4/+8
* Use size_t for string lengthsStephan Bergmann2019-10-123-36/+36
* Use std::enable_ifStephan Bergmann2019-10-121-8/+9
* Remove unused ToStringHelper<char[N]>::addData sal_Unicode overloadStephan Bergmann2019-10-121-1/+0
* rtl/stringconcat.hxx is not part of the URE interfaceStephan Bergmann2019-10-121-4/+2
* Missing include (for std::char_traits)Stephan Bergmann2019-10-121-0/+1
* Simplify some O(U)String methodsMike Kaganski2019-10-122-12/+4
* fix formattingNoel Grandin2019-10-121-2/+2
* Revert "Use constexpr if in const char array ctors"Mike Kaganski2019-10-112-22/+6
* round out StringConcat helpers with sal_Unicode* overloadsNoel Grandin2019-10-111-16/+37
* Forward constarray-handling append/insert code to basic methodsMike Kaganski2019-10-112-18/+8
* Use constexpr if in const char array ctorsMike Kaganski2019-10-112-6/+22
* Slightly DRY the O(U)StringNumber codeMike Kaganski2019-09-301-29/+28
* Add conversion from rtl::OStringNumber to std::string_viewStephan Bergmann2019-09-271-0/+3
* Missing include (for std::move)Stephan Bergmann2019-09-271-0/+2
* Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski2019-09-271-53/+44
* Simplify external implementations of O(U)String::numberMike Kaganski2019-09-262-34/+17
* support O(U)String::number() for fast string concatenationLuboš Luňák2019-09-246-1/+343
* [API CHANGE] rtl_convertTextToUnicode behavior upon erroneous inputStephan Bergmann2019-09-041-0/+9
* new loplugin:noexceptmoveNoel Grandin2019-08-305-9/+9
* Fix typosAndrea Gelmini2019-08-201-1/+1
* Fix typoAndrea Gelmini2019-08-021-2/+2
* Fix typoAndrea Gelmini2019-07-241-1/+1
* Fix typosAndrea Gelmini2019-07-191-9/+9
* Fix typoAndrea Gelmini2019-07-181-10/+10
* Fix typoAndrea Gelmini2019-07-181-1/+1
* Fix typoAndrea Gelmini2019-07-171-1/+1
* Fix typoAndrea Gelmini2019-07-171-1/+1
* Move isIVSSelector, isCJKIVSCharacter to i18nutil/unicode.hxxStephan Bergmann2019-06-121-29/+0
* the variable names are not code,but nCodeTomoyuki Kubota2019-06-121-2/+2
* tdf#125497 allow backspace to remove CJK IVS.Mark Hung2019-05-301-0/+29
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-0/+24
* Revert "add more append methods to *StringBuffer"Noel Grandin2019-04-032-40/+0
* add more append methods to *StringBufferNoel Grandin2019-04-032-0/+40
* Fix some doxygen-generated documentation.Christophe JAILLET2019-03-221-18/+18
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-39/+13
* o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann2019-01-101-0/+11
* Revert "tdf#42949 Fix IWYU warnings in include/rtl/*"Miklos Vajna2019-01-102-0/+2
* o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann2019-01-102-0/+15