summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2015-12-13ODBC SQLBindParameter nitpick: correct DecimalDigits for exact numeric valuesLionel Elie Mamane1-4/+4
2015-12-13tdf#96461 ODBC SQLBindParameter: correct DecimalDigits for time(date) valuesLionel Elie Mamane2-3/+10
2015-12-11loplugin:nullptrStephan Bergmann1-1/+1
2015-12-11tdf#96396 evoab2 does not need gtkDavid Tardon1-1/+0
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann5-14/+14
2015-12-10Undef RGB where it was defined, not where it gets usedStephan Bergmann1-0/+1
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian2-9/+6
2015-11-30protected -> privateStephan Bergmann1-1/+1
2015-11-30loplugin:unusedfieldsNoel Grandin18-92/+6
2015-11-30loplugin:unusedfieldsNoel Grandin10-23/+2
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-9/+0
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-6/+0
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-6/+0
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-10/+0
2015-11-28-Werror,-Wunused-private-fieldStephan Bergmann2-3/+0
2015-11-28-Werror,-Winconsistent-missing-overrideStephan Bergmann2-59/+59
2015-11-28-Werror,-Woverloaded-virtualStephan Bergmann1-0/+3
2015-11-28error: ambiguous conversionStephan Bergmann1-1/+1
2015-11-28-Werror,-Winconsistent-missing-overrideStephan Bergmann2-52/+52
2015-11-26Mork: Reuse profile discovery from mozilla bootstrapDavid Ostrovsky12-644/+38
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-9/+2
2015-11-17Simplify down to a single appendSQLWCHARs functionStephan Bergmann4-71/+14
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann3-5/+7
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-1/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-6/+2
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian11-354/+1026
2015-11-15use initialiser for Sequence<OUString>Noel Grandin8-18/+9
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin17-34/+17
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann1-1/+1
2015-11-11coverity#1338603 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht2-48/+1
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann20-165/+165
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann178-1357/+1357
2015-11-09new loplugin: oncevarNoel Grandin6-30/+13
2015-11-06coverity#1338264 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06coverity#1338248 Uncaught exceptionCaolán McNamara4-4/+7
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann8-14/+14
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-4/+4
2015-11-05java: make inner classes static where possibleNoel Grandin1-4/+4
2015-11-04loplugin:stringconstantStephan Bergmann2-6/+3
2015-11-04loplugin:stringconstantStephan Bergmann2-8/+2
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni6-24/+21
2015-11-02loplugin:stringconstantNoel Grandin17-29/+26
2015-10-30fix OSX buildNoel Grandin1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin15-28/+25
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-4/+4
2015-10-30cppcheck: unreadVariableCaolán McNamara1-1/+1
2015-10-30loplugin:unusedmethodsNoel Grandin5-10/+0
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin2-1/+3