summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2013-01-16fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann1-5/+15
2012-12-19don't use shared empty string if extra space is to be allocatedLuboš Luňák1-1/+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 Bergmann2-22/+0
2012-12-06Put stubs for removed functionality into compat.cxxStephan Bergmann2-21/+20
2012-12-04LIBO_UDK_3.7 -> LIBO_UDK_4.0Luboš Luňák1-1/+1
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl5-8/+14
2012-12-04Fixup: putting back dummy methods for removed semaphoreThorsten Behrens3-0/+49
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens12-550/+0
2012-12-04fix non-fast string operator+ debug buildLuboš Luňák4-0/+4
2012-12-04Fix fast concat of empty stringsStephan Bergmann4-5/+13
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ňák8-9/+54
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ňák10-0/+632
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-01Remove useless getpid implementation on Linux.Arnaud Versini1-34/+0
2012-12-01unused variablesLuboš Luňák1-2/+0
2012-12-01but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák1-0/+2
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud2-2/+1
2012-11-30eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl1-13/+0
2012-11-30ditched rtl::OLocaleEike Rathke4-283/+30
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 Lillqvist6-20/+6
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 Bergmann2-6/+19
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-27android folds libsal_textenc into libsalCaolán McNamara1-0/+1
2012-11-27add dependency on sal_textenc dlopened libCaolán McNamara1-0/+7
2012-11-27warning C4309: '=' : truncation of constant valueStephan Bergmann1-19/+19
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann3-8/+8
2012-11-27implement a new iscii (devangari) <-> unicode converterCaolán McNamara7-43/+611
2012-11-26get textencoding tests working againCaolán McNamara4-1251/+1135
2012-11-26fix unicode to dingbats conversionCaolán McNamara1-5/+5
2012-11-26removal of ISCII code left a bogus hole in tableCaolán McNamara1-0/+8
2012-11-22Add an $APP_DATA_DIR predefiend thingie in bootstrap ("rc") files for AndroidTor Lillqvist1-0/+12
2012-11-22Add lo_get_app_data_dir()Tor Lillqvist2-0/+9
2012-11-22create SAL_DEPRECATED_INTERNAL for annotating APIMichael Meeks1-0/+15
2012-11-22Fail fastStephan Bergmann1-4/+2
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist9-971/+20
2012-11-21android: fix cppunit testingMichael Meeks1-1/+2
2012-11-21Use correct variable in the iOS and Android casesTor Lillqvist1-4/+4