summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2016-10-10Remove NumberFormatCodeWrapperMaarten Bosmans
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-07-20unnecessary use of OUString constructorNoel Grandin
2016-07-20Fix typosAndrea Gelmini
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2016-07-18tdf#91324 GSoC adapt struct tm correctlyWastack
2016-07-13partially revert 2d2ae27b7e7aa14735165Andras Timar
2016-07-13include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann
2016-07-12loplugin:unusedfieldsNoel Grandin
2016-07-12Remove excess newlinesChris Sherlock
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin
2016-04-26-Werror=misleading-indentation (GCC 6)Stephan Bergmann
2016-04-14tdf#97853 connectivity: fix inverted conditionMichael Stahl
2016-03-28tdf#90561: Add AS keyword in Query-designer for hsqldbJulien Nabet
2016-03-07pgsql-sdbc: "text" dataype is *LONG*VARCHARLionel Elie Mamane
2016-03-07tdf#92538 pgsql-sdbc make a reasonable sorting of typesLionel Elie Mamane
2016-03-07When not changing the value of a string parameter, use const OUString&,Lionel Elie Mamane
2016-03-04tdf#92538 use proper schema name for type namesLionel Elie Mamane
2016-02-22WaE vs2015: casting from int32 to pointer to to odbc idiosyncraciesNorbert Thiebaud
2015-12-18tdf#96572 firebird correctly transmit request for NULLLionel Elie Mamane
2015-12-13tdf#96461 ODBC SQLBindParameter: correct DecimalDigits for time(date) valuesLionel Elie Mamane
2015-12-11tdf#96396 evoab2 does not need gtkDavid Tardon
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-17Simplify down to a single appendSQLWCHARs functionStephan Bergmann
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann
2015-11-11coverity#1338603 Uncaught exceptionCaolán McNamara
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06coverity#1338264 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338248 Uncaught exceptionCaolán McNamara
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java: make inner classes static where possibleNoel Grandin
2015-11-04loplugin:stringconstantStephan Bergmann
2015-11-04loplugin:stringconstantStephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-11-02loplugin:stringconstantNoel Grandin
2015-10-30fix OSX buildNoel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-30cppcheck: unreadVariableCaolán McNamara