summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report
AgeCommit message (Expand)AuthorFilesLines
2017-04-27remove wizards bitmaps from .src filesCaolán McNamara1-4/+4
2017-01-20coverity#1326632 DE: Dropped or ignored exceptionCaolán McNamara1-1/+4
2017-01-19drop unused hicontrast arg to setImageUrlCaolán McNamara1-2/+2
2017-01-19drop the long dead hicontrast res id uses from wizardsCaolán McNamara1-2/+2
2016-02-18coverity#1326445 Dereference null return valueCaolán McNamara1-1/+1
2015-11-09java: add some @Override annotationsNoel Grandin3-0/+9
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-1/+1
2015-11-05java:avoid empty if statementsNoel Grandin1-3/+0
2015-10-15cid#1326569 Unused valueNoel Grandin1-1/+0
2015-10-14java:remove unused importsNoel Grandin1-1/+0
2015-10-14coverity#1327211 UwF: Unwritten fieldCaolán McNamara1-12/+0
2015-10-14cid#1326682 DLS: Dead local storeNoel Grandin1-3/+0
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-5/+5
2015-01-09java: simplify array creationNoel Grandin2-11/+5
2015-01-05java: remove more dead codeNoel Grandin2-3/+2
2015-01-05java: these fields can become local variablesNoel Grandin1-2/+1
2015-01-05java: remove dead codeNoel Grandin3-29/+0
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin3-7/+7
2014-12-19java: static fields that should not be staticNoel Grandin1-4/+4
2014-12-19java: these fields can be converted to local variablesNoel Grandin1-2/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin2-11/+0
2014-12-11java: reduce visibility of fields and methodsNoel Grandin8-62/+62
2014-11-27java,wizards: remove unused parametersNoel Grandin5-16/+16
2014-11-27java,wizards: remove unread fieldsNoel Grandin4-10/+4
2014-11-27java,wizards: remove unused constantsNoel Grandin1-1/+0
2014-11-27java,wizards: remove unused methodsNoel Grandin2-69/+2
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin5-14/+0
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-7/+17
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-7/+29
2014-11-25java: final fields that can be staticNoel Grandin1-3/+3
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin5-24/+8
2014-11-18java: make fields final where possibleNoel Grandin5-6/+6
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-6/+2
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin1-2/+1
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin2-41/+41
2014-10-16remove unnecessary catch blockNoel Grandin1-14/+14
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin4-22/+20
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin4-22/+21
2014-10-14java: remove useless javadoc tagsNoel Grandin4-44/+0
2014-10-07java: simplify conditions involving logical negationNoel Grandin1-1/+1
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin15-202/+330
2014-09-10wizards: Number Parsingrbuj1-1/+1
2014-09-09fix accidental removal of Java wizard codeNoel Grandin1-104/+143
2014-08-20java: remove modifiers implied by the contextNoel Grandin3-55/+55
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-5/+5
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin4-18/+18
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin4-20/+20