summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-24Generalize OUStringLiteral1Stephan Bergmann6-199/+406
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann2-0/+105
2015-06-23Avoid conversion warnings in rtl::get[High|Low]SurrogateMatteo Casalin1-2/+2
2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin4-16/+20
2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann1-0/+11
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+7
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann2-57/+84
2015-04-20duplicate surrogate codeCaolán McNamara1-0/+57
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+7
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann4-12/+12
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara1-3/+16
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier1-0/+20
2015-02-18TyposJulien Nabet2-2/+2
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens2-336/+0
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini1-0/+15