summaryrefslogtreecommitdiff
path: root/reportbuilder
AgeCommit message (Expand)AuthorFilesLines
2016-02-05Fix typosAndrea Gelmini3-5/+5
2016-02-04coverity#1326386 Dereference null return valueCaolán McNamara1-0/+4
2016-02-03reportbuilder: tdf#92720: add loext namespaceMichael Stahl2-0/+2
2016-01-21coverity#1326438 Dereference null return valueCaolán McNamara1-0/+12
2016-01-21coverity#1326551 Dereference before null checkCaolán McNamara1-2/+2
2015-11-04coverity#1327068 SIC: Inner class could be made staticCaolán McNamara1-1/+1
2015-11-04coverity#1327210 UwF: Unwritten fieldCaolán McNamara1-2/+1
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin1-1/+1
2015-10-14coverity#1327210 UwF: Unwritten fieldCaolán McNamara1-2/+1
2015-10-14cid#1326605, cid#1326604 BC: Bad casts of object referencesNoel Grandin1-5/+2
2015-09-30Fix typosAndrea Gelmini6-8/+8
2015-07-29chmod -xTor Lillqvist1-0/+0
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin2-2/+2
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin2-5/+5
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