diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:03:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:03:29 +0000 |
commit | 4ca86e0009ca14fdbe3c9faa8e222e0be492ce27 (patch) | |
tree | 2a552ac8559ec78b38b99c419e47441d8ab13307 /offapi | |
parent | 049b1384eff85c2f581b55804830282ed8718784 (diff) |
INTEGRATION: CWS frmcontrols04 (1.4.142); FILE MERGED
2004/06/16 06:20:21 fs 1.4.142.2: RESYNC: (1.4-1.6); FILE MERGED
2004/05/04 15:22:23 fs 1.4.142.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/UnoControlScrollBarModel.idl | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl index c7e894dc48c7..c72c5552db53 100644 --- a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl +++ b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl @@ -2,9 +2,9 @@ * * $RCSfile: UnoControlScrollBarModel.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-06-03 17:28:04 $ + * last change: $Author: obo $ $Date: 2004-07-05 16:03:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,6 +102,17 @@ published service UnoControlScrollBarModel //------------------------------------------------------------------------- + /** 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 the control is enabled or disabled. */ [property] boolean Enabled; |