summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
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
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
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-11loplugin:staticmethodsStephan Bergmann
2015-05-10cppcheck: uselessAssignmentPtrArgCaolán McNamara
2015-05-08...or rather, like thisStephan Bergmann
2015-05-08loplugin:implicitboolconversionStephan Bergmann
2015-05-08jdbc character stream: don't mix up bytes and charactersLionel Elie Mamane
2015-05-08loplugin:staticmethodsStephan Bergmann
2015-05-08callcatcher: update unused codeCaolán McNamara
2015-05-08I very much assume this wants to call java.io.Reader.readyStephan Bergmann
2015-05-08Fix Boolean value operationsStephan Bergmann
2015-05-08jboolean-related clean-upStephan Bergmann