Age | Commit message (Expand) | Author |
2017-01-17 | remove some unused Java code | Noel Grandin |
2016-12-12 | Prevent use of ORowSetValue with sal_Bool as TINYINT | Stephan Bergmann |
2016-10-01 | Fix typos | Andrea Gelmini |
2016-07-29 | connectivity: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-07-07 | loplugin:passstuffbyref also for {css::uno,rtl}::Reference | Stephan Bergmann |
2016-05-30 | com::sun::star->css in connectivity | Noel Grandin |
2016-03-10 | Extract Directories from BootstrapFixtureBase | Stephan Bergmann |
2016-01-04 | these fields can be static constants | Noel Grandin |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-11-05 | java: make inner classes static where possible | Noel Grandin |
2015-10-16 | convert "continue" flag to an enum | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-06-15 | java: 'final static' to 'static final' | Noel Grandin |
2015-06-04 | Finalizers must not access UNO objects | Stephan Bergmann |
2015-02-08 | Typos + simple german translations | Julien Nabet |
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-19 | java: static fields that should not be static | Noel Grandin |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |
2014-12-12 | connectivity: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-10-25 | java: prevent overflow by using 'long int' arithmetic in multiplication | Robert Antoni Buj i Gelonch |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: close ResultSet after use | Noel Grandin |
2014-10-16 | remove unnecessary catch block | Noel Grandin |
2014-10-14 | connectivity: the value of Math.asin(0.0) is zero | Robert Antoni Buj i Gelonch |
2014-10-11 | connectivity: Iterate over each Entry in a Map & Enhanced for-loops | Robert Antoni Buj i Gelonch |
2014-10-01 | connectivity: the assigned value is never used | Robert Antoni Buj i Gelonch |
2014-09-29 | connectivity: Use chain of .append methods | Robert Antoni Buj i Gelonch |
2014-09-21 | Fix some typos | David Ostrovsky |
2014-08-20 | remove more unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-20 | remove some dead Java code | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: classes in java.lang package do not need to be fully qualified | Noel Grandin |
2014-08-14 | java: remove unused imports | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-13 | java: remove dead methods | Noel Grandin |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-12 | java: remove useless javadoc tags | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin |
2014-08-08 | java: remove unused fields | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |