summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
index 7c2aacc5f793..4356e60bd832 100644
--- a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.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>UnoControlPatternField</type>.
*/
@@ -38,13 +36,11 @@ published service UnoControlPatternFieldModel
{
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 UnoControlPatternFieldModel
*/
[property] short Border;
- //-------------------------------------------------------------------------
/** specifies the color of the border, if present
@@ -67,51 +62,43 @@ published service UnoControlPatternFieldModel
*/
[optional, property] long BorderColor;
- //-------------------------------------------------------------------------
/** specifies the edit mask.
*/
[property] string EditMask;
- //-------------------------------------------------------------------------
/** 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 whether the selection in the control should be hidden when
the control is not active (focused).
@@ -120,56 +107,47 @@ published service UnoControlPatternFieldModel
*/
[optional, property] boolean HideInactiveSelection;
- //-------------------------------------------------------------------------
/** specifies the literal mask.
*/
[property] string LiteralMask;
- //-------------------------------------------------------------------------
/** specifies the maximum character count.
*/
[property] short MaxTextLen;
- //-------------------------------------------------------------------------
/** 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.
*/
[property] boolean ReadOnly;
- //-------------------------------------------------------------------------
/** specifies that the text is checked during the user input.
*/
[property] boolean StrictFormat;
- //-------------------------------------------------------------------------
/** 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.
*/
@@ -193,7 +171,6 @@ published service UnoControlPatternFieldModel
*/
[optional, property] short MouseWheelBehavior;
- //-------------------------------------------------------------------------
/** specifies the vertical alignment of the text in the control.
@@ -202,7 +179,6 @@ published service UnoControlPatternFieldModel
[optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
};
-//=============================================================================
}; }; }; };