summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star
AgeCommit message (Expand)AuthorFilesLines
2014-12-19Revert "fix indentation"Lionel Elie Mamane1-12/+12
2014-12-19fix indentationLionel Elie Mamane1-12/+12
2014-12-19fdo#87301 don't rely on the shape to get the controlLionel Elie Mamane2-15/+10
2014-12-19remove unnecessary and confusing lineLionel Elie Mamane1-1/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin13-28/+28
2014-12-19java: static fields that should not be staticNoel Grandin1-4/+4
2014-12-19java: these fields can be converted to local variablesNoel Grandin17-65/+30
2014-12-15java: remove some unused fields and variablesNoel Grandin5-24/+0
2014-12-11java: remove some unnecessary interfacesNoel Grandin6-88/+2
2014-12-11java: reduce visibility of fields and methodsNoel Grandin77-536/+536
2014-12-07We need to call decode method considering this:Julien Nabet1-1/+1
2014-12-05java: remove some unused fieldsNoel Grandin1-1/+0
2014-12-05java: static fields should be accessed in a static wayNoel Grandin7-44/+24
2014-11-27java,wizards: remove unused parametersNoel Grandin35-119/+105
2014-11-27java,wizards: remove unread fieldsNoel Grandin32-124/+29
2014-11-27java,wizards: remove unused constantsNoel Grandin9-13/+0
2014-11-27java,wizards: remove unused classesNoel Grandin37-3956/+0
2014-11-27java,wizards: remove unused methodsNoel Grandin57-3482/+57
2014-11-27java,wizards: remove unused class XCommandSelectionListenerNoel Grandin1-24/+0
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin30-74/+0
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin3-10/+19
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin1-44/+15
2014-11-25java,wizards: forgot to commit some filesNoel Grandin2-0/+64
2014-11-25java: remove some comment noiseNoel Grandin4-23/+0
2014-11-25java: remove now unused CommonListener classNoel Grandin2-227/+0
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin8-29/+68
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin4-21/+38
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin8-41/+128
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin3-17/+35
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin6-65/+119
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 Grandin9-20/+20
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 Grandin37-94/+45
2014-11-18java: make fields final where possibleNoel Grandin43-133/+133
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-3/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini7-9/+9
2014-11-12java: convert fields to local variables where possibleNoel Grandin14-71/+31
2014-11-10fix spelling implemenation -> implementationNoel Grandin4-10/+10
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch5-117/+15
2014-10-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch1-1/+1
2014-10-17java: final fields that can be staticNoel Grandin12-42/+42
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin5-8/+8
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin9-26/+36