summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:00:00 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:00:00 +0000
commit53d1b8c653212e1b2c55636b90b9696a92014c54 (patch)
treef75fa2e64bcdbffa8a5cbf1ad919b200e86ef4cd /offapi
parentcb907a283f25f8960905f0e475a12e7e7fb4ad70 (diff)
INTEGRATION: CWS frmcontrols04 (1.5.398); FILE MERGED
2004/06/16 06:20:29 fs 1.5.398.3: RESYNC: (1.5-1.7); FILE MERGED 2004/05/05 14:00:37 fs 1.5.398.2: constraints for VisualEffect 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/UnoControlCheckBoxModel.idl34
1 files changed, 32 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
index abe1c358c028..b35a861f8a28 100644
--- a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlCheckBoxModel.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 17:18:53 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:00:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,12 @@ published service UnoControlCheckBoxModel
//-------------------------------------------------------------------------
+ /** specifies the background color (RGB) of the control.
+ */
+ [optional, property] long BackgroundColor;
+
+ //-------------------------------------------------------------------------
+
/** determines whether the control is enabled or disabled.
*/
[property] boolean Enabled;
@@ -126,6 +132,20 @@ published service UnoControlCheckBoxModel
//-------------------------------------------------------------------------
+ /** specifies the position of the image, if any, relative to the text, if any
+
+ <p>Valid values of this property are specified with <type>ImagePosition</type>.</p>
+ */
+ [optional, property] short ImagePosition;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies an URL to an image to display besides the label of the control
+ */
+ [optional, property] string ImageURL;
+
+ //-------------------------------------------------------------------------
+
/** specifies the label of the control.
*/
[property] string Label;
@@ -172,6 +192,16 @@ published service UnoControlCheckBoxModel
*/
[property] boolean TriState;
+ //-------------------------------------------------------------------------
+
+ /** specifies a visual effect to apply to the check box control
+
+ <p>Possible values for this property are <type>VisualEffect</type>::FLAT and
+ <type>VisualEffect</type>::LOOK3D.</p>
+
+ @see com::sun::star::awt::VisualEffect
+ */
+ [optional, property] short VisualEffect;
};
//=============================================================================