summaryrefslogtreecommitdiffstats
path: root/wizards
Commit message (Expand)AuthorAgeFilesLines
* java: remove some unused fields and variablesNoel Grandin2014-12-155-24/+0
* java: remove some unnecessary interfacesNoel Grandin2014-12-117-90/+2
* java: reduce visibility of fields and methodsNoel Grandin2014-12-1177-536/+536
* We need to call decode method considering this:Julien Nabet2014-12-071-1/+1
* java: remove some unused fieldsNoel Grandin2014-12-051-1/+0
* java: static fields should be accessed in a static wayNoel Grandin2014-12-057-44/+24
* java,wizards: remove unused parametersNoel Grandin2014-11-2735-119/+105
* java,wizards: remove unread fieldsNoel Grandin2014-11-2732-124/+29
* java,wizards: remove unused constantsNoel Grandin2014-11-279-13/+0
* java,wizards: remove unused classesNoel Grandin2014-11-2738-3978/+0
* java,wizards: remove unused methodsNoel Grandin2014-11-2757-3482/+57
* java,wizards: remove unused class XCommandSelectionListenerNoel Grandin2014-11-272-25/+0
* java,wizards: remove completely unreferenced fieldsNoel Grandin2014-11-2730-74/+0
* java,wizards: remove unnecessary use of reflectionNoel Grandin2014-11-273-10/+19
* java,wizards: remove unnecessary use of reflectionNoel Grandin2014-11-271-44/+15
* java,wizards: forgot to commit some filesNoel Grandin2014-11-253-0/+69
* java: remove some comment noiseNoel Grandin2014-11-254-23/+0
* java: remove now unused CommonListener classNoel Grandin2014-11-253-228/+0
* java,wizards: convert event listeners to inner classesNoel Grandin2014-11-258-29/+68
* java,wizards: convert event listeners to inner classesNoel Grandin2014-11-254-21/+38
* java,wizards: convert event listeners to inner classesNoel Grandin2014-11-258-41/+128
* java,wizards: convert event listeners to inner classesNoel Grandin2014-11-253-17/+35
* java,wizards: convert event listeners to inner classesNoel Grandin2014-11-256-65/+119
* java,wizards: convert some listeners to more normal inner classesNoel Grandin2014-11-256-77/+171
* java: simplify CommonListenere some moreNoel Grandin2014-11-252-140/+27
* java: simplify the CommonListener stuffNoel Grandin2014-11-254-49/+30
* java: final fields that can be staticNoel Grandin2014-11-259-20/+20
* convert EventNames to an enumNoel Grandin2014-11-246-50/+64
* merge AbstractListener into CommonListenerNoel Grandin2014-11-246-137/+108
* the getGuiEventListener method is unnecessaryNoel Grandin2014-11-242-9/+4
* the UnoDialog constructor parameters can be simplifiedNoel Grandin2014-11-242-7/+3
* createListener() is never overridenNoel Grandin2014-11-242-11/+1
* java, wizards: remove unused local variables and fieldsNoel Grandin2014-11-1837-94/+45
* java: make fields final where possibleNoel Grandin2014-11-1843-133/+133
* java: rather use @Deprecated annotationNoel Grandin2014-11-181-3/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-129-12/+12
* java: convert fields to local variables where possibleNoel Grandin2014-11-1214-71/+31
* fix spelling implemenation -> implementationNoel Grandin2014-11-104-10/+10
* default to ods instead of sxcCaolán McNamara2014-11-071-8/+8
* Access2Base - Extension of GoTorecord action to table/query datasheetsJean-Pierre Ledure2014-11-021-25/+28
* Access2Base - new ApplyFilter and SetOrderBy actionsJean-Pierre Ledure2014-11-016-13/+167
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-303-6/+6
* java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2014-10-305-117/+15
* java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch2014-10-301-1/+1
* Access2Base - Introspection in RootJean-Pierre Ledure2014-10-252-3/+1
* Access2Base - Internal redesign of root structure into a separate class moduleJean-Pierre Ledure2014-10-1712-203/+322
* java: final fields that can be staticNoel Grandin2014-10-1712-42/+42
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-175-8/+8
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-169-26/+36
* java: replace 'new Short' with 'Short.valueOf'Noel Grandin2014-10-162-7/+7