diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:02:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:02:18 +0000 |
commit | a99a0fbf2989cfdf453cf0b851bc7df67750753f (patch) | |
tree | b27ac9ba6f04e35cfc26919eb3f8905e2f2d9b47 /offapi | |
parent | 697f7eec7963b923e37b9778f0e596668da5165f (diff) |
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#
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/UnoControlListBoxModel.idl | 27 |
1 files changed, 25 insertions, 2 deletions
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. + + <pre> + 0: left + 1: center + 2: right + </pre> + */ + [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 + + <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 if the control has a drop down button. */ [property] boolean Dropdown; |