summaryrefslogtreecommitdiff
path: root/sal/inc/rtl
AgeCommit message (Expand)Author
2013-03-08Assert OUStringBuffer::copy preconditionsStephan Bergmann
2013-03-07add copy() to OUStringBufferChr. Rossmanith
2013-03-02Removing useless STLPort specific codeArnaud Versini
2013-02-26SAL_WARN_UNUSED_RESULT OString copyEike Rathke
2013-02-26SAL_WARN_UNUSED_RESULT OUString copyEike Rathke
2013-02-25fdo#60724 - change 'charcter' to 'character'sadam36
2013-02-14rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann
2013-02-07improve comments of isEmpty()Chr. Rossmanith
2013-02-06O(U)String::valueOf don't duplicate codeDavid Ostrovsky
2013-02-06add method isEmpty() to OUStringBufferChr. Rossmanith
2013-02-04remove sal_Bool from boolean() docs tooLuboš Luňák
2013-02-04OK for boolean() to take true bool argumentStephan Bergmann
2013-02-04Strings: boolean() as a replacement for valueOf(sal_Bool)David Ostrovsky
2013-02-04add OUString::toUInt64()David Ostrovsky
2013-01-28cleanups for number() string functionLuboš Luňák
2013-01-21Revert "avoid -Wsign-promo warnings"Stephan Bergmann
2013-01-19microoptimization for "" OUString ctorLuboš Luňák
2013-01-18avoid warning about a comparison being always trueLuboš Luňák
2013-01-18avoid -Wsign-promo warningsLuboš Luňák
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák
2013-01-18Create OUString and OString number(*) methods.Noel Grandin
2012-12-19Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised ...Luboš Luňák
2012-12-19fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""Noel Power
2012-12-18fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks
2012-12-17API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák
2012-12-11SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák
2012-12-11Introduce SAL_DELETEStephan Bergmann
2012-12-11use SAL_WARN_UNUSED_RESULT for OUString::replaceAllIvan Timofeev
2012-12-10operator+ for stringbufferLuboš Luňák
2012-12-10No config_global.h in SDKStephan Bergmann
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist
2012-12-09WaE: deleted function definitions are a C++11 extensionTor Lillqvist
2012-12-07add rtl::OUStringBuffer::append(bool)Luboš Luňák
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-12-06pass string by reference instead of by valueLuboš Luňák
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák
2012-12-06add doxygen tags to the internal fast string stuffLuboš Luňák
2012-12-06remove needless friend declarationLuboš Luňák
2012-12-06reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák
2012-12-06API CHANGE: drop obsolete rtl/oustringostreaminserter.hxxStephan Bergmann
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl
2012-12-04fix non-fast string operator+ debug buildLuboš Luňák
2012-12-04Fix fast concat of empty stringsStephan Bergmann
2012-12-03fix capacity in stringbuffersLuboš Luňák