summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/table
AgeCommit message (Expand)Author
2020-09-01Fix typo in codeAndrea Gelmini
2020-03-30Related: tdf#131576 overlapping windows, move bottom one down a littleCaolán McNamara
2020-03-28tdf#131576: fix "Field information" in table wizard, step 2Julien Nabet
2017-09-18Translate German comments and debug strings (leftovers in dirs w... and x...)Johnny_M
2017-05-24convert java wizards to .properties for translationsCaolán McNamara
2016-05-13Resolves: tdf#99272 new Short[] used instead of new short[]Caolán McNamara
2016-03-14remove some unused Java codeNoel Grandin
2016-02-16Missing parenthesisStephan Bergmann
2016-02-16coverity#1326398 Dereference null return valueCaolán McNamara
2015-11-09java: add some @Override annotationsNoel Grandin
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java: combine nested if statementsNoel Grandin
2015-10-14java:remove unused importsNoel Grandin
2015-10-14cid#1326683 DLS: Dead local storeNoel Grandin
2015-10-14cid#1326681 DLS: Dead local storeNoel Grandin
2015-09-21Typo: automaticcally->automaticallyJulien Nabet
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-19Fix typo comments Resouce->ResourceAndrea Gelmini
2015-01-09java: simplify array creationNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2015-01-02Following fdo#87123: Impossible to create table or query with wizardJulien Nabet
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin
2014-12-19java: these fields can be converted to local variablesNoel Grandin
2014-12-11java: remove some unnecessary interfacesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-11-27java,wizards: remove unused parametersNoel Grandin
2014-11-27java,wizards: remove unread fieldsNoel Grandin
2014-11-27java,wizards: remove unused constantsNoel Grandin
2014-11-27java,wizards: remove unused methodsNoel Grandin
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-10-14java: remove useless javadoc tagsNoel Grandin
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19simplify CallFormWizardNoel Grandin