summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/ustring.hxx
AgeCommit message (Expand)Author
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
2011-02-24WaE: logically last test always passesCaolán McNamara
2011-02-14move this into comphelperCaolán McNamara
2011-02-10Add compareToNumeric to OUString & CoSébastien Le Ray
2011-02-04moving the rest of ure repository to boost unordered containersFridrich Strba
2011-02-03some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba
2011-02-03include MSVC STL code pathFridrich Strba
2011-01-24add since version to new APIMichael Meeks
2011-01-24New method: isEmpty() - Checks if a string is empty.Thomas Arnhold
2011-01-17fix documentation typoCaolán McNamara
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien