summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard/Language.xba
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-17 10:20:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-17 10:20:58 +0000
commitc9920762b3726a1fd4a0412e8c81ffcbfb35c03a (patch)
tree83ed3f308dea62c58e7a66eaa13a81b83b92c55b /wizards/source/formwizard/Language.xba
parentdc81ffd55c7f70a16e67bad74fed7fae69b57415 (diff)
INTEGRATION: CWS dba23 (1.26.44); FILE MERGED
2005/01/21 06:59:38 oj 1.26.44.1: #i40648# new DataType::BOOLEAN
Diffstat (limited to 'wizards/source/formwizard/Language.xba')
-rw-r--r--wizards/source/formwizard/Language.xba11
1 files changed, 8 insertions, 3 deletions
diff --git a/wizards/source/formwizard/Language.xba b/wizards/source/formwizard/Language.xba
index 1d1d5bf6ae76..5a2dcb1c67fe 100644
--- a/wizards/source/formwizard/Language.xba
+++ b/wizards/source/formwizard/Language.xba
@@ -154,8 +154,8 @@ End Sub
Sub InitializeWidthList()
- If Ubound(WidthList(),1) &gt; 15 Then
- ReDim WidthList(15,4)
+ If Ubound(WidthList(),1) &gt; 16 Then
+ ReDim WidthList(16,4)
End If
WidthList(0,0) = com.sun.star.sdbc.DataType.BIT &apos; = -7;
@@ -238,6 +238,11 @@ Sub InitializeWidthList()
WidthList(15,2) = False
WidthList(15,3) = &quot;DateField&quot;
+ WidthList(16,0) = com.sun.star.sdbc.DataType.BOOLEAN &apos; = 16;
+ WidthList(16,1) = cCheckbox
+ WidthList(16,2) = False
+ WidthList(16,3) = &quot;CheckBox&quot;
+
ImgWidthList(0,0) = com.sun.star.sdbc.DataType.BINARY &apos; = -2;
ImgWidthList(0,1) = cImageControl
ImgWidthList(0,2) = False
@@ -277,4 +282,4 @@ Sub InitializeWidthList()
oModelService(cGridControl) = &quot;com.sun.star.form.component.GridControl&quot;
oModelService(cImageControl) = &quot;com.sun.star.form.component.DatabaseImageControl&quot;
End Sub
-</script:module> \ No newline at end of file
+</script:module>