summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:02:04 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:02:04 +0000
commit697f7eec7963b923e37b9778f0e596668da5165f (patch)
treea0a6374771ce74ffebbfd2d7cd41d35a814c5b8f /offapi
parent0fb1acf93aa7cbe7c4b417bdc3d43df37c02dccf (diff)
INTEGRATION: CWS frmcontrols04 (1.6.242); FILE MERGED
2004/06/16 06:05:23 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/UnoControlImageControlModel.idl15
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlImageControlModel.idl b/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
index a72ca585413d..a3c63af6ee2a 100644
--- a/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlImageControlModel.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 17:25:01 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:02:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,6 +102,17 @@ published service UnoControlImageControlModel
//-------------------------------------------------------------------------
+ /** 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;