summaryrefslogtreecommitdiff
path: root/include/rtl/string.hxx
AgeCommit message (Expand)Author
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-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-10Add OString::startsWithIgnoreAsciiCaseStephan Bergmann
2015-08-11new loplugin: defaultparamsNoel Grandin
2015-07-12Rule out OString(std::nullptr_t)Stephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann
2015-06-24Generalize OUStringLiteral1Stephan Bergmann
2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin
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-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-07-08'internal' is a keyword in current C++/CLITor Lillqvist
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-17String cleanups.Muthu Subramanian
2014-02-13Move string hash function into String class.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-11-07OString::operator[]: make this consistent with OUStringMichael Stahl
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
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
2013-05-29Tweak commentsStephan Bergmann
2013-05-23Remove redundant (private) DO_NOT_ACQUIREStephan Bergmann
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr
2013-04-24move URE headers to include/David Tardon