19#ifndef __com_sun_star_sdb_ColumnDescriptorControlModel_idl__
20#define __com_sun_star_sdb_ColumnDescriptorControlModel_idl__
25 module
com { module sun { module star {
27 interface XConnection;
30 interface XPropertySet;
33 module
com { module sun { module star { module sdb {
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:64
represents a connection (session) with a specific database.
Definition XConnection.idl:58
Definition Ambiguous.idl:22
specifies the standard model of a UnoControl in the Smalltalk model view controller design.
Definition UnoControlModel.idl:50
specifies the standard model of a ColumnDescriptorControl.
Definition ColumnDescriptorControlModel.idl:39
::com::sun::star::beans::XPropertySet Column
specifies the column descriptor where the values will be stored in.
Definition ColumnDescriptorControlModel.idl:66
short Border
specifies the border style of the control.
Definition ColumnDescriptorControlModel.idl:51
boolean Tabstop
specifies that the control can be reached with the TAB key.
Definition ColumnDescriptorControlModel.idl:62
::com::sun::star::sdbc::XConnection ActiveConnection
specifies the connection to a database.
Definition ColumnDescriptorControlModel.idl:70
boolean Enabled
determines whether the control is enabled or disabled.
Definition ColumnDescriptorControlModel.idl:56