summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin5-7/+7
2016-01-22GCC PCH says -Werror=unused-macros BOOST_SPIRIT_DEBUGMichael Stahl1-1/+0
2016-01-21loplugin: unused return valuesNoel Grandin4-66/+2
2016-01-20loplugin:unusedmethodsNoel Grandin4-24/+1
2016-01-13connectivity: suppress MSVC 2013 --enable-lto warning C4702Michael Stahl2-0/+4
2016-01-13-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-2/+4
2016-01-12connectivity: remove MSVC 2012 specific hackMichael Stahl1-11/+1
2016-01-11loplugin:defaultparamsStephan Bergmann2-6/+6
2016-01-10Fix typosAndrea Gelmini19-21/+21
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf1-2/+2
2016-01-05Revert "WIP tdf#72987 Use firebird backup format for .odb no need for rebuild...Lionel Elie Mamane2-0/+91
2016-01-05WIP tdf#72987 Use firebird backup format for .odb no need for rebuild indexesPopa Adrian Marius2-91/+0
2016-01-04these fields can be static constantsNoel Grandin1-11/+6
2016-01-04TDE kab: fix dbgutil and clang werror buildJan-Marek Glogowski3-11/+9
2016-01-02cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-12-23loplugin:unusedfields in connectivityNoel Grandin26-89/+31
2015-12-21loplugin:unusedmethodsNoel Grandin1-4/+0
2015-12-18tdf#96572 firebird correctly transmit request for NULLLionel Elie Mamane2-16/+10
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