summaryrefslogtreecommitdiffstats
path: root/extensions/source/plugin
Commit message (Expand)AuthorAgeFilesLines
* Remove effectively unused INetURLObject OString overloadsStephan Bergmann2013-07-291-1/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-7/+7
* Search for char instead of 1 char long string, when possible.Thomas Arnhold2013-06-291-1/+1
* fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()Jelle van der Waa2013-06-181-1/+1
* mingw64: cast to pointer from integer of different size in extensionsFridrich Štrba2013-06-101-2/+2
* Slowly, but surely going on compiling for mingw64Fridrich Štrba2013-06-061-4/+4
* re-base on ALv2 code. Includes:Michael Meeks2013-06-033-1/+5
* -Werror=unused-macrosStephan Bergmann2013-05-072-1/+1
* -Werror=int-to-pointer-cast (MinGW, extensions)Stephan Bergmann2013-04-171-5/+6
* -Werror=unused-variable (MinGW, extensions)Stephan Bergmann2013-04-171-1/+3
* -Werror=write-strings (MinGW, extensions)Stephan Bergmann2013-04-172-2/+2
* -Werror=shadow (MinGW, extensions)Stephan Bergmann2013-04-171-4/+2
* -Werror=unknown-pragmas (MinGW, extensions)Stephan Bergmann2013-04-173-0/+16
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0719-160/+146
* writing out tools/fsys.hxx (extensions)Andras Timar2013-04-043-32/+32
* certainly this was not meant to be _PC_NAME_MAXEike Rathke2013-03-301-1/+1
* remove unnecessary tools/fsys.hxx headerAndras Timar2013-03-251-1/+0
* -Werror,-WundefStephan Bergmann2013-03-201-1/+1
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-203-11/+11
* further OUString cleanupThomas Arnhold2013-03-191-1/+1
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-2/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-2/+2
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-113-4/+4
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-091-1/+1
* coverity#984440: Use after freeJulien Nabet2013-03-071-2/+1
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
* coverity#982975 and more: fix memory leaksMarkus Mohrhard2013-03-021-3/+10
* coverity#982974: fix memory leakMarkus Mohrhard2013-03-021-0/+3
* sal: update log areasThomas Arnhold2013-02-231-1/+1
* cppCheck: Variable is reassigned a value before the old one has been used.jailletc362013-02-061-2/+2
* Some cppcheck cleaningJulien Nabet2013-01-311-2/+1
* QUARTZ is equivalent to MACOSXTor Lillqvist2013-01-113-10/+10
* Sigh, my git grep regexps missed some casesTor Lillqvist2012-12-271-1/+1
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-213-35/+31
* use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2012-12-073-0/+6
* -Werror,-Wsometimes-uninitializedStephan Bergmann2012-12-061-1/+1
* oops. mixed-up OString and OUStringNorbert Thiebaud2012-11-281-1/+1
* fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud2012-11-281-2/+1
* Use sal/log.hxx instead of fprintfStephan Bergmann2012-11-162-37/+39
* Replace medDebug with sal/log.hxx functionalityStephan Bergmann2012-11-156-115/+167
* Use prefixTor Lillqvist2012-10-012-2/+2
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-2/+1
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-1/+3
* Search for char instead of 1 char long string, when possible.Christophe JAILLET2012-07-131-1/+1
* Remove unused #includesStephan Bergmann2012-07-132-2/+0
* nuke dead codeTakeshi Abe2012-06-061-6/+0
* -Werror,-Wsemicolon-before-method-body (Clang)Stephan Bergmann2012-06-061-11/+11
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-13/+10
* targeted string re-workNorbert Thiebaud2012-05-295-23/+23
* WaE: return value of fwrite uncheckedCaolán McNamara2012-05-252-3/+6