summaryrefslogtreecommitdiffstats
path: root/wizards/com
Commit message (Expand)AuthorAgeFilesLines
...
* java,wizards: remove unnecessary use of reflectionNoel Grandin2014-11-271-44/+15
* java,wizards: forgot to commit some filesNoel Grandin2014-11-252-0/+64
* java: remove some comment noiseNoel Grandin2014-11-254-23/+0
* java: remove now unused CommonListener classNoel Grandin2014-11-252-227/+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-245-136/+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-127-9/+9
* java: convert fields to local variables where possibleNoel Grandin2014-11-1214-71/+31
* fix spelling implemenation -> implementationNoel Grandin2014-11-104-10/+10
* 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
* 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
* java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin2014-10-161-9/+9
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-30/+30
* java: no need to explicitly code default constructorsNoel Grandin2014-10-166-27/+0
* java: methods in interfaces are implicitly publicNoel Grandin2014-10-1613-70/+68
* remove unnecessary catch blockNoel Grandin2014-10-165-24/+24
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-10-1642-180/+180
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-10-161-2/+2
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-10-1641-198/+202
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-10-161-2/+2
* rm ‘public static final’ modifiers from field declarations within interfacesRobert Antoni Buj i Gelonch2014-10-152-44/+43
* java: remove useless javadoc tagsNoel Grandin2014-10-1443-474/+25
* java: import from the same packageRobert Antoni Buj i Gelonch2014-10-133-5/+0
* It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch2014-10-111-1/+1
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-072-2/+2
* java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin2014-10-071-1/+1
* java: simplify conditions involving logical negationNoel Grandin2014-10-075-5/+5
* Removed uneeded checks.Ryan McCoskrie2014-09-241-21/+5
* 84059 - form wizard : files required could not be foundNoel Grandin2014-09-22133-1462/+5785
* fdo#75107: make colors and styles localizable in Agenda WizardJennifer Liebel2014-09-152-9/+32
* Updated example paths in wizards/com/sun/star/wizards/READMERyan McCoskrie2014-09-141-2/+2