summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlFileControlModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlFileControlModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlFileControlModel.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl
index 9f8413df0e88..007891b71cd4 100644
--- a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/style/VerticalAlignment.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the standard model of an <type>UnoControlFileControl</type>.
*/
@@ -38,13 +36,11 @@ published service UnoControlFileControlModel
{
service com::sun::star::awt::UnoControlModel;
- //-------------------------------------------------------------------------
/** specifies the background color (RGB) of the control.
*/
[property] com::sun::star::util::Color BackgroundColor;
- //-------------------------------------------------------------------------
/** specifies the border style of the control.
@@ -56,7 +52,6 @@ published service UnoControlFileControlModel
*/
[property] short Border;
- //-------------------------------------------------------------------------
/** specifies the color of the border, if present
@@ -67,45 +62,38 @@ published service UnoControlFileControlModel
*/
[optional, property] long BorderColor;
- //-------------------------------------------------------------------------
/** determines whether a 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 whether the selection in the control should be hidden when
the control is not active (focused).
@@ -114,13 +102,11 @@ published service UnoControlFileControlModel
*/
[optional, property] boolean HideInactiveSelection;
- //-------------------------------------------------------------------------
/** specifies that the control will be printed with the document.
*/
[property] boolean Printable;
- //-------------------------------------------------------------------------
/** specifies that the content of the control cannot be modified by the user.
@@ -128,31 +114,26 @@ published service UnoControlFileControlModel
*/
[optional, property] boolean ReadOnly;
- //-------------------------------------------------------------------------
/** specifies that the control can be reached with the TAB key.
*/
[property] boolean Tabstop;
- //-------------------------------------------------------------------------
/** specifies the text displayed in the control.
*/
[property] string Text;
- //-------------------------------------------------------------------------
/** 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.
@@ -161,7 +142,6 @@ published service UnoControlFileControlModel
[optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
};
-//=============================================================================
}; }; }; };