summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)AuthorFilesLines
2017-04-25make __RSC a builtin define for the RSC compilerNoel Grandin1-3/+3
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-2/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-3/+3
2017-03-25Fix typosAndrea Gelmini3-4/+4
2017-03-24Better check for 'defined LIBO_INTERNAL_ONLY'Stephan Bergmann1-1/+1
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-0/+23
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-0/+76
2017-03-21Mark rtl_locale_get/setDefault as deprecatedStephan Bergmann1-10/+9
2017-03-21Only need an OStringBuffer in number2PolyPolygonStephan Bergmann2-0/+61
2017-03-03Remove redundant 'inline' keywordStephan Bergmann8-64/+60
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann2-8/+8
2017-02-10Remove MinGW supportStephan Bergmann1-2/+1
2017-01-26add 'explicit operator bool' to our reference classesNoel Grandin1-0/+8
2017-01-09New loplugin:externvar: salStephan Bergmann5-0/+22
2017-01-09coverity#1371227 Missing move assignment operatorCaolán McNamara2-0/+24
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann2-2/+2
2016-12-17Make OUStringLiteral more usefulStephan Bergmann2-6/+380
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