summaryrefslogtreecommitdiffstats
path: root/include/rtl
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock2017-06-164-128/+1
* Remove HAVE_CXX11_REF_QUALIFIER, always true nowStephan Bergmann2017-06-162-35/+10
* tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2017-06-071-1/+9
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-1/+1
* HAVE_THREADSAFE_STATICS sould always be trueStephan Bergmann2017-06-011-6/+4
* apply SAL_RETURNS_NONNULL in a couple more placesNoel Grandin2017-05-292-7/+7
* create SAL_RETURNS_NONNULL annotationNoel Grandin2017-05-264-6/+6
* make __RSC a builtin define for the RSC compilerNoel Grandin2017-04-251-3/+3
* Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann2017-04-061-1/+1
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-2/+1
* remove type decorations on char literalsJochen Nitschke2017-03-301-3/+3
* Fix typosAndrea Gelmini2017-03-253-4/+4
* Better check for 'defined LIBO_INTERNAL_ONLY'Stephan Bergmann2017-03-241-1/+1
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-221-0/+23
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-0/+76
* Mark rtl_locale_get/setDefault as deprecatedStephan Bergmann2017-03-211-10/+9
* Only need an OStringBuffer in number2PolyPolygonStephan Bergmann2017-03-212-0/+61
* Remove redundant 'inline' keywordStephan Bergmann2017-03-038-64/+60
* Fix typosAndrea Gelmini2017-03-031-1/+1
* Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann2017-03-032-8/+8
* Remove MinGW supportStephan Bergmann2017-02-101-2/+1
* add 'explicit operator bool' to our reference classesNoel Grandin2017-01-261-0/+8
* New loplugin:externvar: salStephan Bergmann2017-01-095-0/+22
* coverity#1371227 Missing move assignment operatorCaolán McNamara2017-01-092-0/+24
* Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann2017-01-052-2/+2
* Make OUStringLiteral more usefulStephan Bergmann2016-12-172-6/+380
* Typo in meant-to-be-overloading function nameStephan Bergmann2016-12-161-1/+1
* Revert "Revert "Prevent nonsensical comparations between OUString and nullptr...Stephan Bergmann2016-10-311-0/+12
* Revert "Prevent nonsensical comparations between OUString and nullptr_t"Stephan Bergmann2016-10-311-11/+0
* Prevent nonsensical comparations between OUString and nullptr_tStephan Bergmann2016-10-311-0/+11
* Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2016-10-122-29/+0
* New rtl::splitSurrogates, remove code duplicationStephan Bergmann2016-10-071-0/+26
* @since tag; sortingStephan Bergmann2016-10-041-0/+2
* let approxEqual() not scale too early for large representable integer valuesEike Rathke2016-10-012-11/+11
* Related cid#1371287: Work around missing OStringBuffer move semanticsStephan Bergmann2016-09-201-1/+52
* Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann2016-09-201-1/+77
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-302-17/+18
* tdf#99402: fix Metafile Font handlingMike Kaganski2016-08-301-0/+2
* Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann2016-08-292-26/+21
* Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann2016-08-295-0/+839
* OUString construction from OUStringLiteral1 must not be overruled by...Stephan Bergmann2016-08-291-3/+14
* sal: rename O[U]String parameterMichael Stahl2016-06-142-12/+12
* remove various crutches for boost::bind/boost::mem_fnMichael Stahl2016-05-131-10/+0
* loplugin:nullptr: Find some more cases in templatesStephan Bergmann2016-03-301-1/+1
* Typo: namesapce(s)->namespace(s)Julien Nabet2016-02-171-1/+1
* Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2016-02-151-30/+30
* tdf#81129 Support reading non-BMP characters in HTML documents.Mark Hung2016-02-131-0/+13
* Fix typosAndrea Gelmini2016-01-101-3/+3
* tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks2016-01-062-5/+5
* sal: make OString/OUString immovable for MSVCMichael Stahl2015-12-202-0/+8