summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db
AgeCommit message (Expand)AuthorFilesLines
2023-11-02'new Double' is deprecated in JavaNoel Grandin1-2/+2
2019-07-22cid#1448328 UC: Useless codeCaolán McNamara1-3/+0
2017-09-18Translate German comments and debug strings (leftovers in dirs w... and x...)Johnny_M4-5/+5
2017-05-24convert java wizards to .properties for translationsCaolán McNamara2-7/+6
2017-01-17remove some unused Java codeNoel Grandin1-12/+0
2017-01-07Typo: isColunnNameDuplicate->isColumnNameDuplicateJulien Nabet1-3/+3
2016-08-10tdf#67647 getStructuredFilter returns operatorFabio Buso1-56/+0
2016-03-01coverity#1326385 Dereference null return valueCaolán McNamara1-1/+4
2016-01-15coverity#1326423 Dereference null return valueCaolán McNamara1-4/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-30coverity#1326994 SBSC: String concatenation in loop using + operatorCaolán McNamara1-4/+3
2015-12-30coverity#1326995 SBSC: String concatenation in loop using + operatorCaolán McNamara1-6/+7
2015-12-02Calculate substring indexes properly, avoiding an unnecessary IndexOutOfBound...Damjan Jovanovic1-1/+1
2015-11-10#i126029# Base query wizard error due to missing quoting of table and column ...Damjan Jovanovic1-0/+4
2015-11-09java: add some @Override annotationsNoel Grandin2-0/+2
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-1/+1
2015-11-05java: combine nested if statementsNoel Grandin3-25/+13
2015-10-28base new query wizard: fix confusion between display name and field nameLionel Elie Mamane1-4/+22
2015-10-20coverity#1327466 UrF: Unread fieldCaolán McNamara1-10/+0
2015-10-15cid#1326570 Unused valueNoel Grandin1-5/+1
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2-3/+2
2015-10-14cid#1326681 DLS: Dead local storeNoel Grandin1-22/+5
2015-10-14cid#1326680 DLS: Dead local storeNoel Grandin1-3/+1
2015-09-29Fix typosAndrea Gelmini2-2/+2
2015-09-01tdf#91022: Incorrect Dates in Report created with legacy report wizardJulien Nabet1-2/+4
2015-06-15java: 'final static' to 'static final'Noel Grandin1-3/+3
2015-01-05java: these fields can become local variablesNoel Grandin2-12/+1
2015-01-05java: remove dead codeNoel Grandin3-52/+1
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-2/+2
2014-12-19java: these fields can be converted to local variablesNoel Grandin2-10/+3
2014-12-11java: reduce visibility of fields and methodsNoel Grandin11-65/+65
2014-12-05java: static fields should be accessed in a static wayNoel Grandin1-1/+1
2014-11-27java,wizards: remove unused parametersNoel Grandin7-17/+17
2014-11-27java,wizards: remove unread fieldsNoel Grandin5-16/+4
2014-11-27java,wizards: remove unused classesNoel Grandin4-22/+0
2014-11-27java,wizards: remove unused methodsNoel Grandin10-317/+6
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin5-5/+0
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin1-8/+7
2014-11-25java: final fields that can be staticNoel Grandin1-8/+8
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin6-11/+3
2014-11-18java: make fields final where possibleNoel Grandin3-13/+13
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2-84/+6
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-1/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin1-2/+1
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-30/+30
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin1-4/+3
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin4-16/+17
2014-10-14java: remove useless javadoc tagsNoel Grandin4-25/+0