summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlFixedTextModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedTextModel.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
index 60ef6e35fb6b..fd18e64162bc 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/util/Color.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the standard model of an <type>UnoControlFixedText</type>.
*/
@@ -46,7 +44,6 @@ published service UnoControlFixedTextModel
{
service com::sun::star::awt::UnoControlModel;
- //-------------------------------------------------------------------------
/** specifies the horizontal alignment of the text in the control.
@@ -58,13 +55,11 @@ published service UnoControlFixedTextModel
*/
[property] short Align;
- //-------------------------------------------------------------------------
/** specifies the background color (RGB) of the control.
*/
[property] com::sun::star::util::Color BackgroundColor;
- //-------------------------------------------------------------------------
/** specifies the border style of the control.
@@ -76,7 +71,6 @@ published service UnoControlFixedTextModel
*/
[property] short Border;
- //-------------------------------------------------------------------------
/** specifies the color of the border, if present
@@ -87,75 +81,63 @@ published service UnoControlFixedTextModel
*/
[optional, property] long BorderColor;
- //-------------------------------------------------------------------------
/** 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 text may be displayed on more than one line.
*/
[property] boolean MultiLine;
- //-------------------------------------------------------------------------
/** 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.
*/
[property] com::sun::star::util::Color TextLineColor;
- //-------------------------------------------------------------------------
/** specifies the vertical alignment of the text in the control.
@@ -165,7 +147,6 @@ published service UnoControlFixedTextModel
};
-//=============================================================================
}; }; }; };