summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-12java: convert fields to local variables where possibleNoel Grandin4-16/+8
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2-18/+8
2014-10-17java: final fields that can be staticNoel Grandin5-31/+31
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin3-4/+4
2014-10-16java: no need to explicitly code default constructorsNoel Grandin3-12/+0
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin7-20/+20
2014-10-16remove unnecessary catch blockNoel Grandin2-6/+6
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin14-59/+62
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin15-117/+119
2014-10-15rm ‘public static final’ modifiers from field declarations within interfacesRobert Antoni Buj i Gelonch2-44/+43
2014-10-14java: remove useless javadoc tagsNoel Grandin12-158/+14
2014-10-07java: simplify conditions involving logical negationNoel Grandin3-3/+3
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin33-514/+1477
2014-09-10wizards: Number Parsingrbuj3-3/+3
2014-09-02wizards: fix javadoc error: self-closing element not allowedrbuj3-14/+14
2014-09-02wizards: fix javadoc error: text not allowed in <ul> elementrbuj1-2/+2
2014-09-02wizards: fix javadoc error: unknown tag: returnsrbuj1-1/+1
2014-09-02wizards: fix javadoc error: unknown tag: listrbuj1-2/+2
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin3-12/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin10-78/+74
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin13-58/+58
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin15-102/+102
2014-08-19java: remove unused methodsNoel Grandin4-194/+0
2014-08-14java: remove unused importsNoel Grandin5-6/+0
2014-08-14java: remove commented out codeNoel Grandin5-48/+0
2014-08-13remove dead java constantsNoel Grandin1-14/+0
2014-08-13java: remove dead methodsNoel Grandin15-558/+68
2014-08-13java: remove unused interfacesNoel Grandin1-24/+0
2014-08-13java: remove unused fieldsNoel Grandin11-58/+40
2014-08-13java: reduce scope, make some methods privateNoel Grandin13-67/+67
2014-08-13java: reduce scope, make member classes privateNoel Grandin11-20/+20
2014-08-13java: reduce scope, make some interfaces privateNoel Grandin2-2/+2
2014-08-13java: reduce scope, make fields privateNoel Grandin15-129/+129
2014-08-13java: reduce scope, make constructors privateNoel Grandin8-10/+10
2014-08-12java: reduce scope, make constants privateNoel Grandin1-4/+4
2014-08-12java: remove useless javadoc tagsNoel Grandin12-144/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin6-0/+14
2014-08-11java: remove unused parametersNoel Grandin1-6/+1
2014-08-11java: remove unused parametersNoel Grandin2-9/+4
2014-08-11java: remove unused parametersNoel Grandin4-15/+2
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin2-29/+13
2014-08-08java: remove unused variablesNoel Grandin3-5/+0
2014-08-08java: remove dead methodsNoel Grandin6-76/+0
2014-08-05java: remove commented out codeNoel Grandin9-35/+3
2014-08-05java: remove unused fieldsNoel Grandin3-6/+2
2014-08-05java: remove various unused variablesNoel Grandin4-15/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-2/+2
2014-03-30Resolves: fdo#76802 error msg in Web Page Wizard dialogJulien Nabet1-1/+1
2014-03-04actively search for wizards dir in all internal templatesCaolán McNamara1-2/+10