summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
...
* tdf#91112 replace o3tl::compose1 with lambdas in connectivityJorenz Paragas2015-07-136-44/+36
* Fix an opposite conditionTakeshi Abe2015-07-101-1/+1
* cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin2015-07-102-18/+5
* Fix typosAndrea Gelmini2015-07-082-2/+2
* aDBFColumn.db_typ is input controlledCaolán McNamara2015-07-051-1/+1
* Fix typosAndrea Gelmini2015-07-039-9/+9
* Fix PostgreSQL function nameAndrea Gelmini2015-07-021-1/+1
* more change in JNI func sigs between Java 6 and 7 workaroundsRene Engelhard2015-06-303-5/+45
* coverity#1308593 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308573 Uncaught exceptionCaolán McNamara2015-06-291-1/+1
* coverity#1308601 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308559 Uncaught exceptionCaolán McNamara2015-06-282-3/+3
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-1/+1
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-2/+2
* Fix typosAndrea Gelmini2015-06-221-1/+1
* Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann2015-06-221-1/+9
* Fix typosAndrea Gelmini2015-06-182-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-3/+3
* parameter handling: fix confusion between column name and realnameLionel Elie Mamane2015-06-171-10/+24
* postgresql-sdbc: fixup string2intarrayLionel Elie Mamane2015-06-171-10/+24
* postgresql-sdbc: include error message in SQLExceptionLionel Elie Mamane2015-06-171-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* more untranslatable UI stringsAndras Timar2015-06-151-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
* fix buildNoel Grandin2015-06-151-1/+1
* cppcheck:unreadVariableNoel Grandin2015-06-151-25/+12
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-1551-69/+68
* cppcheck:redundantConditionNoel Grandin2015-06-151-1/+1
* java: 'final static' to 'static final'Noel Grandin2015-06-151-2/+2
* cppcheck: redundantCondition [part1]Julien Nabet2015-06-141-2/+2
* so m_aEvaluateIter is unusedCaolán McNamara2015-06-121-3/+0
* so m_pEvaluationKeySet is always NULLCaolán McNamara2015-06-123-117/+10
* m_pEvaluationKeySet is always NULLCaolán McNamara2015-06-124-10/+4
* and aEvaluateSetList is always emptyCaolán McNamara2015-06-121-34/+1
* coverity#1306211 Logically dead codeCaolán McNamara2015-06-122-14/+4
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-113-14/+14
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-112-2/+2
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-095-20/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-0818-25/+25
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0829-40/+40
* loplugin:staticmethodsStephan Bergmann2015-06-082-10/+10
* Revert "loplugin:staticmethods"Jan Holesovsky2015-06-082-10/+10
* loplugin:staticmethodsStephan Bergmann2015-06-082-10/+10
* Finalizers must not access UNO objectsStephan Bergmann2015-06-042-1/+19
* loplugin:loopvartoosmallStephan Bergmann2015-06-021-5/+4
* Use range-based forStephan Bergmann2015-06-021-5/+4
* loplugin:loopvartoosmallStephan Bergmann2015-06-023-4/+4