From a99a0fbf2989cfdf453cf0b851bc7df67750753f Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 5 Jul 2004 15:02:18 +0000 Subject: INTEGRATION: CWS frmcontrols04 (1.5.398); FILE MERGED 2004/06/16 06:28:44 fs 1.5.398.2: RESYNC: (1.5-1.7); FILE MERGED 2004/05/04 15:22:21 fs 1.5.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672# --- offapi/com/sun/star/awt/UnoControlListBoxModel.idl | 27 ++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl index f6077dde769b..1c1568583926 100644 --- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl @@ -2,9 +2,9 @@ * * $RCSfile: UnoControlListBoxModel.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2004-06-03 17:25:30 $ + * last change: $Author: obo $ $Date: 2004-07-05 16:02:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,18 @@ published service UnoControlListBoxModel //------------------------------------------------------------------------- + /** specifies the alignment of the text in the control. + +
+        0: left
+        1: center
+        2: right
+        
+ */ + [optional, property] short Align; + + //------------------------------------------------------------------------- + /** specifies the background color (RGB) of the control. */ [property] com::sun::star::util::Color BackgroundColor; @@ -106,6 +118,17 @@ published service UnoControlListBoxModel //------------------------------------------------------------------------- + /** specifies the color of the border, if present + +

Not every border style (see Border) may support coloring. + For instance, usually a border with 3D effect will ignore the BorderColor setting.

+ + @since #i24694# + */ + [optional, property] long BorderColor; + + //------------------------------------------------------------------------- + /** specifies if the control has a drop down button. */ [property] boolean Dropdown; -- cgit