summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Expand)Author
2014-10-17Access2Base - Internal redesign of root structure into a separate class moduleJean-Pierre Ledure
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: replace 'new Short' with 'Short.valueOf'Noel Grandin
2014-10-16java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-16java: no need to explicitly code default constructorsNoel Grandin
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin
2014-10-16remove unnecessary catch blockNoel Grandin
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-10-16java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-10-16java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-10-15rm ‘public static final’ modifiers from field declarations within interfacesRobert Antoni Buj i Gelonch
2014-10-14java: remove useless javadoc tagsNoel Grandin
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch
2014-10-11It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-05Access2Base - New TempVars collection and TempVar objectsJean-Pierre Ledure
2014-09-24Removed uneeded checks.Ryan McCoskrie
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin
2014-09-19Access2Base - (Re)capitalize UNO constantsJean-Pierre Ledure
2014-09-15fdo#75107: make colors and styles localizable in Agenda WizardJennifer Liebel
2014-09-14Updated example paths in wizards/com/sun/star/wizards/READMERyan McCoskrie
2014-09-13Access2Base - PATCH-01 Field.setValueJean-Pierre Ledure
2014-09-13Access2Base - Introduction of CloseConnection methodJean-Pierre Ledure
2014-09-10wizards: Number Parsingrbuj
2014-09-09wizards: use a character literalrbuj
2014-09-09fix accidental removal of Java wizard codeNoel Grandin
2014-09-05resource files: remove unused definitionsThomas Arnhold
2014-09-02wizards: fix javadoc error: bad use of '>'rbuj
2014-09-02wizards: fix javadoc error: self-closing element not allowedrbuj
2014-09-02wizards: fix javadoc error: text not allowed in <ul> elementrbuj
2014-09-02wizards: fix javadoc error: unknown tag: returnsrbuj
2014-09-02wizards: fix javadoc error: unknown tag: listrbuj
2014-08-29java: fix reportbuilder and wizardNoel Grandin
2014-08-26increment SBCOUNTRYCOUNT again, we have 19 currencies 0..18Eike Rathke
2014-08-26ditch unused sCurrUNKNOWN and sCurrSYSUNKNOWN stringsEike Rathke
2014-08-26adapt SBCOUNTRYCOUNTEike Rathke
2014-08-24added LTL Lithuanian Litas to Euro ConverterAurimas Fišeras
2014-08-23Access2Base - Removal of Property Set constructionsJean-Pierre Ledure
2014-08-23Dispose() method for all objectsJean-Pierre Ledure
2014-08-22Access2Base - Remove _This in Form and SubForm objectsJean-Pierre Ledure
2014-08-21wizards: Enhancements in JavaTools.javarbuj
2014-08-21wizards: EffectiveMax & EffectiveMin of TINYINTrbuj
2014-08-20wizards: Number parsingrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin