summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
2017-12-08sal: add pre-initialization scheme for allocations.Michael Meeks
2017-11-22tdf#111964: only trim XML whitespaceMike Kaganski
2016-12-16Typo in meant-to-be-overloading function nameStephan Bergmann
2016-10-31Revert "Revert "Prevent nonsensical comparations between OUString and nullptr...Stephan Bergmann
2016-10-31Revert "Prevent nonsensical comparations between OUString and nullptr_t"Stephan Bergmann
2016-10-31Prevent nonsensical comparations between OUString and nullptr_tStephan Bergmann
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann
2016-10-04@since tag; sortingStephan Bergmann
2016-10-01let approxEqual() not scale too early for large representable integer valuesEike Rathke
2016-09-20Related cid#1371287: Work around missing OStringBuffer move semanticsStephan Bergmann
2016-09-20Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-30tdf#99402: fix Metafile Font handlingMike Kaganski
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann
2016-08-29OUString construction from OUStringLiteral1 must not be overruled by...Stephan Bergmann
2016-06-14sal: rename O[U]String parameterMichael Stahl
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-02-13tdf#81129 Support reading non-BMP characters in HTML documents.Mark Hung
2016-01-10Fix typosAndrea Gelmini
2016-01-06tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks
2015-12-20sal: make OString/OUString immovable for MSVCMichael Stahl
2015-12-17OString/OUString: move constructors and operator=Noel Grandin
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann
2015-11-13Adapt to clang-clStephan Bergmann
2015-11-13-Werror,-Wmicrosoft-enum-valueStephan Bergmann
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-11-06Best avoid SAL_CALL cargo-cult for new inline functionsStephan Bergmann
2015-11-06rtl::Reference Add move construction/assignmentDaniel Robertson
2015-09-30Fix typosAndrea Gelmini
2015-09-10Add OString::startsWithIgnoreAsciiCaseStephan Bergmann
2015-08-11new loplugin: defaultparamsNoel Grandin
2015-08-03Fix a copy-paste errorTakeshi Abe
2015-07-22Apply special treatment of OUStringLiteral1 to MSVC 2015David Ostrovsky
2015-07-12Rule out OString(std::nullptr_t)Stephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-30Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann
2015-06-26Add optimized OUString += literal overloadStephan Bergmann
2015-06-26SAL_WARN_UNUSED_RESULT missing from some of the operator+ overloadsStephan Bergmann
2015-06-26Unnecessary nested #ifdef LIBO_INTERNAL_ONLYStephan Bergmann
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann