summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in connectivityNoel Grandin2015-12-2326-89/+31
* loplugin:unusedmethodsNoel Grandin2015-12-211-4/+0
* tdf#96572 firebird correctly transmit request for NULLLionel Elie Mamane2015-12-182-16/+10
* ODBC SQLBindParameter nitpick: correct DecimalDigits for exact numeric valuesLionel Elie Mamane2015-12-131-4/+4
* tdf#96461 ODBC SQLBindParameter: correct DecimalDigits for time(date) valuesLionel Elie Mamane2015-12-132-3/+10
* loplugin:nullptrStephan Bergmann2015-12-111-1/+1
* tdf#96396 evoab2 does not need gtkDavid Tardon2015-12-111-1/+0
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-105-14/+14
* Undef RGB where it was defined, not where it gets usedStephan Bergmann2015-12-101-0/+1
* Wingdi RGB macro handling improvedAshod Nakashian2015-12-042-9/+6
* protected -> privateStephan Bergmann2015-11-301-1/+1
* loplugin:unusedfieldsNoel Grandin2015-11-3018-92/+6
* loplugin:unusedfieldsNoel Grandin2015-11-3010-23/+2
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-9/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-6/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-6/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-10/+0
* -Werror,-Wunused-private-fieldStephan Bergmann2015-11-282-3/+0
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-11-282-59/+59
* -Werror,-Woverloaded-virtualStephan Bergmann2015-11-281-0/+3
* error: ambiguous conversionStephan Bergmann2015-11-281-1/+1
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-11-282-52/+52
* Mork: Reuse profile discovery from mozilla bootstrapDavid Ostrovsky2015-11-2612-644/+38
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-9/+2
* Simplify down to a single appendSQLWCHARs functionStephan Bergmann2015-11-174-71/+14
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-173-5/+7
* no need to take a mutex when only dealing with stack-local dataNoel Grandin2015-11-161-1/+0
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-6/+2
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-1511-354/+1026
* use initialiser for Sequence<OUString>Noel Grandin2015-11-158-18/+9
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-1517-34/+17
* Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann2015-11-121-1/+1
* coverity#1338603 Uncaught exceptionCaolán McNamara2015-11-112-2/+2
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-112-48/+1
* new loplugin: memoryvarNoel Grandin2015-11-111-4/+3
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-1020-165/+165
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-10178-1357/+1357
* new loplugin: oncevarNoel Grandin2015-11-096-30/+13
* coverity#1338264 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* coverity#1338248 Uncaught exceptionCaolán McNamara2015-11-064-4/+7
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-068-14/+14
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-4/+4
* java: make inner classes static where possibleNoel Grandin2015-11-051-4/+4
* loplugin:stringconstantStephan Bergmann2015-11-042-6/+3
* loplugin:stringconstantStephan Bergmann2015-11-042-8/+2
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-026-24/+21
* loplugin:stringconstantNoel Grandin2015-11-0217-29/+26
* fix OSX buildNoel Grandin2015-10-301-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-3015-28/+25
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-304-4/+4