summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/UnoControlButtonModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlButtonModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlButtonModel.idl29
1 files changed, 0 insertions, 29 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlButtonModel.idl b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
index f82ab2d5bb69..a53ac74bf943 100644
--- a/offapi/com/sun/star/awt/UnoControlButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/util/Color.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the standard model of an <type>UnoControlButton</type>.
*/
@@ -38,7 +36,6 @@ published service UnoControlButtonModel
{
service com::sun::star::awt::UnoControlModel;
- //-------------------------------------------------------------------------
/** specifies the horizontal alignment of the text in the control.
@@ -50,25 +47,21 @@ published service UnoControlButtonModel
*/
[optional, property] short Align;
- //-------------------------------------------------------------------------
/** specifies the background color (RGB) of the control.
*/
[property] com::sun::star::util::Color BackgroundColor;
- //-------------------------------------------------------------------------
/** specifies that the button is the default button on the document.
*/
[property] boolean DefaultButton;
- //-------------------------------------------------------------------------
/** determines whether the control is enabled or disabled.
*/
[property] boolean Enabled;
- //-------------------------------------------------------------------------
/** specifies whether the button control should grab the focus when clicked.
@@ -81,46 +74,39 @@ published service UnoControlButtonModel
*/
[optional, property] boolean FocusOnClick;
- //-------------------------------------------------------------------------
/** 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 alignment of the image inside the button as
<type>ImageAlign</type> value.
*/
[property] short ImageAlign;
- //-------------------------------------------------------------------------
/** specifies the position of the image, if any, relative to the text, if any
@@ -131,14 +117,12 @@ published service UnoControlButtonModel
*/
[optional, property] short ImagePosition;
- //-------------------------------------------------------------------------
/** specifies an URL to an image to use for the button.
@see Graphic
*/
[property] string ImageURL;
- //-------------------------------------------------------------------------
/** specifies a graphic to be displayed at the button
@@ -155,13 +139,11 @@ published service UnoControlButtonModel
*/
[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.
@@ -169,19 +151,16 @@ published service UnoControlButtonModel
*/
[optional, property] boolean MultiLine;
- //-------------------------------------------------------------------------
/** specifies that the control will be printed with the document.
*/
[property] boolean Printable;
- //-------------------------------------------------------------------------
/** specifies the default action of the button as <type>PushButtonType</type> value.
*/
[property] short PushButtonType;
- //-------------------------------------------------------------------------
/** specifies whether the control should show repeating behavior.
@@ -194,7 +173,6 @@ published service UnoControlButtonModel
*/
[optional, property] boolean Repeat;
- //-------------------------------------------------------------------------
/** specifies the mouse repeat delay, in milliseconds.
@@ -208,31 +186,26 @@ published service UnoControlButtonModel
*/
[optional, property] long RepeatDelay;
- //-------------------------------------------------------------------------
/** specifies the state of the control.
*/
[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 whether the button should toggle on a single operation.
@@ -247,7 +220,6 @@ published service UnoControlButtonModel
*/
[optional, property] boolean Toggle;
- //-------------------------------------------------------------------------
/** specifies the vertical alignment of the text in the control.
@@ -257,7 +229,6 @@ published service UnoControlButtonModel
};
-//=============================================================================
}; }; }; };