Age | Commit message (Expand) | Author |
2016-02-17 | javaunohelper: fix all javadoc warnings | Michael Stahl |
2016-02-08 | cid#1326918 FB.NP_CLONE_COULD_RETURN_NULL | Stephan Bergmann |
2016-02-04 | coverity#1326400 Dereference null return value | Caolán McNamara |
2015-12-30 | coverity#1326973 SBSC: String concatenation in loop using + operator | Caolán McNamara |
2015-12-21 | related tdf#86784: new API got backported to 5.1 | Thorsten Behrens |
2015-12-21 | cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE) | Stephan Bergmann |
2015-12-20 | Fix @since tags | Stephan Bergmann |
2015-12-18 | tdf#86784: Pass custom options to Java bootstrap | Katarina Behrens |
2015-12-03 | Add build toolchain to upload LibreOffice API to Maven Central | David Ostrovsky |
2015-12-01 | Expose metadata to deploy LibreOffice artifacts on Maven Central | David Ostrovsky |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann |
2015-11-11 | coverity#1338592 Explicit null dereferenced | Caolán McNamara |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-11-05 | java: combine nested if statements | Noel Grandin |
2015-11-05 | java:no need to explicitly create these constructors | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-23 | com::sun::star->css in lingucomponent | Noel Grandin |
2015-10-15 | coverity#1326731 Dm: Dubious method used | Caolán McNamara |
2015-10-15 | cid#1326115 Unchecked return value | Noel Grandin |
2015-10-14 | cid#1326733 Dm: Dubious method used | Noel Grandin |
2015-10-14 | use early returns to make method easier to read | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-06-09 | java:Non-synchronized method should not override a synchronized method | Noel Grandin |
2015-05-08 | jboolean-related clean-up | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: javaunohelper | Stephan Bergmann |
2015-01-09 | java: simplify array creation | Noel Grandin |
2015-01-09 | fix indexes | Caolán McNamara |
2015-01-07 | drop crashrep unused since start of LibreOffice | Caolán McNamara |
2015-01-07 | javaunohelper: missing include | Miklos Vajna |
2015-01-07 | WaE: -Werror=unused-variable with #define DISABLE_DYNLOADING | Caolán McNamara |
2015-01-05 | java: remove more dead code | Noel Grandin |
2015-01-05 | java: remove dead code | Noel Grandin |
2014-12-19 | java: reduce visibility of some methods and fields | Noel Grandin |
2014-12-16 | java: remove OOoRunnerLight | Noel Grandin |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |
2014-12-15 | silence coverity#705667 Resource leak | Caolán McNamara |
2014-12-15 | stronger checks when creating Java UNO components | Noel Grandin |
2014-12-11 | java: remove some unnecessary interfaces | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |