summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/query
AgeCommit message (Expand)Author
2019-07-27Fix typoAndrea Gelmini
2017-05-24convert java wizards to .properties for translationsCaolán McNamara
2015-12-30coverity#1326996 SBSC: String concatenation in loop using + operatorCaolán McNamara
2015-12-30coverity#1326997 SBSC: String concatenation in loop using + operatorCaolán McNamara
2015-11-10Use the UIConsts constants for resource IDs in...Damjan Jovanovic
2015-11-09java: add some @Override annotationsNoel Grandin
2015-11-05java: combine nested if statementsNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
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-15java: remove some unused fields and variablesNoel 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 completely unreferenced fieldsNoel Grandin
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: replace 'new Short' with 'Short.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-09-2284059 - form wizard : files required could not be foundNoel Grandin
2014-08-29java: fix reportbuilder and wizardNoel 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
2014-08-17coverity#983635 Uncaught exceptionCaolán McNamara
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-06-04compareTo -> equalsNoel Grandin
2014-03-10wizards: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26Remove visual noise from wizardsAlexander Wilms
2013-03-04remove trailing whitespacesThomas Arnhold
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl
2012-10-01fdo#51304: Java author and commented code removal.José Guilherme Vanz
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-07-18fs34b: #i117472# fix color calculation from style stringFrank Schoenheit [fs]
2012-07-13java: printStackTrace always to stderrThomas Arnhold