summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
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
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann
2015-06-24Generalize OUStringLiteral1Stephan Bergmann
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann
2015-06-23Avoid conversion warnings in rtl::get[High|Low]SurrogateMatteo Casalin
2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin
2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann
2015-06-16Fix typosAndrea Gelmini
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann
2015-04-20duplicate surrogate codeCaolán McNamara
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier
2015-02-18TyposJulien Nabet
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06Make OUStringLiteral more usefulStephan Bergmann
2015-02-06sal: add back the append / insert assertions that were...Michael Stahl