summaryrefslogtreecommitdiffstats
path: root/reportbuilder
Commit message (Expand)AuthorAgeFilesLines
* java: 'final static' to 'static final'Noel Grandin2015-10-151-2/+2
* TyposJulien Nabet2015-02-182-2/+2
* set java throwable cause argument (erroneously removed by previous commit)Lionel Elie Mamane2015-01-221-2/+2
* Don't try to pass an arbitrary Java exception through UNOLionel Elie Mamane2015-01-212-5/+15
* Related fdo#85190: Don't dress arbitrary Java Throwables as UNO Any valuesStephan Bergmann2015-01-211-2/+2
* java: remove more dead codeNoel Grandin2015-01-054-48/+4
* java: these fields can become local variablesNoel Grandin2015-01-051-37/+4
* java: remove dead stylemapper code in reportbuilderNoel Grandin2015-01-0528-1646/+0
* java: remove dead codeNoel Grandin2015-01-0537-680/+7
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* Revert "reportbuilder: re-add numerous bits of dead code needed by bug fix"Lionel Elie Mamane2014-12-172-87/+1
* Revert "fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ..."Lionel Elie Mamane2014-12-171-24/+33
* fdo#67930 work around fdo#68024Lionel Elie Mamane2014-12-121-1/+2
* fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ...Michael Stahl2014-12-121-33/+24
* reportbuilder: re-add numerous bits of dead code needed by bug fixMichael Stahl2014-12-122-1/+87
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-5/+5
* java: unused importsNoel Grandin2014-12-101-1/+0
* no need to call getComposer by reflectionNoel Grandin2014-12-091-28/+1
* java: remove some unused local variablesNoel Grandin2014-12-052-2/+1
* java: make fields final where possibleNoel Grandin2014-11-181-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-126-8/+8
* java: convert fields to local variables where possibleNoel Grandin2014-11-122-9/+3
* java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2014-10-301-5/+0
* java: loss of precissionRobert Antoni Buj i Gelonch2014-10-181-1/+1
* java: final fields that can be staticNoel Grandin2014-10-171-2/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-166-15/+19
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-24/+24
* reportbuilder: import from java.lang packageRobert Antoni Buj i Gelonch2014-10-131-2/+0
* java: log exceptions correctly, using the right version of WARNNoel Grandin2014-10-071-2/+2
* fix classname in loggerNoel Grandin2014-10-071-1/+1
* reportbuilder: fix javadoc error: reference not foundrbuj2014-09-071-1/+1
* reportbuilder: fix unknown tag: noinspection (IntelliJ)rbuj2014-09-023-3/+3
* reportbuilder: fix javadoc error: no summary or caption for tablerbuj2014-09-021-1/+1
* reportbuilder: fix javadoc error: self-closing element not allowedrbuj2014-09-0210-40/+39
* reportbuilder: fix javadoc error: unknown tag: returnsrbuj2014-09-021-1/+1
* java: fix reportbuilder and wizardNoel Grandin2014-08-292-2/+37
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-4/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-2054-213/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-3/+3
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-2/+2
* java: remove unused methodsNoel Grandin2014-08-191-10/+0
* upgrade to apache-commons-1.2Thomas Arnhold2014-08-161-1/+1
* java: remove unused importsNoel Grandin2014-08-144-8/+0
* java: remove commented out codeNoel Grandin2014-08-146-29/+0
* make some java methods privateNoel Grandin2014-08-131-1/+1
* java: remove dead methodsNoel Grandin2014-08-1318-312/+25
* java: remove unused interfacesNoel Grandin2014-08-132-36/+0
* java: remove unused fieldsNoel Grandin2014-08-135-8/+5
* java: reduce scope, make some methods privateNoel Grandin2014-08-1311-19/+19
* java: reduce scope, make member classes privateNoel Grandin2014-08-133-3/+3