INTEGRATION: CWS dba23 (1.32.44); FILE MERGED

2005/01/21 06:59:37 oj 1.32.44.1: #i40648# new DataType::BOOLEAN
This commit is contained in:
Vladimir Glazounov 2005-02-17 10:21:13 +00:00
parent c9920762b3
commit f3bf70b466

View file

@ -74,6 +74,8 @@ Dim NullValue
GetPeerSize() = oPeer.PreferredSize()
ElseIf CurFieldType = com.sun.star.sdbc.DataType.BIT Then
GetPeerSize() = oPeer.PreferredSize()
ElseIf CurFieldType = com.sun.star.sdbc.DataType.BOOLEAN Then
GetPeerSize() = oPeer.PreferredSize()
ElseIf CurFieldType = com.sun.star.sdbc.DataType.DATE Then
oControl.Model.Date = Date
GetPeerSize() = oPeer.PreferredSize()
@ -344,4 +346,4 @@ Dim UIName as String
next i
GetFilterName() = UIName
End Function
</script:module>
</script:module>