summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-07loplugin:deletedspecialStephan Bergmann2-10/+6
2015-02-06Make OUStringLiteral more usefulStephan Bergmann1-1/+85
2015-02-06sal: add back the append / insert assertions that were...Michael Stahl2-0/+4
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl2-19/+0
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann5-5/+5
2015-01-23sal: remove GCC 4.6 check, it does not claim C++11 supportMichael Stahl2-6/+0
2015-01-23sal: try to fix prematurely pushed 853c2fc71a96755a9dee629fd5d0e1cff9a48034Michael Stahl2-0/+12
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl2-0/+34
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann2-2/+2
2015-01-07remove boost::unordered_* from commentsCaolán McNamara2-4/+4
2014-12-20TyposJulien Nabet1-2/+2
2014-12-19Make O[U]StringLiteral ctor explicitStephan Bergmann2-2/+2
2014-12-19This is not java.lang.StringBufferStephan Bergmann2-72/+0
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann6-79/+27
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann4-8/+7
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann1-4/+0
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann1-16/+41
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-0/+70
2014-11-20Introduce OStringBuffer::appendUninitializedStephan Bergmann2-1/+27
2014-11-20Clean up Mac _imp_getProcessLocaleStephan Bergmann2-1/+27