summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Half-assed attempt at enforcing operator [] preconditionsStephan Bergmann2013-03-282-2/+16
* add missing dep on sal/typesizes.hDavid Tardon2013-03-281-0/+1
* add missing deps on uwinapi headersDavid Tardon2013-03-281-0/+5
* svx/source/inc/trace.hxx -> SAL_INFOStephan Bergmann2013-03-271-0/+1
* -Werror=unused-macrosStephan Bergmann2013-03-271-0/+4
* WaE: macro is not used: STACKTYPETor Lillqvist2013-03-271-0/+2
* At least Mac OS X SDK 10.7 doesn't experience TimeValue clash hereStephan Bergmann2013-03-271-0/+4
* -Werror=unused-macros (Android)Stephan Bergmann2013-03-271-4/+7
* -Werror=unused-macros (Android)Stephan Bergmann2013-03-271-1/+1
* Hopefully _BSD_SOURCE not needed anywhere for MAP_ANONStephan Bergmann2013-03-271-1/+0
* -Werror=unused-macrosStephan Bergmann2013-03-271-7/+0
* -Wunused-macrosStephan Bergmann2013-03-275-40/+0
* No need for a template hereStephan Bergmann2013-03-261-39/+31
* Could the failing MSVC tinderbox be due to implementation-defined /Stephan Bergmann2013-03-261-2/+22
* Add log area 'vcl.headless'Tor Lillqvist2013-03-271-0/+1
* remove external include guardsThomas Arnhold2013-03-2517-133/+16
* Fix bogus SAL_WARN useTor Lillqvist2013-03-261-0/+1
* Introduce temporary lo_set_view_size() hack like on Android and call itTor Lillqvist2013-03-261-0/+1
* Temporary hack for iOS: open files read-only if read-write open failsTor Lillqvist2013-03-261-0/+12
* Fix warning: unknown log area 'sw.docx' [loplugin]Tor Lillqvist2013-03-261-1/+2
* Add test case for toInt overflow detectionStephan Bergmann2013-03-254-6/+78
* Handle oveflow in O(U)String::toInt() functionsZolnai Tamás2013-03-251-0/+8
* Clean up new toUInt64Stephan Bergmann2013-03-255-6/+48
* Fix warning: unknown log area 'chart2' [loplugin]Tor Lillqvist2013-03-251-0/+4
* Add some debugging printoutTor Lillqvist2013-03-251-0/+4
* coverity#704247 Logically dead codeJulien Nabet2013-03-231-4/+1
* WaE: unused functionsTor Lillqvist2013-03-221-0/+6
* clean up DBG_ERRORnThomas Arnhold2013-03-221-0/+1
* For convenience, include config_global.h in sal/config.hStephan Bergmann2013-03-225-15/+7
* Re-work the vcl aspects of the iOS portTor Lillqvist2013-03-212-26/+32
* std::min() parameters must be of same typeTor Lillqvist2013-03-211-1/+1
* Kill fprintf in sdext in favour of SAL_LOGThorsten Behrens2013-03-211-0/+1
* Deprecate confusing rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-202-13/+7
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-2013-30/+30
* further OUString cleanupThomas Arnhold2013-03-192-6/+5
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-197-15/+15
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-1911-61/+56
* cleanup doxygen warningsPeter Foley2013-03-1819-101/+153
* Use InterlockedIncrement() and InterlockedDecrement() unconditionallyTor Lillqvist2013-03-182-120/+0
* fprintf -> SAL_WARNStephan Bergmann2013-03-151-0/+1
* Improve debug messagesStephan Bergmann2013-03-151-0/+1
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
* update pch headersLuboš Luňák2013-03-121-0/+7
* janitorial: typo in commentLionel Elie Mamane2013-03-121-1/+1
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-092-9/+9
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-095-15/+15
* function for duplicated codeLuboš Luňák2013-03-081-0/+1
* Assert OUStringBuffer::copy preconditionsStephan Bergmann2013-03-081-0/+4
* Add a SAL_INFO()Tor Lillqvist2013-03-071-0/+1
* add copy() to OUStringBufferChr. Rossmanith2013-03-071-0/+40