summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2015-07-16loplugin:simplifyboolStephan Bergmann3-8/+8
2015-07-15loplugin:unusedmethods connectivityNoel Grandin12-72/+2
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-07-13tdf#91112 replace o3tl::compose1 with lambdas in connectivityJorenz Paragas6-44/+36
2015-07-10Fix an opposite conditionTakeshi Abe1-1/+1
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin2-18/+5
2015-07-08Fix typosAndrea Gelmini2-2/+2
2015-07-05aDBFColumn.db_typ is input controlledCaolán McNamara1-1/+1
2015-07-03Fix typosAndrea Gelmini9-9/+9
2015-07-02Fix PostgreSQL function nameAndrea Gelmini1-1/+1
2015-06-30more change in JNI func sigs between Java 6 and 7 workaroundsRene Engelhard3-5/+45
2015-06-29coverity#1308593 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308573 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-29coverity#1308601 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308559 Uncaught exceptionCaolán McNamara2-3/+3
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+2
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-22Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann1-1/+9
2015-06-18Fix typosAndrea Gelmini2-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-3/+3
2015-06-17parameter handling: fix confusion between column name and realnameLionel Elie Mamane1-10/+24
2015-06-17postgresql-sdbc: fixup string2intarrayLionel Elie Mamane1-10/+24
2015-06-17postgresql-sdbc: include error message in SQLExceptionLionel Elie Mamane1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15more untranslatable UI stringsAndras Timar1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-15fix buildNoel Grandin1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-25/+12
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara51-69/+68
2015-06-15cppcheck:redundantConditionNoel Grandin1-1/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin1-2/+2
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet1-2/+2
2015-06-12so m_aEvaluateIter is unusedCaolán McNamara1-3/+0
2015-06-12so m_pEvaluationKeySet is always NULLCaolán McNamara3-117/+10
2015-06-12m_pEvaluationKeySet is always NULLCaolán McNamara4-10/+4
2015-06-12and aEvaluateSetList is always emptyCaolán McNamara1-34/+1
2015-06-12coverity#1306211 Logically dead codeCaolán McNamara2-14/+4
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin3-14/+14
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2-2/+2
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin5-20/+3
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara18-25/+25
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann29-40/+40
2015-06-08loplugin:staticmethodsStephan Bergmann2-10/+10
2015-06-08Revert "loplugin:staticmethods"Jan Holesovsky2-10/+10
2015-06-08loplugin:staticmethodsStephan Bergmann2-10/+10
2015-06-04Finalizers must not access UNO objectsStephan Bergmann2-1/+19