summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:02:33 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:02:33 +0000
commitc1362f1634e2bbc17f55e3e912540c12e1a3c58e (patch)
tree8f03e95065dd4aef8e1d1f94b9051b1cce0e81bf /offapi
parenta99a0fbf2989cfdf453cf0b851bc7df67750753f (diff)
INTEGRATION: CWS frmcontrols04 (1.9.242); FILE MERGED
2004/06/16 06:39:17 fs 1.9.242.2: RESYNC: (1.9-1.11); FILE MERGED 2004/05/04 15:22:21 fs 1.9.242.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl21
1 files changed, 19 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
index b1fefccb4a16..cf8a6ff4e83f 100644
--- a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlNumericFieldModel.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 17:26:12 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:02:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,6 +106,17 @@ published service UnoControlNumericFieldModel
//-------------------------------------------------------------------------
+ /** 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 decimal accuracy.
*/
[property] short DecimalAccuracy;
@@ -221,6 +232,12 @@ published service UnoControlNumericFieldModel
*/
[property] double ValueStep;
+ //-------------------------------------------------------------------------
+
+ /** specifies whether the selection in the control should be hidden when the control is not
+ active (focused).
+ */
+ [optional, property] boolean HideInactiveSelection;
};
//=============================================================================