summaryrefslogtreecommitdiffstats
path: root/include/rtl/string.hxx
Commit message (Expand)AuthorAgeFilesLines
* create SAL_RETURNS_NONNULL annotationNoel Grandin2017-05-261-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* New loplugin:externvar: salStephan Bergmann2017-01-091-0/+5
* sal: rename O[U]String parameterMichael Stahl2016-06-141-2/+2
* sal: make OString/OUString immovable for MSVCMichael Stahl2015-12-201-0/+4
* OString/OUString: move constructors and operator=Noel Grandin2015-12-171-0/+32
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-38/+38
* Prevent += called on temporary O[U]String instancesStephan Bergmann2015-11-091-0/+14
* Fix typosAndrea Gelmini2015-09-301-1/+1
* Add OString::startsWithIgnoreAsciiCaseStephan Bergmann2015-09-101-0/+49
* new loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* Rule out OString(std::nullptr_t)Stephan Bergmann2015-07-121-0/+5
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann2015-06-251-37/+93
* Revert "Generalize OUStringLiteral1"Stephan Bergmann2015-06-241-93/+37
* Generalize OUStringLiteral1Stephan Bergmann2015-06-241-37/+93
* Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin2015-06-231-4/+5
* 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-11/+6
* No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-191-1/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-1/+0
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-0/+10
* 'internal' is a keyword in current C++/CLITor Lillqvist2014-07-081-50/+50
* sal/rtl: remove SAL_THROW macroNoel Grandin2014-06-051-81/+81
* Stick to a single O[U]String hash functionStephan Bergmann2014-02-181-15/+0
* String cleanups.Muthu Subramanian2014-02-171-0/+2
* Move string hash function into String class.Muthu Subramanian2014-02-131-0/+13
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-35/+35
* rtl: starts-/endsWith* new second parameter since 4.2Andres Gomez2013-11-121-2/+4
* fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud2013-11-091-2/+2
* OUString::operator[] silence -Werror=strict-overflow warningsMichael Stahl2013-11-071-1/+2
* OString::operator[]: make this consistent with OUStringMichael Stahl2013-11-071-5/+1
* fixincludeguards.sh: include - the restThomas Arnhold2013-10-231-3/+3
* Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann2013-10-151-10/+37
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-6/+6
* EXCEPTIONS_OFF is never definedStephan Bergmann2013-08-141-8/+1
* Introduce O[U]String::toUInt32Stephan Bergmann2013-06-131-0/+17
* Tweak commentsStephan Bergmann2013-05-291-3/+7
* Remove redundant (private) DO_NOT_ACQUIREStephan Bergmann2013-05-231-23/+14
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
* Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr2013-05-101-0/+14
* move URE headers to include/David Tardon2013-04-241-0/+1709