summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)AuthorFilesLines
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann4-16/+18
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann34-126/+126
2017-10-23correct doxygen syntaxKorrawit Pruegsanusak3-32/+32
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-0/+42
2017-10-17correct wrong doxygen syntax; also comments clean-upKorrawit Pruegsanusak2-121/+106
2017-09-19sal: fix numerous doxygen warningsMichael Stahl1-1/+1
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-0/+27
2017-08-23tdf#111964: only trim XML whitespaceMike Kaganski2-2/+6
2017-08-04rtl: typo in doc commentAshod Nakashian1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-8/+0
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock1-0/+4
2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock4-128/+1
2017-06-16Remove HAVE_CXX11_REF_QUALIFIER, always true nowStephan Bergmann2-35/+10
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski1-1/+9
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-01HAVE_THREADSAFE_STATICS sould always be trueStephan Bergmann1-6/+4
2017-05-29apply SAL_RETURNS_NONNULL in a couple more placesNoel Grandin2-7/+7
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin4-6/+6
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