summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann2013-04-032-2/+10
* vcl: convert some fprintf to SAL_INFOThomas Arnhold2013-04-021-0/+2
* If you can't load a shared library it should be a warningPeter Foley2013-03-311-1/+1
* Must percent-escape the APP_DATA_DIRTor Lillqvist2013-03-311-1/+1
* fix loplugin unused warningsPeter Foley2013-03-301-0/+4
* OSL_FAIL -> SAL_WARNThomas Arnhold2013-03-301-2/+5
* fix loplugin warningsPeter Foley2013-03-301-1/+9
* Protect CoreGraphics.h inclusion with <premac.h>, sighTor Lillqvist2013-03-301-0/+2
* Draw the frame virtual device bitmaps directly to the destination CGContextTor Lillqvist2013-03-301-2/+2
* Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist2013-03-301-1/+3
* Add lo_tap()Tor Lillqvist2013-03-301-0/+1
* 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