summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Fix typosAndrea Gelmini3-3/+3
2015-06-15java: 'final static' to 'static final'Noel Grandin3-12/+12
2015-04-20java: remove some unused codeNoel Grandin1-41/+0
2015-04-20java: some random small cleanupsNoel Grandin1-1/+0
2015-02-28TyposJulien Nabet1-1/+1
2015-01-09java: simplify array creationNoel Grandin1-3/+3
2015-01-05java: remove more dead codeNoel Grandin2-5/+1
2015-01-05java: these fields can become local variablesNoel Grandin1-3/+2
2015-01-05java: remove dead codeNoel Grandin8-800/+1
2015-01-02Resolves fdo#87123: Impossible to create a form with wizardJulien Nabet1-9/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin4-9/+9
2014-12-19java: these fields can be converted to local variablesNoel Grandin3-16/+8
2014-12-15java: remove some unused fields and variablesNoel Grandin1-2/+0
2014-12-11java: remove some unnecessary interfacesNoel Grandin3-57/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin14-162/+162
2014-12-05java: static fields should be accessed in a static wayNoel Grandin3-23/+11
2014-11-27java,wizards: remove unused parametersNoel Grandin8-12/+11
2014-11-27java,wizards: remove unread fieldsNoel Grandin8-36/+5
2014-11-27java,wizards: remove unused constantsNoel Grandin3-4/+0
2014-11-27java,wizards: remove unused classesNoel Grandin15-2268/+0
2014-11-27java,wizards: remove unused methodsNoel Grandin17-628/+26
2014-11-27java,wizards: remove unused class XCommandSelectionListenerNoel Grandin1-24/+0
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin8-37/+0
2014-11-25java,wizards: forgot to commit some filesNoel Grandin2-0/+64
2014-11-25java: remove now unused CommonListener classNoel Grandin2-227/+0
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin3-10/+16
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-12/+5
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-9/+3
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-9/+4
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin5-57/+89
2014-11-25java,wizards: convert some listeners to more normal inner classesNoel Grandin6-77/+171
2014-11-25java: simplify CommonListenere some moreNoel Grandin2-140/+27
2014-11-25java: simplify the CommonListener stuffNoel Grandin4-49/+30
2014-11-25java: final fields that can be staticNoel Grandin5-7/+7
2014-11-24convert EventNames to an enumNoel Grandin6-50/+64
2014-11-24merge AbstractListener into CommonListenerNoel Grandin5-136/+108
2014-11-24the getGuiEventListener method is unnecessaryNoel Grandin2-9/+4
2014-11-24the UnoDialog constructor parameters can be simplifiedNoel Grandin2-7/+3
2014-11-24createListener() is never overridenNoel Grandin2-11/+1
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin5-14/+7
2014-11-18java: make fields final where possibleNoel Grandin13-35/+35
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