summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/ustring.hxx
AgeCommit message (Expand)Author
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl
2012-11-17valgrind: rtl_ustr_asciil_reverseEquals_WithLength is a death trapCaolán McNamara
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann
2012-10-09Add a 'fromIndex' parameter to OUString::replaceAllNoel Grandin
2012-10-09mark our string classes as SAL_WARN_UNUSEDLuboš Luňák
2012-10-02update string copy semantics to be undefined in a non-crashing way.Michael Meeks
2012-09-18move ostream OUString operator<< directly to ustring.hxxLuboš Luňák
2012-09-14typo: Uniocde -> UnicodeAndras Timar
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák
2012-07-23Make rtl::O[U]String::isEmpty return true boolStephan Bergmann
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
2012-07-11Revert "WaE: logically last test always passes"Stephan Bergmann
2012-05-02Related: fdo#49208 implement operator== with faster equalsCaolán McNamara
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák
2012-04-03try including the ostream<<OUString operator directly with OUStringLuboš Luňák
2012-04-03I'm dumb, fromAscii() stops at \0.Luboš Luňák
2012-04-02warn on \0 embedded in string literals, after allLuboš Luňák
2012-03-30do not just warn on allocation failure, simply abortLuboš Luňák
2012-03-30no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák
2012-03-28OUString does not have any non-const char functions, no need to check for itLuboš Luňák
2012-03-28use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák
2012-03-28move string helper types to stringutils.hxxLuboš Luňák
2012-03-12@since 3.6 -> @since LibreOffice 3.6Luboš Luňák
2012-03-12implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák
2012-03-12also check that string literals do not actually trigger OUString ctorsLuboš Luňák
2012-03-12forgot to disable mixed char and const char overloadsLuboš Luňák
2012-03-12replace replace*AsciiL() OUString methods with string literal onesLuboš Luňák
2012-03-12string literal overloads for some OUString methodsLuboš Luňák
2012-03-12some fixes for OUString docsLuboš Luňák
2012-03-12make the OUString unittest ctor contain garbageLuboš Luňák
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák
2012-03-05rtl_uString_newFromAscii_WithLength() and use it in OUStringLuboš Luňák
2012-03-05optimized OUString operators =,==,!= for string literalsLuboš Luňák
2012-03-05add @since to new OUString ctorsLuboš Luňák
2012-03-05assume string literals to be ASCII-only, rather than UTF-8Luboš Luňák
2012-02-27some doxygen warnings cleanupKorrawit Pruegsanusak
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-02-22WaE: silence some documentation errorsThomas Arnhold
2012-02-16Prevent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann
2012-02-15Various string function clean upStephan Bergmann
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
2011-10-21misc trivial tweaks, and documentation additionMichael Meeks
2011-10-21String->OUString, with accompanying testsAugust Sodora
2011-10-05Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *.Stephan Bergmann
2011-09-02add a public __sal_NoAcquire to OString to match OUString'sCaolán McNamara