summaryrefslogtreecommitdiffstats
path: root/include/rtl/ustring.hxx
Commit message (Expand)AuthorAgeFilesLines
* Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann2016-08-291-0/+520
* sal: rename O[U]String parameterMichael Stahl2016-06-141-10/+10
* sal: make OString/OUString immovable for MSVCMichael Stahl2015-12-201-0/+4
* OString/OUString: move constructors and operator=Noel Grandin2015-12-171-0/+32
* Missing includes (for NULL)Stephan Bergmann2015-11-101-0/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-62/+62
* Prevent += called on temporary O[U]String instancesStephan Bergmann2015-11-091-1/+24
* new loplugin: defaultparamsNoel Grandin2015-08-111-2/+2
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Add optimized OUString += literal overloadStephan Bergmann2015-06-261-0/+18
* Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann2015-06-251-135/+170
* Revert "Generalize OUStringLiteral1"Stephan Bergmann2015-06-241-170/+135
* Generalize OUStringLiteral1Stephan Bergmann2015-06-241-135/+170
* Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann2015-06-231-0/+52
* Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin2015-06-231-4/+5
* Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann2015-06-191-0/+11
* Update @since tags LO 4.5 -> 5.0Stephan Bergmann2015-04-101-6/+6
* Make OUStringLiteral more usefulStephan Bergmann2015-02-061-1/+85
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-261-1/+1
* remove boost::unordered_* from commentsCaolán McNamara2015-01-071-2/+2
* Make O[U]StringLiteral ctor explicitStephan Bergmann2014-12-191-1/+1
* No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-191-21/+10
* No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-191-5/+4
* rtl::OUStringLiteral to the rescueStephan Bergmann2014-12-171-16/+41
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-0/+70
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-1/+0
* Add rtl::OUString::toUtf8()Miklos Vajna2014-11-171-0/+23
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-0/+9
* WaE: unused variable 'bSuccess'Tor Lillqvist2014-11-051-0/+1
* rtl::OUString::fromUtf8(): use rtl_convertStringToUString()Miklos Vajna2014-11-051-10/+11
* Add rtl::OUString::fromUtf8()Miklos Vajna2014-11-051-0/+20
* 'internal' is a keyword in current C++/CLITor Lillqvist2014-07-081-79/+79
* sal/rtl: remove SAL_THROW macroNoel Grandin2014-06-051-82/+80
* make "rest" param in endsWithIgnoreAsciiCase default to zeroNoel Grandin2014-03-191-1/+1
* Stick to a single O[U]String hash functionStephan Bergmann2014-02-181-15/+0
* String cleanups.Muthu Subramanian2014-02-171-0/+15
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-50/+50
* rtl: starts-/endsWith* new second parameter since 4.2Andres Gomez2013-11-121-4/+8
* fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud2013-11-091-3/+3
* OUString::operator[] silence -Werror=strict-overflow warningsMichael Stahl2013-11-071-1/+2
* fixincludeguards.sh: include - the restThomas Arnhold2013-10-231-2/+2
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-231-5/+1
* Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann2013-10-151-24/+85
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-6/+6
* EXCEPTIONS_OFF is never definedStephan Bergmann2013-08-141-22/+1
* Introduce O[U]String::toUInt32Stephan Bergmann2013-06-131-0/+17
* Tweak commentsStephan Bergmann2013-05-291-1/+3
* Remove redundant (private) DO_NOT_ACQUIREStephan Bergmann2013-05-231-27/+18
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
* move URE headers to include/David Tardon2013-04-241-0/+2416