summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl144
1 files changed, 72 insertions, 72 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
index 0cdf42e38f29..05ee9d44ac2b 100644
--- a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -61,35 +61,35 @@ published service UnoControlFormattedFieldModel
//-------------------------------------------------------------------------
- /** specifies the horiztonal alignment of the text in the control.
-
+ /** specifies the horiztonal alignment of the text in the control.
+
<pre>
0: left
1: center
2: right
</pre>
*/
- [property] short Align;
-
- //-------------------------------------------------------------------------
+ [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.
+ [property] com::sun::star::util::Color BackgroundColor;
+
+ //-------------------------------------------------------------------------
+ /** specifies the border style of the control.
+
<pre>
0: No border
1: 3D border
2: simple border
</pre>
*/
- [property] short Border;
-
- //-------------------------------------------------------------------------
+ [property] short Border;
+
+ //-------------------------------------------------------------------------
/** specifies the color of the border, if present
@@ -99,74 +99,74 @@ published service UnoControlFormattedFieldModel
@since OOo 2.0.0
*/
[optional, property] long BorderColor;
-
+
//-------------------------------------------------------------------------
-
+
/** specifies the default value of the formatted field.
-
+
<p>This may be a numeric value (double) or a string, depending on
the formatting of the field.</p>
*/
[property] any EffectiveDefault;
-
+
//-------------------------------------------------------------------------
/** specifies the maximum value that can be entered.
-
+
<p>This property is ignored if the format of the field is no numeric
format.</p>
*/
[property] double EffectiveMax;
-
+
//-------------------------------------------------------------------------
/** specifies the minimum value that can be entered.
-
+
<p>This property is ignored if the format of the field is no numeric
format.</p>
*/
[property] double EffectiveMin;
-
+
//-------------------------------------------------------------------------
/** specifies the current value of the formatted field.
-
+
<p>This may be a numeric value (double) or a string, depending on
the formatting of the field.</p>
*/
[property] double EffectiveValue;
-
+
//-------------------------------------------------------------------------
/** determines whether the control is enabled or disabled.
*/
- [property] boolean Enabled;
-
- //-------------------------------------------------------------------------
+ [property] boolean Enabled;
+
+ //-------------------------------------------------------------------------
/** specifies the font attributes of the text in the control.
*/
- [property] com::sun::star::awt::FontDescriptor FontDescriptor;
-
+ [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 format to be used when formatting the field input
and output.
-
+
<p>This value is meaningful relative to the FormatsSupplier property
only.</p>
*/
@@ -183,16 +183,16 @@ published service UnoControlFormattedFieldModel
/** 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).
@@ -201,28 +201,28 @@ published service UnoControlFormattedFieldModel
[optional, property] boolean HideInactiveSelection;
//-------------------------------------------------------------------------
-
+
/** specifies the maximum character count.
- <p>There's no limitation, if set to 0.</p>
+ <p>There's no limitation, if set to 0.</p>
*/
- [property] short MaxTextLen;
-
+ [property] short MaxTextLen;
+
//-------------------------------------------------------------------------
-
+
/** specifies that the control will be printed with the document.
*/
- [property] boolean Printable;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean Printable;
+
+ //-------------------------------------------------------------------------
+
/** specifies that the content of the control cannot be modified by the
user.
*/
- [property] boolean ReadOnly;
-
+ [property] boolean ReadOnly;
+
//-------------------------------------------------------------------------
-
+
/** specifies whether the mouse should show repeating behavior, i.e.
repeatedly trigger an action when keeping pressed.
@@ -230,7 +230,7 @@ published service UnoControlFormattedFieldModel
*/
[optional, property] boolean Repeat;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** specifies the mouse repeat delay, in milliseconds.
@@ -244,48 +244,48 @@ published service UnoControlFormattedFieldModel
*/
[optional, property] long RepeatDelay;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** specifies that the control has a spin button.
*/
- [property] boolean Spin;
-
+ [property] boolean Spin;
+
//-------------------------------------------------------------------------
-
+
/** specifies that the text is checked during the user input.
-
+
<p>This property is optional - not every component implementing this
service is required to provide it, as real-time input checking on a
- formatted field may be pretty expensive.</p>
+ formatted field may be pretty expensive.</p>
*/
- [optional, property] boolean StrictFormat;
-
- //-------------------------------------------------------------------------
+ [optional, property] boolean StrictFormat;
+
+ //-------------------------------------------------------------------------
/** specifies that the control can be reached with the TAB key.
*/
- [property] boolean Tabstop;
-
- //-------------------------------------------------------------------------
+ [property] boolean Tabstop;
+
+ //-------------------------------------------------------------------------
/** specifies the text displayed in the control.
*/
- [property] string Text;
-
- //-------------------------------------------------------------------------
-
+ [property] string Text;
+
+ //-------------------------------------------------------------------------
+
/** specifies the text color (RGB) of the control.
*/
- [property] com::sun::star::util::Color TextColor;
-
+ [property] com::sun::star::util::Color TextColor;
+
//-------------------------------------------------------------------------
-
+
/** specifies the text line color (RGB) of the control.
*/
[property] com::sun::star::util::Color TextLineColor;
-
+
//-------------------------------------------------------------------------
-
+
/** specifies that the text is treated as a number.
*/
[property] boolean TreatAsNumber;