summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann8-12/+14
2016-07-20unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-07-20Fix typosAndrea Gelmini18-20/+20
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann5-14/+14
2016-07-18tdf#91324 GSoC adapt struct tm correctlyWastack1-4/+8
2016-07-13partially revert 2d2ae27b7e7aa14735165Andras Timar1-0/+9
2016-07-13include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2-2/+2
2016-07-12loplugin:unusedfieldsNoel Grandin18-92/+6
2016-07-12Remove excess newlinesChris Sherlock150-324/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin10-32/+1
2016-04-26-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-2/+4
2016-04-14tdf#97853 connectivity: fix inverted conditionMichael Stahl2-3/+3
2016-03-07pgsql-sdbc: "text" dataype is *LONG*VARCHARLionel Elie Mamane1-1/+1
2016-03-07tdf#92538 pgsql-sdbc make a reasonable sorting of typesLionel Elie Mamane1-3/+76
2016-03-07When not changing the value of a string parameter, use const OUString&,Lionel Elie Mamane1-1/+1
2016-03-04tdf#92538 use proper schema name for type namesLionel Elie Mamane1-5/+17
2016-02-22WaE vs2015: casting from int32 to pointer to to odbc idiosyncraciesNorbert Thiebaud1-2/+6
2015-12-18tdf#96572 firebird correctly transmit request for NULLLionel Elie Mamane2-16/+10
2015-12-13tdf#96461 ODBC SQLBindParameter: correct DecimalDigits for time(date) valuesLionel Elie Mamane2-3/+10
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-9/+2
2015-11-17Simplify down to a single appendSQLWCHARs functionStephan Bergmann3-70/+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-15use initialiser for Sequence<OUString>Noel Grandin8-18/+9
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin17-34/+17
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-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 Grandin14-27/+24
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
2015-10-27loplugin:unusedmethodsNoel Grandin1-1/+0
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky74-14609/+10
2015-10-21refactor out some com::sun::star typedefsNoel Grandin7-12/+5
2015-10-21loplugin:badvectorinitStephan Bergmann1-10/+14
2015-10-20new loplugin: badvectorinitNoel Grandin3-4/+4