summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlEditModel.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:01:07 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:01:07 +0000
commit18b4a618cc214d6a28f429222f00bae7dd4a3882 (patch)
tree9275ec9d43c08de75a091651be9db037df955323 /offapi/com/sun/star/awt/UnoControlEditModel.idl
parent54be33103d07ac6ef63bbfe67d3e9e1f19370587 (diff)
INTEGRATION: CWS frmcontrols04 (1.7.398); FILE MERGED
2004/06/16 06:07:39 fs 1.7.398.2: RESYNC: (1.7-1.10); FILE MERGED 2004/05/04 15:22:23 fs 1.7.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlEditModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlEditModel.idl21
1 files changed, 19 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl
index 04a931632eb1..36e81690b8f1 100644
--- a/offapi/com/sun/star/awt/UnoControlEditModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlEditModel.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 17:22:08 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:01:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,6 +118,17 @@ published service UnoControlEditModel
//-------------------------------------------------------------------------
+ /** 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 echo character for a password edit field.
*/
[optional, property] short EchoChar;
@@ -250,6 +261,12 @@ published service UnoControlEditModel
*/
[optional, property] short LineEndFormat;
+ //-------------------------------------------------------------------------
+
+ /** specifies whether the selection in the control should be hidden when the control is not
+ active (focused).
+ */
+ [optional, property] boolean HideInactiveSelection;
};
//=============================================================================