summaryrefslogtreecommitdiff
path: root/include/rtl/ustring.hxx
AgeCommit message (Expand)Author
2019-03-22Fix some doxygen-generated documentation.Christophe JAILLET
2019-01-10o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann
2019-01-10Revert "tdf#42949 Fix IWYU warnings in include/rtl/*"Miklos Vajna
2019-01-10o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-08-08tdf#42949 Fix IWYU warnings in include/rtl/*Gabor Kelemen
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-23tdf#111964: only trim XML whitespaceMike Kaganski
2017-08-04rtl: typo in doc commentAshod Nakashian
2017-06-16Remove HAVE_CXX11_REF_QUALIFIER, always true nowStephan Bergmann
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin
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-01-09New loplugin:externvar: salStephan 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-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann
2016-06-14sal: rename O[U]String parameterMichael Stahl
2015-12-20sal: make OString/OUString immovable for MSVCMichael Stahl
2015-12-17OString/OUString: move constructors and operator=Noel Grandin
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-08-11new loplugin: defaultparamsNoel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-06-26Add optimized OUString += literal overloadStephan Bergmann
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann
2015-06-24Generalize OUStringLiteral1Stephan Bergmann
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann
2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin
2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann
2015-02-06Make OUStringLiteral more usefulStephan Bergmann
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-07remove boost::unordered_* from commentsCaolán McNamara
2014-12-19Make O[U]StringLiteral ctor explicitStephan Bergmann
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann