summaryrefslogtreecommitdiffstats
path: root/wizards
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Access2Base - New TempVars collection and TempVar objectsJean-Pierre Ledure2014-10-0511-44/+411
* Removed uneeded checks.Ryan McCoskrie2014-09-241-21/+5
* 84059 - form wizard : files required could not be foundNoel Grandin2014-09-22134-1462/+5786
* Access2Base - (Re)capitalize UNO constantsJean-Pierre Ledure2014-09-191-4/+4
* fdo#75107: make colors and styles localizable in Agenda WizardJennifer Liebel2014-09-153-9/+72
* Updated example paths in wizards/com/sun/star/wizards/READMERyan McCoskrie2014-09-141-2/+2
* Access2Base - PATCH-01 Field.setValueJean-Pierre Ledure2014-09-132-78/+79
* Access2Base - Introduction of CloseConnection methodJean-Pierre Ledure2014-09-134-10/+87
* wizards: Number Parsingrbuj2014-09-105-5/+5
* wizards: use a character literalrbuj2014-09-093-7/+7
* fix accidental removal of Java wizard codeNoel Grandin2014-09-091-104/+143
* resource files: remove unused definitionsThomas Arnhold2014-09-052-2/+0
* wizards: fix javadoc error: bad use of '>'rbuj2014-09-021-2/+2
* wizards: fix javadoc error: self-closing element not allowedrbuj2014-09-026-27/+27
* wizards: fix javadoc error: text not allowed in <ul> elementrbuj2014-09-021-2/+2
* wizards: fix javadoc error: unknown tag: returnsrbuj2014-09-021-1/+1
* wizards: fix javadoc error: unknown tag: listrbuj2014-09-021-2/+2
* java: fix reportbuilder and wizardNoel Grandin2014-08-292-2/+2
* increment SBCOUNTRYCOUNT again, we have 19 currencies 0..18Eike Rathke2014-08-261-1/+1
* ditch unused sCurrUNKNOWN and sCurrSYSUNKNOWN stringsEike Rathke2014-08-262-14/+0
* adapt SBCOUNTRYCOUNTEike Rathke2014-08-261-1/+1
* added LTL Lithuanian Litas to Euro ConverterAurimas Fišeras2014-08-242-5/+26
* Access2Base - Removal of Property Set constructionsJean-Pierre Ledure2014-08-239-336/+1