summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Stick to a single O[U]String hash functionStephan Bergmann4-66/+0
2014-04-03String cleanups.Muthu Subramanian2-0/+17
2014-04-03Move string hash function into String class.Muthu Subramanian3-0/+49
2014-01-03Add append(bool) to OStringBuffer.Muthu Subramanian1-0/+17
2013-11-05fdo#49708 when there is no Primary Key, there is no Primay KeyLionel Elie Mamane1-0/+1
2013-11-05commit subforms before moving in parent formLionel Elie Mamane1-0/+4
2013-02-15rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann1-0/+8
2013-01-25OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane1-0/+1
2012-12-10Do not fail for unset OSL_DEBUG_LEVEL (as happens in SDK)Stephan Bergmann1-0/+4
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-2/+2
2012-12-06API CHANGE: drop obsolete rtl/oustringostreaminserter.hxxStephan Bergmann1-21/+0
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl5-8/+14
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2-211/+0
2012-12-04fix non-fast string operator+ debug buildLuboš Luňák4-0/+4
2012-12-04Fix fast concat of empty stringsStephan Bergmann2-5/+11
2012-12-04mac gcc 4.0.1 does not support __attribute((warn_unused_result)) very wellNorbert Thiebaud1-1/+1
2012-12-03fix capacity in stringbuffersLuboš Luňák2-4/+6
2012-12-03avoid unused warning in non-debug modeLuboš Luňák1-1/+1
2012-12-03assert on strange lengths of string literalsLuboš Luňák6-4/+46
2012-12-03make sure fast string operator+ is used only by LO codeLuboš Luňák1-1/+3
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-0/+1
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák6-0/+482
2012-12-03Improve English commentsNaser Sharifi1-62/+61
2012-12-03VS2012 knows that std::abort() does what it says on the tin (WaE: unreachable...Tor Lillqvist1-4/+4
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud1-1/+1
2012-11-30ditched rtl::OLocaleEike Rathke1-250/+0
2012-11-30Find a more sensible place for cssStephan Bergmann1-12/+11
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-0/+8
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2-15/+1
2012-11-28add SAL_WARN_UNUSED_RESULT in OString and OUString where appropriateNorbert Thiebaud2-18/+18
2012-11-28Clean up previous rtl::OUStringBuffer changesStephan Bergmann1-9/+4
2012-11-28Fix rtl::OUString::compareToIgnoreAsciiCaseStephan Bergmann1-6/+4
2012-11-27OUString has a matchIgnoreAsciiCase but no compareTo version of itNorbert Thiebaud1-0/+24
2012-11-27add API to OUStringBuffer to make assignment/copy more versatileNorbert Thiebaud1-1/+29
2012-11-22Add lo_get_app_data_dir()Tor Lillqvist1-0/+2
2012-11-22create SAL_DEPRECATED_INTERNAL for annotating APIMichael Meeks1-0/+15
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist3-372/+1
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 Meeks78-1799/+1106
2012-11-21Revert "sb140: sb140: #i116981# clean up memory upon exit"Michael Meeks1-2/+1
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl6-14/+14
2012-11-18add a variant of OUStringBuffer::remove() to truncate or empty the contentNorbert Thiebaud1-0/+14
2012-11-17valgrind: rtl_ustr_asciil_reverseEquals_WithLength is a death trapCaolán McNamara1-1/+2
2012-11-15Replace medDebug with sal/log.hxx functionalityStephan Bergmann1-0/+1
2012-11-15Revert "use intrinsict to inline InterlockCount() on Windows too"Luboš Luňák2-6/+0
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann4-4/+0
2012-11-15Mark rtl_*memory as deprecatedArnaud Versini1-0/+6
2012-11-14Include clean-upStephan Bergmann1-0/+1
2012-11-12WaE: C-linkage specified, but returns user-defined typeTor Lillqvist1-4/+2