summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
index e2051a250b33..c218e6cc1064 100644
--- a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/graphic/XGraphic.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the standard model of an <type>UnoControlRadioButton</type>.
*/
@@ -38,7 +36,6 @@ published service UnoControlRadioButtonModel
{
service com::sun::star::awt::UnoControlModel;
- //-------------------------------------------------------------------------
/** specifies the horizontal alignment of the text in the control.
@@ -52,51 +49,43 @@ published service UnoControlRadioButtonModel
*/
[optional, property] short Align;
- //-------------------------------------------------------------------------
/** specifies the background color (RGB) of the control.
*/
[optional, property] long BackgroundColor;
- //-------------------------------------------------------------------------
/** 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 position of the image, if any, relative to the text, if any
@@ -104,14 +93,12 @@ published service UnoControlRadioButtonModel
*/
[optional, property] short ImagePosition;
- //-------------------------------------------------------------------------
/** specifies an URL to an image to display besides the label of the control
@see Graphic
*/
[optional, property] string ImageURL;
- //-------------------------------------------------------------------------
/** specifies a graphic to be displayed besides the label of the control
@@ -128,13 +115,11 @@ published service UnoControlRadioButtonModel
*/
[optional, property, transient] com::sun::star::graphic::XGraphic Graphic;
- //-------------------------------------------------------------------------
/** specifies the label of the control.
*/
[property] string Label;
- //-------------------------------------------------------------------------
/** specifies that the text may be displayed on more than one line.
@@ -142,13 +127,11 @@ published service UnoControlRadioButtonModel
*/
[optional, property] boolean MultiLine;
- //-------------------------------------------------------------------------
/** specifies that the control will be printed with the document.
*/
[property] boolean Printable;
- //-------------------------------------------------------------------------
/** specifies the state of the control.
@@ -159,25 +142,21 @@ published service UnoControlRadioButtonModel
*/
[property] short State;
- //-------------------------------------------------------------------------
/** specifies that the control can be reached with the TAB key.
*/
[property] boolean Tabstop;
- //-------------------------------------------------------------------------
/** specifies the text color (RGB) of the control.
*/
[property] com::sun::star::util::Color TextColor;
- //-------------------------------------------------------------------------
/** specifies the text line color (RGB) of the control.
*/
[property] com::sun::star::util::Color TextLineColor;
- //-------------------------------------------------------------------------
/** specifies the vertical alignment of the text in the control.
@@ -185,7 +164,6 @@ published service UnoControlRadioButtonModel
*/
[optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
- //-------------------------------------------------------------------------
/** specifies a visual effect to apply to the radio button control.
@@ -209,7 +187,6 @@ published service UnoControlRadioButtonModel
[optional, property] short WritingMode;
};
-//=============================================================================
}; }; }; };