summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Expand)Author
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-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-02loplugin:loopvartoosmallStephan Bergmann
2015-06-02Use range-based forStephan Bergmann
2015-06-02loplugin:loopvartoosmallStephan Bergmann
2015-06-02hsqldb flush: protect against weak ref having expiredLionel Elie Mamane
2015-06-02more debugging informationLionel Elie Mamane
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-01add libebook-1.2.so.16 in EApi.cxxRene Engelhard
2015-05-30HSQLDB connection flush: safer handling when createStatement or execute failsLionel Elie Mamane
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-29convert ODBC3SQL constants to scoped enumNoel Grandin
2015-05-29loplugin:unnecessarysuperclass, merge IWarningsContainer..Noel Grandin
2015-05-28Fix memory leakDavid Ostrovsky
2015-05-26add libebook-1.2.so.15 in EApi.cxxRene Engelhard
2015-05-17Remove include stdio (part1)Julien Nabet
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini