summaryrefslogtreecommitdiff
path: root/extensions/source/plugin
AgeCommit message (Expand)Author
2014-02-27Remove visual noise from extensionsAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-10Be explicit when using bool as integral valueStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-05Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-01convert extensions module from String to OUStringNoel Grandin
2013-09-19WaE: cast to 'void *' from smaller integer typeTor Lillqvist
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-07-29Remove effectively unused INetURLObject OString overloadsStephan Bergmann
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-29Search for char instead of 1 char long string, when possible.Thomas Arnhold
2013-06-18fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()Jelle van der Waa
2013-06-10mingw64: cast to pointer from integer of different size in extensionsFridrich Štrba
2013-06-06Slowly, but surely going on compiling for mingw64Fridrich Štrba
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-07-Werror=unused-macrosStephan Bergmann
2013-04-17-Werror=int-to-pointer-cast (MinGW, extensions)Stephan Bergmann
2013-04-17-Werror=unused-variable (MinGW, extensions)Stephan Bergmann
2013-04-17-Werror=write-strings (MinGW, extensions)Stephan Bergmann
2013-04-17-Werror=shadow (MinGW, extensions)Stephan Bergmann
2013-04-17-Werror=unknown-pragmas (MinGW, extensions)Stephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-04writing out tools/fsys.hxx (extensions)Andras Timar
2013-03-30certainly this was not meant to be _PC_NAME_MAXEike Rathke
2013-03-25remove unnecessary tools/fsys.hxx headerAndras Timar
2013-03-20-Werror,-WundefStephan Bergmann
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-03-19further OUString cleanupThomas Arnhold
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-07coverity#984440: Use after freeJulien Nabet
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-02coverity#982975 and more: fix memory leaksMarkus Mohrhard
2013-03-02coverity#982974: fix memory leakMarkus Mohrhard