summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/table
AgeCommit message (Expand)AuthorFilesLines
2017-09-18Translate German comments and debug strings (leftovers in dirs w... and x...)Johnny_M1-1/+1
2017-05-24convert java wizards to .properties for translationsCaolán McNamara5-42/+42
2016-05-13Resolves: tdf#99272 new Short[] used instead of new short[]Caolán McNamara1-7/+7
2016-03-14remove some unused Java codeNoel Grandin1-2/+2
2016-02-16Missing parenthesisStephan Bergmann1-1/+1
2016-02-16coverity#1326398 Dereference null return valueCaolán McNamara1-1/+3
2015-11-09java: add some @Override annotationsNoel Grandin3-0/+7
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-4/+4
2015-11-05java: combine nested if statementsNoel Grandin3-97/+82
2015-10-14java:remove unused importsNoel Grandin1-1/+0
2015-10-14cid#1326683 DLS: Dead local storeNoel Grandin1-9/+0
2015-10-14cid#1326681 DLS: Dead local storeNoel Grandin1-8/+1
2015-09-21Typo: automaticcally->automaticallyJulien Nabet1-1/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin2-3/+3
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-4/+4
2015-01-19Fix typo comments Resouce->ResourceAndrea Gelmini1-1/+1
2015-01-09java: simplify array creationNoel Grandin1-3/+1
2015-01-05java: remove dead codeNoel Grandin3-16/+0
2015-01-02Following fdo#87123: Impossible to create table or query with wizardJulien Nabet1-0/+3
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin2-7/+7
2014-12-19java: these fields can be converted to local variablesNoel Grandin4-8/+4
2014-12-11java: remove some unnecessary interfacesNoel Grandin1-6/+0
2014-12-11java: reduce visibility of fields and methodsNoel Grandin7-45/+45
2014-11-27java,wizards: remove unused parametersNoel Grandin3-7/+7
2014-11-27java,wizards: remove unread fieldsNoel Grandin3-8/+3
2014-11-27java,wizards: remove unused constantsNoel Grandin1-1/+0
2014-11-27java,wizards: remove unused methodsNoel Grandin2-11/+3
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin5-7/+0
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin2-8/+17
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-2/+9
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin2-8/+32
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-4/+21
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-8/+30
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin1-1/+0
2014-11-18java: make fields final where possibleNoel Grandin4-23/+23
2014-11-12java: convert fields to local variables where possibleNoel Grandin3-21/+9
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-16java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin1-9/+9
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin5-45/+45
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin4-4/+5
2014-10-14java: remove useless javadoc tagsNoel Grandin1-1/+0
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin9-130/+328
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin5-36/+36
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin5-13/+13
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-2/+2
2014-08-19simplify CallFormWizardNoel Grandin1-1/+1
2014-08-19java: remove unused methodsNoel Grandin1-12/+0
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-14java: remove commented out codeNoel Grandin1-24/+0