summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-07java: simplify conditions involving logical negationNoel Grandin1-1/+1
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin11-117/+394
2014-09-02wizards: fix javadoc error: bad use of '>'rbuj1-2/+2
2014-08-20java: remove modifiers implied by the contextNoel Grandin1-4/+3
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin4-16/+16
2014-08-17coverity#983635 Uncaught exceptionCaolán McNamara1-4/+2
2014-08-14java: remove unused importsNoel Grandin2-4/+0
2014-08-13java: remove dead methodsNoel Grandin7-250/+13
2014-08-13java: remove unused fieldsNoel Grandin7-16/+9
2014-08-13java: reduce scope, make some methods privateNoel Grandin8-24/+24
2014-08-13java: reduce scope, make fields privateNoel Grandin9-42/+42
2014-08-13java: reduce scope, make constructors privateNoel Grandin2-2/+2
2014-08-12java: reduce scope, make constants privateNoel Grandin1-1/+1
2014-08-12java: remove useless javadoc tagsNoel Grandin4-24/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin2-0/+2
2014-08-11java: remove unused parametersNoel Grandin3-9/+5
2014-08-11java: remove unused parametersNoel Grandin2-7/+7
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-1/+1
2014-08-08java: remove dead methodsNoel Grandin1-17/+0
2014-08-05java: remove commented out codeNoel Grandin9-47/+0
2014-08-05java: remove various unused variablesNoel Grandin2-2/+0
2014-02-26Remove visual noise from wizardsAlexander Wilms4-6/+6
2013-10-25fdo#69772 make StringsFromResultSet more robustJulien Nabet1-0/+2
2013-08-02fdo#64117 *always* set the filter name to the correct nameLionel Elie Mamane1-2/+1
2013-07-03handle non-wrapped SQLExceptionLionel Elie Mamane1-2/+3
2013-06-30robustifyLionel Elie Mamane1-2/+6