summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Expand)Author
2012-03-22Clarify rtl_bootstrap_get documentation.Will Thompson
2012-03-22rtl::bootstap: rename filename parameter to contain "uri"Will Thompson
2012-03-22MinGW apparently needs to be forced into __cdeclStephan Bergmann
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák
2012-03-13Removed FileStatus::isFile. Use ::isRegular instead.Josh Heidenreich
2012-03-12SAL_DLLPUBLIC_TEMPLATELuboš Luňák
2012-03-12@since 3.6 -> @since LibreOffice 3.6Luboš Luňák
2012-03-12implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák
2012-03-12also check that string literals do not actually trigger OUString ctorsLuboš Luňák
2012-03-12forgot to disable mixed char and const char overloadsLuboš Luňák
2012-03-12replace replace*AsciiL() OUString methods with string literal onesLuboš Luňák
2012-03-12string literal overloads for some OUString methodsLuboš Luňák
2012-03-12some fixes for OUString docsLuboš Luňák
2012-03-12make the OUString unittest ctor contain garbageLuboš Luňák
2012-03-12prevent using RTL_CONSTASCII_* macros with string literal functionsLuboš Luňák
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák
2012-03-12osl_loadModuleRelativeAscii was erroneously not exportedStephan Bergmann
2012-03-11sal_Bool to bool in SAL_LOG if possibleLuboš Luňák
2012-03-10SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák
2012-03-09Let osl::FileStatus getters assert programming errorsStephan Bergmann
2012-03-09Fixed @since tagsStephan Bergmann
2012-03-09sal file.hxx documentationJosh Heidenreich
2012-03-09Added FileStatus methods isFile, isDirectory, isRegular, isLinkJosh Heidenreich
2012-03-08In osl::Thread::create, do not access members after starting the threadStephan Bergmann
2012-03-05rtl_uString_newFromAscii_WithLength() and use it in OUStringLuboš Luňák
2012-03-05optimized OUString operators =,==,!= for string literalsLuboš Luňák
2012-03-05add @since to new OUString ctorsLuboš Luňák
2012-03-05assume string literals to be ASCII-only, rather than UTF-8Luboš Luňák
2012-02-27some doxygen warnings cleanupKorrawit Pruegsanusak
2012-02-24MinGW: snprintf might be present.Jan Holesovsky
2012-02-23Moved dp_gui::Thread to salhelper::Thread, so that all code can use itStephan Bergmann
2012-02-23log-areas clean upStephan Bergmann
2012-02-22cppunittester hacks for iOS, intermediate commitTor Lillqvist
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-02-22WaE: silence some documentation errorsThomas Arnhold
2012-02-16Use the same simple lo_main() on iOS as on AndroidTor Lillqvist
2012-02-16-WundefStephan Bergmann
2012-02-16Prevent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann
2012-02-15Various string function clean upStephan Bergmann
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-14cleanup: remove remenants of gcc version checkingMichael Meeks
2012-02-14Make code exploiting -fthreadsafe-statics properly conditionalStephan Bergmann
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann
2012-02-10consistent constness for getFunctionSymbol() overloadsLuboš Luňák
2012-02-09fix ppt embedded graphic dumperCaolán McNamara
2012-02-05Remove unused VolumeDevice functions and related codeFrançois Tigeot
2012-02-03add sc.ui log areaDavid Tardon