summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-02loplugin:loopvartoosmallStephan Bergmann1-5/+4
2015-06-02Use range-based forStephan Bergmann1-5/+4
2015-06-02loplugin:loopvartoosmallStephan Bergmann3-4/+4
2015-06-02hsqldb flush: protect against weak ref having expiredLionel Elie Mamane1-1/+2
2015-06-02more debugging informationLionel Elie Mamane1-0/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann12-23/+23
2015-06-01add libebook-1.2.so.16 in EApi.cxxRene Engelhard1-0/+1
2015-05-30HSQLDB connection flush: safer handling when createStatement or execute failsLionel Elie Mamane1-3/+10
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann4-4/+4
2015-05-29loplugin:loopvartoosmallNoel Grandin9-17/+17
2015-05-29loplugin:loopvartoosmallNoel Grandin3-6/+6
2015-05-29convert ODBC3SQL constants to scoped enumNoel Grandin15-196/+201
2015-05-29loplugin:unnecessarysuperclass, merge IWarningsContainer..Noel Grandin1-5/+0
2015-05-28Fix memory leakDavid Ostrovsky1-0/+1
2015-05-26add libebook-1.2.so.15 in EApi.cxxRene Engelhard1-0/+1
2015-05-17Remove include stdio (part1)Julien Nabet37-46/+0
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini46-233/+14
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann5-7/+7