summaryrefslogtreecommitdiffstats
path: root/include/rtl
Commit message (Expand)AuthorAgeFilesLines
* @since tag; sortingStephan Bergmann2016-10-041-0/+2
* let approxEqual() not scale too early for large representable integer valuesEike Rathke2016-10-012-11/+11
* Related cid#1371287: Work around missing OStringBuffer move semanticsStephan Bergmann2016-09-201-1/+52
* Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann2016-09-201-1/+77
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-302-17/+18
* tdf#99402: fix Metafile Font handlingMike Kaganski2016-08-301-0/+2
* Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann2016-08-292-26/+21
* Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann2016-08-295-0/+839
* OUString construction from OUStringLiteral1 must not be overruled by...Stephan Bergmann2016-08-291-3/+14
* sal: rename O[U]String parameterMichael Stahl2016-06-142-12/+12
* remove various crutches for boost::bind/boost::mem_fnMichael Stahl2016-05-131-10/+0
* loplugin:nullptr: Find some more cases in templatesStephan Bergmann2016-03-301-1/+1
* Typo: namesapce(s)->namespace(s)Julien Nabet2016-02-171-1/+1
* Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2016-02-151-30/+30
* tdf#81129 Support reading non-BMP characters in HTML documents.Mark Hung2016-02-131-0/+13
* Fix typosAndrea Gelmini2016-01-101-3/+3
* tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks2016-01-062-5/+5
* sal: make OString/OUString immovable for MSVCMichael Stahl2015-12-202-0/+8
* OString/OUString: move constructors and operator=Noel Grandin2015-12-172-0/+64
* More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann2015-12-101-4/+4
* Adapt to true wchar_t in clang-clStephan Bergmann2015-11-281-1/+2
* Use C++11 char16_t for sal_UnicodeStephan Bergmann2015-11-181-0/+5
* Adapt to clang-clStephan Bergmann2015-11-131-1/+2
* -Werror,-Wmicrosoft-enum-valueStephan Bergmann2015-11-131-1/+5
* Missing includes (for NULL)Stephan Bergmann2015-11-107-0/+12
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-108-137/+137
* Prevent += called on temporary O[U]String instancesStephan Bergmann2015-11-092-1/+38
* Best avoid SAL_CALL cargo-cult for new inline functionsStephan Bergmann2015-11-061-1/+1
* rtl::Reference Add move construction/assignmentDaniel Robertson2015-11-061-0/+27
* Fix typosAndrea Gelmini2015-09-303-3/+3
* Add OString::startsWithIgnoreAsciiCaseStephan Bergmann2015-09-101-0/+49
* new loplugin: defaultparamsNoel Grandin2015-08-112-3/+3
* Fix a copy-paste errorTakeshi Abe2015-08-031-1/+1
* Apply special treatment of OUStringLiteral1 to MSVC 2015David Ostrovsky2015-07-221-3/+3
* Rule out OString(std::nullptr_t)Stephan Bergmann2015-07-121-0/+5
* Fix typosAndrea Gelmini2015-07-082-2/+2
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann2015-06-301-14/+7
* Add optimized OUString += literal overloadStephan Bergmann2015-06-262-0/+42
* SAL_WARN_UNUSED_RESULT missing from some of the operator+ overloadsStephan Bergmann2015-06-261-0/+3
* Unnecessary nested #ifdef LIBO_INTERNAL_ONLYStephan Bergmann2015-06-261-2/+0
* Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann2015-06-256-199/+413
* Revert "Generalize OUStringLiteral1"Stephan Bergmann2015-06-246-406/+199
* Generalize OUStringLiteral1Stephan Bergmann2015-06-246-199/+406
* Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann2015-06-232-0/+105
* Avoid conversion warnings in rtl::get[High|Low]SurrogateMatteo Casalin2015-06-231-2/+2
* Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin2015-06-234-16/+20
* Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann2015-06-191-0/+11
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-1/+7
|\