summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/string.hxx
AgeCommit message (Expand)AuthorFilesLines
2012-05-08sal: work around spurious signed overflow warningsMichael Stahl1-2/+3
2012-05-02Related: fdo#49208 implement operator== with faster equalsCaolán McNamara1-1/+1
2012-04-23doxygen warning fixesLuboš Luňák1-1/+3
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák1-2/+2
2012-04-03I'm dumb, fromAscii() stops at \0.Luboš Luňák1-2/+1
2012-04-02warn on \0 embedded in string literals, after allLuboš Luňák1-1/+3
2012-03-30do not just warn on allocation failure, simply abortLuboš Luňák1-1/+1
2012-03-28move string helper types to stringutils.hxxLuboš Luňák1-66/+15
2012-03-28SFINAE workarounds for gcc-4.0.1Luboš Luňák1-0/+7
2012-03-28remove (non-const) char[N] overloads introduced because of string literalsLuboš Luňák1-196/+113
2012-03-28more SFINAE to distinguish between const char* and const char[]Luboš Luňák1-14/+28
2012-03-28hopefully only OString ctors do not work with SFINAE brokenLuboš Luňák1-2/+0
2012-03-28string literal overloads for rest of OString methodsLuboš Luňák1-10/+260
2012-03-26string literal overload for OString::operator=()Luboš Luňák1-0/+35
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák1-2/+16
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-3/+81
2012-02-22WaE: silence some documentation errorsThomas Arnhold1-1/+1
2012-02-16Prevent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann1-0/+16
2012-02-15Various string function clean upStephan Bergmann1-0/+152
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
2012-01-19clean-up Doxygen warningsNorbert Thiebaud1-1/+1
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann1-3/+2
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann1-1/+1
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-9/+10
2011-11-01adapt naming schemeCaolán McNamara1-4/+3
2011-11-01add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString oneCaolán McNamara1-0/+24
2011-11-01add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString oneCaolán McNamara1-0/+28
2011-10-05Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *.Stephan Bergmann1-13/+11
2011-09-02add a public __sal_NoAcquire to OString to match OUString'sCaolán McNamara1-0/+10
2011-06-23add an OString::equalsL equivalent to OUString::equalsAsciiLCaolán McNamara1-0/+24
2011-02-14move this into comphelperCaolán McNamara1-22/+0
2011-02-10Add compareToNumeric to OUString & CoSébastien Le Ray1-0/+22
2011-02-04OString: New method isEmpty()Thomas Arnhold1-0/+16
2011-02-04moving the rest of ure repository to boost unordered containersFridrich Strba1-2/+2
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-05more removed include guards using fixguard.pyPetr Mladek1-2/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-10INTEGRATION: CWS changefileheader (1.22.62); FILE MERGEDRüdiger Timm1-30/+18
2007-11-23INTEGRATION: CWS sb79 (1.21.190); FILE MERGEDIvo Hinkelmann1-9/+11
2006-06-20INTEGRATION: CWS warnings01 (1.19.12); FILE MERGEDJens-Heiner Rechtien1-5/+5
2006-04-19INTEGRATION: CWS sb49 (1.19.76); FILE MERGEDJens-Heiner Rechtien1-2/+4
2005-09-08INTEGRATION: CWS ooo19126 (1.18.50); FILE MERGEDRüdiger Timm1-47/+21
2005-04-13INTEGRATION: CWS visibility03 (1.17.68); FILE MERGEDOliver Bolte1-13/+13
2004-09-20INTEGRATION: CWS ause011 (1.16.60); FILE MERGEDRüdiger Timm1-7/+7
2004-03-30INTEGRATION: CWS sb14 (1.14.68); FILE MERGEDRüdiger Timm1-3/+16
2004-03-19INTEGRATION: CWS sb15 (1.14.60); FILE MERGEDOliver Bolte1-8/+16
2003-08-07INTEGRATION: CWS sb5 (1.13.110); FILE MERGEDJens-Heiner Rechtien1-10/+9
2002-10-17#104229# Fixed typos.Stephan Bergmann1-4/+4
2002-10-16#104229# Clarified allowed ranges for parameters to copy methods.Stephan Bergmann1-6/+12
2001-10-30#88337# Documentation.Stephan Bergmann1-24/+76