summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/form
AgeCommit message (Expand)AuthorFilesLines
2015-10-15java: 'final static' to 'static final'Noel Grandin2-6/+6
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-4/+4
2015-01-09java: simplify array creationNoel Grandin1-3/+1
2015-01-05java: remove more dead codeNoel Grandin3-4/+3
2015-01-05java: remove dead codeNoel Grandin2-12/+0
2014-12-19fix indentationLionel Elie Mamane1-12/+12
2014-12-19janitorialLionel Elie Mamane1-1/+0
2014-12-19janitorialLionel Elie Mamane1-1/+0
2014-12-19protect against division by zeroLionel Elie Mamane1-41/+47
2014-12-19set *content* control to multiline, not label(!)Lionel Elie Mamane1-1/+1
2014-12-19Revert "fdo#87301 don't rely on the shape to get the control"Lionel Elie Mamane1-2/+2
2014-12-19Revert "fix indentation"Lionel Elie Mamane1-12/+12
2014-12-19fix indentationLionel Elie Mamane1-12/+12
2014-12-19fdo#87301 don't rely on the shape to get the controlLionel Elie Mamane1-2/+2
2014-12-19java: these fields can be converted to local variablesNoel Grandin2-4/+2
2014-12-15java: remove some unused fields and variablesNoel Grandin1-6/+0
2014-12-11java: reduce visibility of fields and methodsNoel Grandin7-37/+37
2014-12-07We need to call decode method considering this:Julien Nabet1-1/+1
2014-12-05java: static fields should be accessed in a static wayNoel Grandin1-1/+1
2014-11-27java,wizards: remove unused parametersNoel Grandin5-27/+14
2014-11-27java,wizards: remove unread fieldsNoel Grandin1-2/+1
2014-11-27java,wizards: remove unused methodsNoel Grandin2-16/+2
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin1-1/+0
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin1-1/+6
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-2/+9
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin2-7/+24
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin4-17/+64
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-4/+10
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin3-8/+7
2014-11-18java: make fields final where possibleNoel Grandin5-26/+26
2014-11-12java: convert fields to local variables where possibleNoel Grandin3-18/+8
2014-10-17java: final fields that can be staticNoel Grandin2-4/+4
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin8-41/+41
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin7-22/+21
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin1-1/+1
2014-09-24Removed uneeded checks.Ryan McCoskrie1-21/+5
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin10-139/+322
2014-09-10wizards: Number Parsingrbuj1-1/+1
2014-09-09wizards: use a character literalrbuj1-3/+3
2014-08-29java: fix reportbuilder and wizardNoel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin8-37/+37
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin7-21/+21
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-2/+2
2014-08-19simplify CallFormWizardNoel Grandin1-15/+10
2014-08-19java: remove unused methodsNoel Grandin1-44/+0
2014-08-14java: remove unused importsNoel Grandin2-2/+0
2014-08-14java: remove commented out codeNoel Grandin1-2/+0
2014-08-13java: remove dead methodsNoel Grandin6-127/+4
2014-08-13java: remove unused fieldsNoel Grandin2-3/+3
2014-08-13java: reduce scope, make some methods privateNoel Grandin4-7/+7