summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-03Wizards should look for templates in Template_internal, not Template_userStephan Bergmann1-1/+1
2014-02-26Remove visual noise from wizardsAlexander Wilms10-26/+26
2014-02-25(T/t)herfor -> (T/t)hereforeJulien Nabet2-2/+2
2014-02-14pywizards: unify setDialogPropertiesXisco Fauli3-2/+15
2014-02-13pywizards: Let's do it always the same wayXisco Fauli1-15/+10
2014-02-13pywizards: remove unused codeXisco Fauli2-36/+26
2014-01-24pywizards: update callRemote methodsXisco Fauli1-2/+0
2013-12-23TyposJulien Nabet1-1/+1
2013-11-24pywizards: Some more pyflakes loveXisco Fauli8-14/+3