summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/ustring.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-24move URE headers to include/David Tardon1-2416/+0
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák1-36/+0
2013-03-28Half-assed attempt at enforcing operator [] preconditionsStephan Bergmann1-1/+8
2013-03-25Add test case for toInt overflow detectionStephan Bergmann1-3/+6
2013-03-25Clean up new toUInt64Stephan Bergmann1-0/+2
2013-03-20Deprecate confusing rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-0/+7
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-1/+1
2013-02-26SAL_WARN_UNUSED_RESULT OUString copyEike Rathke1-2/+2
2013-02-25fdo#60724 - change 'charcter' to 'character'sadam361-1/+1
2013-02-07improve comments of isEmpty()Chr. Rossmanith1-2/+2
2013-02-06O(U)String::valueOf don't duplicate codeDavid Ostrovsky1-4/+1
2013-02-04remove sal_Bool from boolean() docs tooLuboš Luňák1-2/+2
2013-02-04OK for boolean() to take true bool argumentStephan Bergmann1-2/+2
2013-02-04Strings: boolean() as a replacement for valueOf(sal_Bool)David Ostrovsky1-2/+18
2013-02-04add OUString::toUInt64()David Ostrovsky1-0/+14
2013-01-28cleanups for number() string functionLuboš Luňák1-123/+79
2013-01-21Revert "avoid -Wsign-promo warnings"Stephan Bergmann1-24/+0
2013-01-19microoptimization for "" OUString ctorLuboš Luňák1-2/+8
2013-01-18avoid warning about a comparison being always trueLuboš Luňák1-0/+2
2013-01-18avoid -Wsign-promo warningsLuboš Luňák1-0/+24
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák1-0/+1
2013-01-18Create OUString and OString number(*) methods.Noel Grandin1-6/+132
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák1-0/+13
2012-12-11use SAL_WARN_UNUSED_RESULT for OUString::replaceAllIvan Timofeev1-3/+5
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák1-6/+5
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák1-0/+19
2012-12-06add doxygen tags to the internal fast string stuffLuboš Luňák1-0/+13
2012-12-06remove needless friend declarationLuboš Luňák1-3/+0
2012-12-06reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák1-24/+8
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl1-2/+2
2012-12-04fix non-fast string operator+ debug buildLuboš Luňák1-0/+1
2012-12-04Fix fast concat of empty stringsStephan Bergmann1-3/+6
2012-12-03assert on strange lengths of string literalsLuboš Luňák1-1/+25
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák1-0/+70
2012-12-03Improve English commentsNaser Sharifi1-62/+61
2012-11-28add SAL_WARN_UNUSED_RESULT in OString and OUString where appropriateNorbert Thiebaud1-10/+10
2012-11-28Fix rtl::OUString::compareToIgnoreAsciiCaseStephan Bergmann1-6/+4
2012-11-27OUString has a matchIgnoreAsciiCase but no compareTo version of itNorbert Thiebaud1-0/+24
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl1-5/+5
2012-11-17valgrind: rtl_ustr_asciil_reverseEquals_WithLength is a death trapCaolán McNamara1-1/+2
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann1-1/+0
2012-10-09Add a 'fromIndex' parameter to OUString::replaceAllNoel Grandin1-3/+5
2012-10-09mark our string classes as SAL_WARN_UNUSEDLuboš Luňák1-1/+1
2012-10-02update string copy semantics to be undefined in a non-crashing way.Michael Meeks1-24/+12
2012-09-18move ostream OUString operator<< directly to ustring.hxxLuboš Luňák1-5/+31
2012-09-14typo: Uniocde -> UnicodeAndras Timar1-1/+1
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák1-0/+59
2012-07-23Make rtl::O[U]String::isEmpty return true boolStephan Bergmann1-5/+2
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák1-0/+11