summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/ustrbuf.hxx
AgeCommit message (Expand)Author
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-03-18cleanup doxygen warningsPeter Foley
2013-03-08Assert OUStringBuffer::copy preconditionsStephan Bergmann
2013-03-07add copy() to OUStringBufferChr. Rossmanith
2013-02-07improve comments of isEmpty()Chr. Rossmanith
2013-02-06add method isEmpty() to OUStringBufferChr. Rossmanith
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-11SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák
2012-12-11Introduce SAL_DELETEStephan Bergmann
2012-12-10operator+ for stringbufferLuboš Luňák
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-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš 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-06add doxygen tags to the internal fast string stuffLuboš Luňák
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-03fix capacity in stringbuffersLuboš Luňák
2012-12-03assert on strange lengths of string literalsLuboš Luňák
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud
2012-11-28Clean up previous rtl::OUStringBuffer changesStephan Bergmann
2012-11-27add API to OUStringBuffer to make assignment/copy more versatileNorbert Thiebaud
2012-11-21a replace() to OUStringBufferNorbert Thiebaud
2012-11-21add strip* Family of function to OUStringBufferNorbert Thiebaud
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-18add a variant of OUStringBuffer::remove() to truncate or empty the contentNorbert Thiebaud
2012-11-09add indexOf family of function to OUStringBufferNorbert Thiebaud
2012-10-09mark our string classes as SAL_WARN_UNUSEDLuboš Luňák
2012-10-03Revert "add rtl::OUStringBuffer::append(bool)"Markus Mohrhard
2012-10-03add rtl::OUStringBuffer::append(bool)Markus Mohrhard
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
2012-04-06fix gcc-4.0.1 and/or 32bit build for string literalsLuboš Luňák
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks
2012-03-28string literal overload for OUStringBuffer::insert()Luboš Luňák
2012-03-28string literal overload in the right placeLuboš Luňák
2012-03-28clean up string literal overloads in OUStringBufferLuboš Luňák
2012-03-28move string helper types to stringutils.hxxLuboš Luňák
2012-03-26string literal overloads for OUStringBufferLuboš Luňák
2012-01-19clean-up Doxygen warningsNorbert Thiebaud
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
2011-12-09rtl::OUStringBuffer::insert overloaded for char (similar to ::append).Stephan Bergmann
2011-12-02Mark rtl::O[U]StringBuffer::{charAt,setCharAt} as SAL_DEPRECATED.Stephan Bergmann
2011-12-02Revert "Remove charAt/setCharAt once and for all"Stephan Bergmann
2011-12-01Remove charAt/setCharAt once and for allAugust Sodora