summaryrefslogtreecommitdiff
path: root/reportbuilder
AgeCommit message (Expand)AuthorFilesLines
2015-10-15java: 'final static' to 'static final'Noel Grandin1-2/+2
2015-02-18TyposJulien Nabet2-2/+2
2015-01-22set java throwable cause argument (erroneously removed by previous commit)Lionel Elie Mamane1-2/+2
2015-01-21Don't try to pass an arbitrary Java exception through UNOLionel Elie Mamane2-5/+15
2015-01-21Related fdo#85190: Don't dress arbitrary Java Throwables as UNO Any valuesStephan Bergmann1-2/+2
2015-01-05java: remove more dead codeNoel Grandin4-48/+4
2015-01-05java: these fields can become local variablesNoel Grandin1-37/+4
2015-01-05java: remove dead stylemapper code in reportbuilderNoel Grandin28-1646/+0
2015-01-05java: remove dead codeNoel Grandin37-680/+7
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-17Revert "reportbuilder: re-add numerous bits of dead code needed by bug fix"Lionel Elie Mamane2-87/+1
2014-12-17Revert "fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ..."Lionel Elie Mamane1-24/+33
2014-12-12fdo#67930 work around fdo#68024Lionel Elie Mamane1-1/+2
2014-12-12fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ...Michael Stahl1-33/+24
2014-12-12reportbuilder: re-add numerous bits of dead code needed by bug fixMichael Stahl2-1/+87
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-5/+5
2014-12-10java: unused importsNoel Grandin1-1/+0
2014-12-09no need to call getComposer by reflectionNoel Grandin1-28/+1
2014-12-05java: remove some unused local variablesNoel Grandin2-2/+1
2014-11-18java: make fields final where possibleNoel Grandin1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini6-8/+8
2014-11-12java: convert fields to local variables where possibleNoel Grandin2-9/+3
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch1-5/+0
2014-10-18java: loss of precissionRobert Antoni Buj i Gelonch1-1/+1
2014-10-17java: final fields that can be staticNoel Grandin1-2/+2
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin6-15/+19
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-24/+24
2014-10-13reportbuilder: import from java.lang packageRobert Antoni Buj i Gelonch1-2/+0
2014-10-07java: log exceptions correctly, using the right version of WARNNoel Grandin1-2/+2
2014-10-07fix classname in loggerNoel Grandin1-1/+1
2014-09-07reportbuilder: fix javadoc error: reference not foundrbuj1-1/+1
2014-09-02reportbuilder: fix unknown tag: noinspection (IntelliJ)rbuj3-3/+3
2014-09-02reportbuilder: fix javadoc error: no summary or caption for tablerbuj1-1/+1
2014-09-02reportbuilder: fix javadoc error: self-closing element not allowedrbuj10-40/+39
2014-09-02reportbuilder: fix javadoc error: unknown tag: returnsrbuj1-1/+1
2014-08-29java: fix reportbuilder and wizardNoel Grandin2-2/+37
2014-08-20remove more unnecessary constructor declarationsNoel Grandin1-4/+0
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin54-213/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-3/+3
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-2/+2
2014-08-19java: remove unused methodsNoel Grandin1-10/+0
2014-08-16upgrade to apache-commons-1.2Thomas Arnhold1-1/+1
2014-08-14java: remove unused importsNoel Grandin4-8/+0
2014-08-14java: remove commented out codeNoel Grandin6-29/+0
2014-08-13make some java methods privateNoel Grandin1-1/+1
2014-08-13java: remove dead methodsNoel Grandin18-312/+25
2014-08-13java: remove unused interfacesNoel Grandin2-36/+0
2014-08-13java: remove unused fieldsNoel Grandin5-8/+5
2014-08-13java: reduce scope, make some methods privateNoel Grandin11-19/+19
2014-08-13java: reduce scope, make member classes privateNoel Grandin3-3/+3