summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db
AgeCommit message (Expand)Author
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
2017-01-17remove some unused Java codeNoel Grandin
2017-01-07Typo: isColunnNameDuplicate->isColumnNameDuplicateJulien Nabet
2016-08-10tdf#67647 getStructuredFilter returns operatorFabio Buso
2016-03-01coverity#1326385 Dereference null return valueCaolán McNamara
2016-01-15coverity#1326423 Dereference null return valueCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-12-30coverity#1326994 SBSC: String concatenation in loop using + operatorCaolán McNamara
2015-12-30coverity#1326995 SBSC: String concatenation in loop using + operatorCaolán McNamara
2015-12-02Calculate substring indexes properly, avoiding an unnecessary IndexOutOfBound...Damjan Jovanovic
2015-11-10#i126029# Base query wizard error due to missing quoting of table and column ...Damjan Jovanovic
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-28base new query wizard: fix confusion between display name and field nameLionel Elie Mamane
2015-10-20coverity#1327466 UrF: Unread fieldCaolán McNamara
2015-10-15cid#1326570 Unused valueNoel Grandin
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326681 DLS: Dead local storeNoel Grandin
2015-10-14cid#1326680 DLS: Dead local storeNoel Grandin
2015-09-29Fix typosAndrea Gelmini
2015-09-01tdf#91022: Incorrect Dates in Report created with legacy report wizardJulien Nabet
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-01-05java: these fields can become local variablesNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
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: reduce visibility of fields and methodsNoel Grandin
2014-12-05java: static fields should be accessed in a static wayNoel Grandin
2014-11-27java,wizards: remove unused parametersNoel Grandin
2014-11-27java,wizards: remove unread fieldsNoel Grandin
2014-11-27java,wizards: remove unused classesNoel Grandin
2014-11-27java,wizards: remove unused methodsNoel Grandin
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin
2014-11-27java,wizards: remove unnecessary use of reflectionNoel 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-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-10-14java: remove useless javadoc tagsNoel Grandin
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin