summaryrefslogtreecommitdiff
path: root/include/rtl/ustring.hxx
AgeCommit message (Expand)Author
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
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-05WaE: unused variable 'bSuccess'Tor Lillqvist
2014-11-05rtl::OUString::fromUtf8(): use rtl_convertStringToUString()Miklos Vajna
2014-11-05Add rtl::OUString::fromUtf8()Miklos Vajna
2014-07-08'internal' is a keyword in current C++/CLITor Lillqvist
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin
2014-03-19make "rest" param in endsWithIgnoreAsciiCase default to zeroNoel Grandin
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-17String cleanups.Muthu Subramanian
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2013-11-12rtl: starts-/endsWith* new second parameter since 4.2Andres Gomez
2013-11-09fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud
2013-11-07OUString::operator[] silence -Werror=strict-overflow warningsMichael Stahl
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann