21 module
com { module sun { module star { module awt {
supports quick access to the information if a container currently contains elements.
Definition XContainer.idl:42
This is the generic interface for supporting the insertion and removal of named elements.
Definition XNameContainer.idl:29
This interface acts as a container for the loaded graphic.
Definition XGraphic.idl:38
Allows creating instances specified by a string name.
Definition XMultiServiceFactory.idl:34
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
specifies the standard model of a UnoControlDialog.
Definition UnoControlDialogModel.idl:27
com::sun::star::util::Color TextColor
specifies the text color (RGB) of the dialog.
Definition UnoControlDialogModel.idl:95
boolean Moveable
specifies if the dialog is moveable.
Definition UnoControlDialogModel.idl:85
long ScrollTop
specifies the vertical position of the scrolled dialog content
Definition UnoControlDialogModel.idl:155
boolean HScroll
specifies that a horizontal scrollbar should be added to the dialog
Definition UnoControlDialogModel.idl:140
boolean Closeable
specifies if the dialog is closeable.
Definition UnoControlDialogModel.idl:48
long ScrollLeft
specifies the horizontal position of the scrolled dialog content
Definition UnoControlDialogModel.idl:150
string HelpURL
specifies the help URL of the dialog.
Definition UnoControlDialogModel.idl:80
com::sun::star::util::Color TextLineColor
specifies the text line color (RGB) of the dialog.
Definition UnoControlDialogModel.idl:100
string HelpText
specifies the help text of the dialog.
Definition UnoControlDialogModel.idl:75
com::sun::star::util::Color BackgroundColor
specifies the background color (RGB) of the dialog.
Definition UnoControlDialogModel.idl:43
com::sun::star::awt::FontDescriptor FontDescriptor
specifies the font attributes of the text in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:58
boolean VScroll
specifies that a vertical scrollbar should be added to the dialog
Definition UnoControlDialogModel.idl:145
string Title
specifies the text that is displayed in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:105
short FontRelief
specifies the com::sun::star::text::FontRelief value of the text in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:70
short FontEmphasisMark
specifies the com::sun::star::text::FontEmphasis value of the text in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:64
com::sun::star::graphic::XGraphic Graphic
specifies a graphic to be displayed as a background image
Definition UnoControlDialogModel.idl:135
boolean DesktopAsParent
If set to true the dialog will have the desktop as parent.
Definition UnoControlDialogModel.idl:112
long ScrollWidth
specifies the total width of the scrollable dialog content
Definition UnoControlDialogModel.idl:160
boolean Sizeable
specifies if the dialog is sizeable.
Definition UnoControlDialogModel.idl:90
long ScrollHeight
specifies the total height of the scrollable dialog content
Definition UnoControlDialogModel.idl:165
boolean Enabled
determines whether a dialog is enabled or disabled.
Definition UnoControlDialogModel.idl:53
string ImageURL
specifies a URL that references a graphic that should be used as a background image.
Definition UnoControlDialogModel.idl:120
specifies the standard model of a UnoControl in the Smalltalk model view controller design.
Definition UnoControlModel.idl:35
describes the characteristics of a font.
Definition FontDescriptor.idl:30