summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-24Better check for 'defined LIBO_INTERNAL_ONLY'Stephan Bergmann
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2017-03-21Mark rtl_locale_get/setDefault as deprecatedStephan Bergmann
2017-03-21Only need an OStringBuffer in number2PolyPolygonStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-26add 'explicit operator bool' to our reference classesNoel Grandin
2017-01-09New loplugin:externvar: salStephan Bergmann
2017-01-09coverity#1371227 Missing move assignment operatorCaolán McNamara
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann
2016-12-17Make OUStringLiteral more usefulStephan Bergmann
2016-12-16Typo in meant-to-be-overloading function nameStephan Bergmann
2016-10-31Revert "Revert "Prevent nonsensical comparations between OUString and nullptr...Stephan Bergmann
2016-10-31Revert "Prevent nonsensical comparations between OUString and nullptr_t"Stephan Bergmann
2016-10-31Prevent nonsensical comparations between OUString and nullptr_tStephan Bergmann
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann
2016-10-04@since tag; sortingStephan Bergmann
2016-10-01let approxEqual() not scale too early for large representable integer valuesEike Rathke
2016-09-20Related cid#1371287: Work around missing OStringBuffer move semanticsStephan Bergmann
2016-09-20Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-30tdf#99402: fix Metafile Font handlingMike Kaganski
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann
2016-08-29OUString construction from OUStringLiteral1 must not be overruled by...Stephan Bergmann
2016-06-14sal: rename O[U]String parameterMichael Stahl
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann
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