summaryrefslogtreecommitdiffstats
path: root/wizards
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dispose() method for all objectsJean-Pierre Ledure2014-08-2314-19/+115
* Access2Base - Remove _This in Form and SubForm objectsJean-Pierre Ledure2014-08-226-57/+60
* wizards: Enhancements in JavaTools.javarbuj2014-08-211-86/+41
* wizards: EffectiveMax & EffectiveMin of TINYINTrbuj2014-08-211-2/+2
* wizards: Number parsingrbuj2014-08-201-6/+3
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-207-40/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-2019-145/+140
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-5/+5
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-191-1/+1
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-1941-165/+165
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-1/+1
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-1942-189/+189
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-195-9/+9
* simplify CallFormWizardNoel Grandin2014-08-195-137/+115
* java: remove unused methodsNoel Grandin2014-08-1913-993/+0
* coverity#983635 Uncaught exceptionCaolán McNamara2014-08-172-4/+8
* Access2Base - non-Base componentsJean-Pierre Ledure2014-08-178-23/+35
* java: remove unused importsNoel Grandin2014-08-1424-62/+0
* java: remove commented out codeNoel Grandin2014-08-1417-95/+2
* remove dead java constantsNoel Grandin2014-08-131-14/+0
* make some java methods privateNoel Grandin2014-08-131-1/+1
* make some java fields privateNoel Grandin2014-08-131-1/+1
* java: remove dead methodsNoel Grandin2014-08-1357-2805/+182
* java: remove unused member classNoel Grandin2014-08-131-26/+0
* java: remove unused interfacesNoel Grandin2014-08-132-25/+0
* java: remove unused fieldsNoel Grandin2014-08-1347-165/+123
* java: reduce scope, make some methods privateNoel Grandin2014-08-1360-233/+233
* java: reduce scope, make member classes privateNoel Grandin2014-08-1322-32/+32
* java: reduce scope, make some interfaces privateNoel Grandin2014-08-133-3/+3
* java: reduce scope, make fields privateNoel Grandin2014-08-1365-384/+384
* java: reduce scope, make constructors privateNoel Grandin2014-08-1314-16/+16