summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl b/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
index a2675dbd1cc5..c30743136d17 100644
--- a/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/util/Color.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the standard model of an <type>UnoControlGroupBox</type>.
*/
@@ -37,63 +35,53 @@ published service UnoControlGroupBoxModel
{
service com::sun::star::awt::UnoControlModel;
- //-------------------------------------------------------------------------
/** determines whether the control is enabled or disabled.
*/
[property] boolean Enabled;
- //-------------------------------------------------------------------------
/** specifies the font attributes of the text in the control.
*/
[property] com::sun::star::awt::FontDescriptor FontDescriptor;
- //-------------------------------------------------------------------------
/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
value of the text in the control.
*/
[property] short FontEmphasisMark;
- //-------------------------------------------------------------------------
/** specifies the <type scope="com::sun::star::text">FontRelief</type>
value of the text in the control.
*/
[property] short FontRelief;
- //-------------------------------------------------------------------------
/** specifies the help text of the control.
*/
[property] string HelpText;
- //-------------------------------------------------------------------------
/** specifies the help URL of the control.
*/
[property] string HelpURL;
- //-------------------------------------------------------------------------
/** specifies the label of the control.
*/
[property] string Label;
- //-------------------------------------------------------------------------
/** specifies that the control will be printed with the document.
*/
[property] boolean Printable;
- //-------------------------------------------------------------------------
/** specifies the text color (RGB) of the control.
*/
[property] com::sun::star::util::Color TextColor;
- //-------------------------------------------------------------------------
/** specifies the text line color (RGB) of the control.
*/
@@ -110,7 +98,6 @@ published service UnoControlGroupBoxModel
[optional, property] short WritingMode;
};
-//=============================================================================
}; }; }; };