summaryrefslogtreecommitdiff
path: root/sal/inc/rtl
AgeCommit message (Expand)Author
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
2012-12-03avoid unused warning in non-debug modeLuboš Luňák
2012-12-03assert on strange lengths of string literalsLuboš Luňák
2012-12-03make sure fast string operator+ is used only by LO codeLuboš Luňák
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák
2012-12-03Improve English commentsNaser Sharifi
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud
2012-11-30ditched rtl::OLocaleEike Rathke
2012-11-28add SAL_WARN_UNUSED_RESULT in OString and OUString where appropriateNorbert Thiebaud
2012-11-28Clean up previous rtl::OUStringBuffer changesStephan Bergmann
2012-11-28Fix rtl::OUString::compareToIgnoreAsciiCaseStephan Bergmann
2012-11-27OUString has a matchIgnoreAsciiCase but no compareTo version of itNorbert Thiebaud
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-21Revert "sb140: sb140: #i116981# clean up memory upon exit"Michael Meeks
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl
2012-11-18add a variant of OUStringBuffer::remove() to truncate or empty the contentNorbert Thiebaud
2012-11-17valgrind: rtl_ustr_asciil_reverseEquals_WithLength is a death trapCaolán McNamara
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann
2012-11-15Mark rtl_*memory as deprecatedArnaud Versini
2012-11-14Include clean-upStephan Bergmann
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna