summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2015-07-15loplugin:unusedmethods connectivityNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-13tdf#91112 replace o3tl::compose1 with lambdas in connectivityJorenz Paragas
2015-07-10Fix an opposite conditionTakeshi Abe
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-07-05aDBFColumn.db_typ is input controlledCaolán McNamara
2015-07-03Fix typosAndrea Gelmini
2015-07-02Fix PostgreSQL function nameAndrea Gelmini
2015-06-30more change in JNI func sigs between Java 6 and 7 workaroundsRene Engelhard
2015-06-29coverity#1308593 Uncaught exceptionCaolán McNamara
2015-06-29coverity#1308573 Uncaught exceptionCaolán McNamara
2015-06-29coverity#1308601 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308559 Uncaught exceptionCaolán McNamara
2015-06-28Fix typosAndrea Gelmini
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-22Fix typosAndrea Gelmini
2015-06-22Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann
2015-06-18Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-17parameter handling: fix confusion between column name and realnameLionel Elie Mamane
2015-06-17postgresql-sdbc: fixup string2intarrayLionel Elie Mamane
2015-06-17postgresql-sdbc: include error message in SQLExceptionLionel Elie Mamane
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15more untranslatable UI stringsAndras Timar
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15fix buildNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-12so m_aEvaluateIter is unusedCaolán McNamara
2015-06-12so m_pEvaluationKeySet is always NULLCaolán McNamara
2015-06-12m_pEvaluationKeySet is always NULLCaolán McNamara
2015-06-12and aEvaluateSetList is always emptyCaolán McNamara
2015-06-12coverity#1306211 Logically dead codeCaolán McNamara
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08loplugin:staticmethodsStephan Bergmann
2015-06-08Revert "loplugin:staticmethods"Jan Holesovsky
2015-06-08loplugin:staticmethodsStephan Bergmann
2015-06-04Finalizers must not access UNO objectsStephan Bergmann
2015-06-02loplugin:loopvartoosmallStephan Bergmann