summaryrefslogtreecommitdiffstats
path: root/sal/inc/rtl/string.hxx
Commit message (Expand)AuthorAgeFilesLines
* sal: work around spurious signed overflow warningsMichael Stahl2012-05-081-2/+3
* Related: fdo#49208 implement operator== with faster equalsCaolán McNamara2012-05-021-1/+1
* doxygen warning fixesLuboš Luňák2012-04-231-1/+3
* string literal O(U)StringBuffer ctors too, after allLuboš Luňák2012-04-061-2/+2
* I'm dumb, fromAscii() stops at \0.Luboš Luňák2012-04-031-2/+1
* warn on \0 embedded in string literals, after allLuboš Luňák2012-04-021-1/+3
* do not just warn on allocation failure, simply abortLuboš Luňák2012-03-301-1/+1
* move string helper types to stringutils.hxxLuboš Luňák2012-03-281-66/+15
* SFINAE workarounds for gcc-4.0.1Luboš Luňák2012-03-281-0/+7
* remove (non-const) char[N] overloads introduced because of string literalsLuboš Luňák2012-03-281-196/+113
* more SFINAE to distinguish between const char* and const char[]Luboš Luňák2012-03-281-14/+28
* hopefully only OString ctors do not work with SFINAE brokenLuboš Luňák2012-03-281-2/+0
* string literal overloads for rest of OString methodsLuboš Luňák2012-03-281-10/+260
* string literal overload for OString::operator=()Luboš Luňák2012-03-261-0/+35
* make OString work even with old gcc that has SFINAE brokenLuboš Luňák2012-03-131-2/+16
* OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-03-121-3/+81
* WaE: silence some documentation errorsThomas Arnhold2012-02-221-1/+1
* Prevent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann2012-02-161-0/+16
* Various string function clean upStephan Bergmann2012-02-151-0/+152
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-1/+1
* clean-up Doxygen warningsNorbert Thiebaud2012-01-191-1/+1
* Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann2012-01-051-3/+2
* Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann2011-11-231-1/+1
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-221-9/+10
* adapt naming schemeCaolán McNamara2011-11-011-4/+3
* add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString oneCaolán McNamara2011-11-011-0/+24
* add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString oneCaolán McNamara2011-11-011-0/+28
* Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *.Stephan Bergmann2011-10-051-13/+11
* add a public __sal_NoAcquire to OString to match OUString'sCaolán McNamara2011-09-021-0/+10
* add an OString::equalsL equivalent to OUString::equalsAsciiLCaolán McNamara2011-06-231-0/+24
* move this into comphelperCaolán McNamara2011-02-141-22/+0
* Add compareToNumeric to OUString & CoSébastien Le Ray2011-02-101-0/+22
* OString: New method isEmpty()Thomas Arnhold2011-02-041-0/+16
* moving the rest of ure repository to boost unordered containersFridrich Strba2011-02-041-2/+2
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-141-0/+3
* more removed include guards using fixguard.pyPetr Mladek2010-10-051-2/+0
* changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien2010-02-121-4/+1
* INTEGRATION: CWS changefileheader (1.22.62); FILE MERGEDRüdiger Timm2008-04-101-30/+18
* INTEGRATION: CWS sb79 (1.21.190); FILE MERGEDIvo Hinkelmann2007-11-231-9/+11
* INTEGRATION: CWS warnings01 (1.19.12); FILE MERGEDJens-Heiner Rechtien2006-06-201-5/+5
* INTEGRATION: CWS sb49 (1.19.76); FILE MERGEDJens-Heiner Rechtien2006-04-191-2/+4
* INTEGRATION: CWS ooo19126 (1.18.50); FILE MERGEDRüdiger Timm2005-09-081-47/+21
* INTEGRATION: CWS visibility03 (1.17.68); FILE MERGEDOliver Bolte2005-04-131-13/+13
* INTEGRATION: CWS ause011 (1.16.60); FILE MERGEDRüdiger Timm2004-09-201-7/+7
* INTEGRATION: CWS sb14 (1.14.68); FILE MERGEDRüdiger Timm2004-03-301-3/+16
* INTEGRATION: CWS sb15 (1.14.60); FILE MERGEDOliver Bolte2004-03-191-8/+16
* INTEGRATION: CWS sb5 (1.13.110); FILE MERGEDJens-Heiner Rechtien2003-08-071-10/+9
* #104229# Fixed typos.Stephan Bergmann2002-10-171-4/+4
* #104229# Clarified allowed ranges for parameters to copy methods.Stephan Bergmann2002-10-161-6/+12
* #88337# Documentation.Stephan Bergmann2001-10-301-24/+76