19 #ifndef __com_sun_star_awt_grid_UnoControlGridModel_idl__
20 #define __com_sun_star_awt_grid_UnoControlGridModel_idl__
31 module
com { module sun { module star { module awt { module grid {
::com::sun::star::util::Color TextColor
specifies the color to be used when drawing cell texts
Definition: UnoControlGridModel.idl:209
boolean VScroll
Specifies the horizontal scrollbar mode.
Definition: UnoControlGridModel.idl:112
boolean ShowColumnHeader
Specifies whether the grid control should display a title row.
Definition: UnoControlGridModel.idl:61
boolean ShowRowHeader
Specifies whether the grid control should display a special header column.
Definition: UnoControlGridModel.idl:41
sequence< ::com::sun::star::util::Color > RowBackgroundColors
specifies the colors to be used as background for data rows.
Definition: UnoControlGridModel.idl:194
com::sun::star::util::Color TextLineColor
specifies the color to be used when drawing text lines (underlining and strikethrough) ...
Definition: UnoControlGridModel.idl:216
specifies the standard model of a UnoControlGrid control.
Definition: UnoControlGridModel.idl:38
– idl definition –
Definition: Ambiguous.idl:22
XGridColumnModel ColumnModel
Specifies the XGridColumnModel that is providing the column structure.
Definition: UnoControlGridModel.idl:90
short FontEmphasisMark
specifies the com::sun::star::text::FontEmphasis value of the text in the control.
Definition: UnoControlGridModel.idl:221
An instance of this interface is used by the UnoControlGrid to retrieve the content data that is disp...
Definition: XGridDataModel.idl:38
::com::sun::star::util::Color GridLineColor
specifies the color to be used when drawing lines between cells
Definition: UnoControlGridModel.idl:136
string HelpURL
specifies the help URL of the control.
Definition: UnoControlGridModel.idl:234
short FontRelief
specifies the com::sun::star::text::FontRelief value of the text in the control.
Definition: UnoControlGridModel.idl:226
long ColumnHeaderHeight
specifies the height of the column header row, if applicable.
Definition: UnoControlGridModel.idl:72
::com::sun::star::util::Color ActiveSelectionTextColor
specifies the color to be used when drawing the text of selected cells, while the control has the foc...
Definition: UnoControlGridModel.idl:172
SelectionType
Specifies a selection type for a view that supports a selection model.
Definition: SelectionType.idl:28
specifies the standard model of an UnoControl in the Smalltalk model view controller design...
Definition: UnoControlModel.idl:49
VerticalAlignment
specify the horizontal alignment of an object within a container object.
Definition: VerticalAlignment.idl:29
string HelpText
specifies the help text of the control.
Definition: UnoControlGridModel.idl:230
boolean HScroll
Specifies the vertical scrollbar mode.
Definition: UnoControlGridModel.idl:107
::com::sun::star::util::Color HeaderBackgroundColor
specifies the color to be used when drawing the background of row or column headers ...
Definition: UnoControlGridModel.idl:143
describes the characteristics of a font.
Definition: FontDescriptor.idl:33
An instance of this interface is used by the UnoControlGrid to retrieve the column structure that is ...
Definition: XGridColumnModel.idl:41
long RowHeaderWidth
specifies the width of the row header column, if applicable.
Definition: UnoControlGridModel.idl:55
::com::sun::star::util::Color InactiveSelectionTextColor
specifies the color to be used when drawing the text of selected cells, while the control does not ha...
Definition: UnoControlGridModel.idl:180
::com::sun::star::util::Color InactiveSelectionBackgroundColor
specifies the color to be used when drawing the background of selected cells, while the control does ...
Definition: UnoControlGridModel.idl:165
::com::sun::star::util::Color HeaderTextColor
specifies the color to be used when drawing the text within row or column headers ...
Definition: UnoControlGridModel.idl:150
boolean Tabstop
Specifies that the control can be reached with the TAB key.
Definition: UnoControlGridModel.idl:116
long RowHeight
Specifies the height of rows in the grid control.
Definition: UnoControlGridModel.idl:78
com::sun::star::awt::FontDescriptor FontDescriptor
specifies the font attributes of the text in the control.
Definition: UnoControlGridModel.idl:202
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
com::sun::star::style::VerticalAlignment VerticalAlign
specifies the vertical alignment of the content in the control.
Definition: UnoControlGridModel.idl:198
boolean UseGridLines
controls whether or not to paint horizontal and vertical lines between the grid cells.
Definition: UnoControlGridModel.idl:127
XGridDataModel GridDataModel
Specifies the XGridDataModel that is providing the hierarchical data.
Definition: UnoControlGridModel.idl:102
::com::sun::star::util::Color ActiveSelectionBackgroundColor
specifies the color to be used when drawing the background of selected cells, while the control has t...
Definition: UnoControlGridModel.idl:157
::com::sun::star::view::SelectionType SelectionModel
Specifies the selection mode that is enabled for this grid control.
Definition: UnoControlGridModel.idl:121