summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:02:47 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:02:47 +0000
commitc8f2f415e7137f124cedccfcd7aa5eae85342139 (patch)
treec1ccd9cff81ea942e85c364aa2b9cb263323b3fa /offapi
parentc1362f1634e2bbc17f55e3e912540c12e1a3c58e (diff)
INTEGRATION: CWS frmcontrols04 (1.9.242); FILE MERGED
2004/06/16 06:23:54 fs 1.9.242.2: RESYNC: (1.9-1.11); FILE MERGED 2004/05/04 15:22:19 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/UnoControlPatternFieldModel.idl21
1 files changed, 19 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
index dcc83760ba78..cb0a5035eee2 100644
--- a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlPatternFieldModel.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 17:26:41 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:02:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,6 +106,17 @@ published service UnoControlPatternFieldModel
//-------------------------------------------------------------------------
+ /** 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 edit mask.
*/
[property] string EditMask;
@@ -203,6 +214,12 @@ published service UnoControlPatternFieldModel
*/
[property] com::sun::star::util::Color TextLineColor;
+ //-------------------------------------------------------------------------
+
+ /** specifies whether the selection in the control should be hidden when the control is not
+ active (focused).
+ */
+ [optional, property] boolean HideInactiveSelection;
};
//=============================================================================