summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Access2Base - (Re)capitalize UNO constantsJean-Pierre Ledure1-4/+4
2014-09-15fdo#75107: make colors and styles localizable in Agenda WizardJennifer Liebel3-9/+72
2014-09-14Updated example paths in wizards/com/sun/star/wizards/READMERyan McCoskrie1-2/+2
2014-09-13Access2Base - PATCH-01 Field.setValueJean-Pierre Ledure2-78/+79
2014-09-13Access2Base - Introduction of CloseConnection methodJean-Pierre Ledure4-10/+87
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 Arnhold2-2/+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-26increment SBCOUNTRYCOUNT again, we have 19 currencies 0..18Eike Rathke1-1/+1
2014-08-26ditch unused sCurrUNKNOWN and sCurrSYSUNKNOWN stringsEike Rathke2-14/+0
2014-08-26adapt SBCOUNTRYCOUNTEike Rathke1-1/+1
2014-08-24added LTL Lithuanian Litas to Euro ConverterAurimas Fišeras2-5/+26
2014-08-23Access2Base - Removal of Property Set constructionsJean-Pierre Ledure9-336/+1
2014-08-23Dispose() method for all objectsJean-Pierre Ledure14-19/+115
2014-08-22Access2Base - Remove _This in Form and SubForm objectsJean-Pierre Ledure6-57/+60
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
2014-08-19simplify CallFormWizardNoel Grandin5-137/+115
2014-08-19java: remove unused methodsNoel Grandin13-993/+0
2014-08-17coverity#983635 Uncaught exceptionCaolán McNamara2-4/+8
2014-08-17Access2Base - non-Base componentsJean-Pierre Ledure8-23/+35
2014-08-14java: remove unused importsNoel Grandin24-62/+0
2014-08-14java: remove commented out codeNoel Grandin17-95/+2
2014-08-13remove dead java constantsNoel Grandin1-14/+0
2014-08-13make some java methods privateNoel Grandin1-1/+1
2014-08-13make some java fields privateNoel Grandin1-1/+1
2014-08-13java: remove dead methodsNoel Grandin57-2805/+182
2014-08-13java: remove unused member classNoel Grandin1-26/+0
2014-08-13java: remove unused interfacesNoel Grandin2-25/+0
2014-08-13java: remove unused fieldsNoel Grandin47-165/+123
2014-08-13java: reduce scope, make some methods privateNoel Grandin60-233/+233
2014-08-13java: reduce scope, make member classes privateNoel Grandin22-32/+32
2014-08-13java: reduce scope, make some interfaces privateNoel Grandin3-3/+3
2014-08-13java: reduce scope, make fields privateNoel Grandin65-384/+384