diff options
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; }; //============================================================================= |