LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_UnoControlProgressBarModel_idl__
20 #define __com_sun_star_awt_UnoControlProgressBarModel_idl__
28 module
com { module sun { module star { module awt {
string HelpURL
specifies the help URL of the control.
Definition: UnoControlProgressBarModel.idl:81
string HelpText
specifies the help text of the control.
Definition: UnoControlProgressBarModel.idl:76
long ProgressValueMax
specifies the maximum progress value of the control.
Definition: UnoControlProgressBarModel.idl:96
com::sun::star::util::Color FillColor
specifies the fill color (RGB) of the control.
Definition: UnoControlProgressBarModel.idl:71
specifies the standard model of a UnoControl in the Smalltalk model view controller design.
Definition: UnoControlModel.idl:50
boolean Printable
specifies that the control will be printed with the document.
Definition: UnoControlProgressBarModel.idl:86
long BorderColor
specifies the color of the border, if present
Definition: UnoControlProgressBarModel.idl:61
Definition: Ambiguous.idl:22
long ProgressValueMin
specifies the minimum progress value of the control.
Definition: UnoControlProgressBarModel.idl:101
boolean Enabled
determines whether the control is enabled or disabled.
Definition: UnoControlProgressBarModel.idl:66
long ProgressValue
specifies the progress value of the control.
Definition: UnoControlProgressBarModel.idl:91
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
short Border
specifies the border style of the control.
Definition: UnoControlProgressBarModel.idl:51
com::sun::star::util::Color BackgroundColor
specifies the background color (RGB) of the control.
Definition: UnoControlProgressBarModel.idl:35
specifies the standard model of a UnoControlProgressBar.
Definition: UnoControlProgressBarModel.idl:34