summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/ustrbuf.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-24move URE headers to include/David Tardon1-1386/+0
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák1-34/+1
2013-04-03Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann1-1/+5
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-2/+2
2013-03-18cleanup doxygen warningsPeter Foley1-0/+2
2013-03-08Assert OUStringBuffer::copy preconditionsStephan Bergmann1-0/+4
2013-03-07add copy() to OUStringBufferChr. Rossmanith1-0/+40
2013-02-07improve comments of isEmpty()Chr. Rossmanith1-3/+3
2013-02-06add method isEmpty() to OUStringBufferChr. Rossmanith1-0/+13
2012-12-19Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised ...Luboš Luňák1-1/+1
2012-12-19fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""Noel Power1-1/+1
2012-12-11SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák1-1/+1
2012-12-11Introduce SAL_DELETEStephan Bergmann1-3/+2
2012-12-10operator+ for stringbufferLuboš Luňák1-0/+15
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist1-7/+0
2012-12-09WaE: deleted function definitions are a C++11 extensionTor Lillqvist1-0/+7
2012-12-07add rtl::OUStringBuffer::append(bool)Luboš Luňák1-0/+40
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-2/+2
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák1-6/+4
2012-12-06pass string by reference instead of by valueLuboš Luňák1-1/+1
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák1-0/+19
2012-12-06add doxygen tags to the internal fast string stuffLuboš Luňák1-0/+7
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl1-1/+1
2012-12-04fix non-fast string operator+ debug buildLuboš Luňák1-0/+1
2012-12-03fix capacity in stringbuffersLuboš Luňák1-2/+3
2012-12-03assert on strange lengths of string literalsLuboš Luňák1-0/+6
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák1-0/+29
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud1-1/+1
2012-11-28Clean up previous rtl::OUStringBuffer changesStephan Bergmann1-9/+4
2012-11-27add API to OUStringBuffer to make assignment/copy more versatileNorbert Thiebaud1-1/+29
2012-11-21a replace() to OUStringBufferNorbert Thiebaud1-0/+20
2012-11-21add strip* Family of function to OUStringBufferNorbert Thiebaud1-0/+66
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-18add a variant of OUStringBuffer::remove() to truncate or empty the contentNorbert Thiebaud1-0/+14
2012-11-09add indexOf family of function to OUStringBufferNorbert Thiebaud1-0/+156
2012-10-09mark our string classes as SAL_WARN_UNUSEDLuboš Luňák1-1/+1
2012-10-03Revert "add rtl::OUStringBuffer::append(bool)"Markus Mohrhard1-19/+0
2012-10-03add rtl::OUStringBuffer::append(bool)Markus Mohrhard1-0/+19
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák1-0/+4
2012-04-06fix gcc-4.0.1 and/or 32bit build for string literalsLuboš Luňák1-2/+2
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák1-0/+69
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks1-4/+3
2012-03-28string literal overload for OUStringBuffer::insert()Luboš Luňák1-0/+13
2012-03-28string literal overload in the right placeLuboš Luňák1-13/+13
2012-03-28clean up string literal overloads in OUStringBufferLuboš Luňák1-15/+4
2012-03-28move string helper types to stringutils.hxxLuboš Luňák1-0/+26
2012-03-26string literal overloads for OUStringBufferLuboš Luňák1-0/+18
2012-01-19clean-up Doxygen warningsNorbert Thiebaud1-3/+3
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann1-10/+11
2011-12-09rtl::OUStringBuffer::insert overloaded for char (similar to ::append).Stephan Bergmann1-0/+24