summaryrefslogtreecommitdiff
path: root/sal/inc/rtl
AgeCommit message (Expand)Author
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
2012-11-09add indexOf family of function to OUStringBufferNorbert Thiebaud
2012-10-28add SAL_WARN_UNUSED to some classesCaolán McNamara
2012-10-10avoid unused variable warnings for vars used for RTL_LOGFILE_CONTEXT_TRACExLuboš Luňák
2012-10-09Add a 'fromIndex' parameter to OUString::replaceAllNoel Grandin
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-10-02update string copy semantics to be undefined in a non-crashing way.Michael Meeks
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-18move ostream OUString operator<< directly to ustring.hxxLuboš Luňák
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann
2012-09-14typo: Uniocde -> UnicodeAndras Timar
2012-09-11Missing "include"Stephan Bergmann
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák
2012-08-14-Werror,-Wunique-enum (Clang towards 3.2)Stephan Bergmann
2012-07-23Make rtl::O[U]String::isEmpty return true boolStephan Bergmann
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
2012-07-14simplify include guardsThomas Arnhold
2012-07-11Revert "WaE: logically last test always passes"Stephan Bergmann
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-14Revert MSVC ABI incompatible URE change (public -> protected)Stephan Bergmann
2012-06-07nuke dead codeTakeshi Abe
2012-05-08sal: work around spurious signed overflow warningsMichael Stahl
2012-05-02Related: fdo#49208 implement operator== with faster equalsCaolán McNamara
2012-04-23doxygen warning fixesLuboš Luňák
2012-04-15fix ambiguous call on windowsMarkus Mohrhard
2012-04-15autofill increment needs a bit more tolerance, fdo#37424Markus Mohrhard
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-03try including the ostream<<OUString operator directly with OUStringLuboš Luňák
2012-04-03I'm dumb, fromAscii() stops at \0.Luboš Luňák
2012-04-02warn on \0 embedded in string literals, after allLuboš Luňák
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks
2012-03-30do not just warn on allocation failure, simply abortLuboš Luňák
2012-03-30no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák
2012-03-29(const) char[] is a plain C string type tooLuboš Luňák
2012-03-29fix SFINAE detection of const char[N] for msvcLuboš Luňák
2012-03-28gcc-4.0.1 SFINAE workaroundsLuboš Luňák
2012-03-28string literal overloads for OStringBufferLuboš Luňák
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