diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:01:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:01:21 +0000 |
commit | 5c0532deb8263cb13df7eeb3840b894d87a19ee8 (patch) | |
tree | 87ce8ee013c71a3d3cb6e38172998b18892b18ad /offapi | |
parent | 18b4a618cc214d6a28f429222f00bae7dd4a3882 (diff) |
INTEGRATION: CWS frmcontrols04 (1.6.242); FILE MERGED
2004/06/16 06:11:31 fs 1.6.242.2: RESYNC: (1.6-1.8); FILE MERGED
2004/05/04 15:22:22 fs 1.6.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/UnoControlFileControlModel.idl | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl index 06e3a203db6f..07918d3cb515 100644 --- a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl @@ -2,9 +2,9 @@ * * $RCSfile: UnoControlFileControlModel.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2004-06-03 17:22:37 $ + * last change: $Author: obo $ $Date: 2004-07-05 16:01:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,6 +106,17 @@ published service UnoControlFileControlModel //------------------------------------------------------------------------- + /** 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; + + //------------------------------------------------------------------------- + /** determines whether a control is enabled or disabled. */ [property] boolean Enabled; @@ -179,6 +190,12 @@ published service UnoControlFileControlModel */ [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; }; //============================================================================= |