summaryrefslogtreecommitdiff
path: root/wizards/com
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-16java: replace 'new Short' with 'Short.valueOf'Noel Grandin2-7/+7
2014-10-16java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin1-9/+9
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-30/+30
2014-10-16java: no need to explicitly code default constructorsNoel Grandin6-27/+0
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin13-70/+68
2014-10-16remove unnecessary catch blockNoel Grandin5-24/+24
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin42-180/+180
2014-10-16java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin41-198/+202
2014-10-16java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-2/+2
2014-10-15rm ‘public static final’ modifiers from field declarations within interfacesRobert Antoni Buj i Gelonch2-44/+43
2014-10-14java: remove useless javadoc tagsNoel Grandin43-474/+25
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch3-5/+0
2014-10-11It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch1-1/+1
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin2-2/+2
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin1-1/+1
2014-10-07java: simplify conditions involving logical negationNoel Grandin5-5/+5
2014-09-24Removed uneeded checks.Ryan McCoskrie1-21/+5
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin133-1462/+5785
2014-09-15fdo#75107: make colors and styles localizable in Agenda WizardJennifer Liebel2-9/+32
2014-09-14Updated example paths in wizards/com/sun/star/wizards/READMERyan McCoskrie1-2/+2
2014-09-10wizards: Number Parsingrbuj5-5/+5
2014-09-09wizards: use a character literalrbuj3-7/+7
2014-09-09fix accidental removal of Java wizard codeNoel Grandin1-104/+143
2014-09-05resource files: remove unused definitionsThomas Arnhold1-1/+0
2014-09-02wizards: fix javadoc error: bad use of '>'rbuj1-2/+2
2014-09-02wizards: fix javadoc error: self-closing element not allowedrbuj6-27/+27
2014-09-02wizards: fix javadoc error: text not allowed in <ul> elementrbuj1-2/+2
2014-09-02wizards: fix javadoc error: unknown tag: returnsrbuj1-1/+1
2014-09-02wizards: fix javadoc error: unknown tag: listrbuj1-2/+2
2014-08-29java: fix reportbuilder and wizardNoel Grandin2-2/+2
2014-08-21wizards: Enhancements in JavaTools.javarbuj1-86/+41
2014-08-21wizards: EffectiveMax & EffectiveMin of TINYINTrbuj1-2/+2
2014-08-20wizards: Number parsingrbuj1-6/+3
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin7-40/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin19-145/+140
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-5/+5
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin41-165/+165
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin42-189/+189
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin5-9/+9