summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Expand)AuthorFilesLines
2014-12-19fix buildLionel Elie Mamane1-0/+1
2014-12-19fix indentationLionel Elie Mamane1-12/+12
2014-12-19janitorialLionel Elie Mamane1-1/+0
2014-12-19janitorialLionel Elie Mamane1-1/+0
2014-12-19protect against division by zeroLionel Elie Mamane1-41/+47
2014-12-19Keep as xShapes the newly created GroupShapeLionel Elie Mamane1-0/+1
2014-12-19GroupShape takes care of scaling the subshapesLionel Elie Mamane1-21/+0
2014-12-19detect groupShapes (TimestampFields) in forms, tooLionel Elie Mamane1-0/+13
2014-12-19xShapeGroup *is* the control's global xShape, so use it as suchLionel Elie Mamane1-16/+1
2014-12-19set *content* control to multiline, not label(!)Lionel Elie Mamane1-1/+1
2014-12-19Revert "fdo#87301 don't rely on the shape to get the control"Lionel Elie Mamane2-10/+15
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 Grandin7-90/+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 Grandin38-3978/+0
2014-11-27java,wizards: remove unused methodsNoel Grandin57-3482/+57
2014-11-27java,wizards: remove unused class XCommandSelectionListenerNoel Grandin2-25/+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 Grandin3-0/+69
2014-11-25java: remove some comment noiseNoel Grandin4-23/+0
2014-11-25java: remove now unused CommonListener classNoel Grandin3-228/+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 Grandin6-137/+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