summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2015-06-27coverity#1308469 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308465 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308464 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308462 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308461 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308459 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308456 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308454 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308453 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308452 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308451 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308450 Uncaught exceptionCaolán McNamara
2015-06-27coverit#1308447 Uncaught exceptionCaolán McNamara
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-19fix assert on loading kde98819-1.htmlCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-09java:remove unused importsNoel Grandin
2015-06-09more exception handling cleanup in Java unit testsNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-21tdf#91054: cleanup weirdo function prototypesJens Carl
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-20java: remove some unused codeNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-07cppcheck: should be passed by referenceCaolán McNamara
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann