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