summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:01:49 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:01:49 +0000
commit0fb1acf93aa7cbe7c4b417bdc3d43df37c02dccf (patch)
tree791b8608fa3840923e88671c274bb5766dca4c7b /offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
parentd1a39d484ea369be838d1ab7d77a4321ca4aed9b (diff)
INTEGRATION: CWS frmcontrols04 (1.7.242); FILE MERGED
2004/06/16 06:40:44 fs 1.7.242.2: RESYNC: (1.7-1.9); FILE MERGED 2004/05/04 15:22:23 fs 1.7.242.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl21
1 files changed, 19 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
index c1885ccb2c3e..a882e6b934ef 100644
--- a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlFormattedFieldModel.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 17:24:03 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:01:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,6 +122,17 @@ published service UnoControlFormattedFieldModel
//-------------------------------------------------------------------------
+ /** specifies the color of the border, if present
+
+ <p>Not every border style (see <member>Border</member>) may support coloring.
+ For instance, usually a border with 3D effect will ignore the BorderColor setting.</p>
+
+ @since #i24694#
+ */
+ [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
@@ -277,6 +288,12 @@ published service UnoControlFormattedFieldModel
*/
[property] boolean TreatAsNumber;
+ //-------------------------------------------------------------------------
+
+ /** specifies whether the selection in the control should be hidden when the control is not
+ active (focused).
+ */
+ [optional, property] boolean HideInactiveSelection;
};
//=============================================================================