summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-10-18 12:20:27 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-10-18 12:20:27 +0000
commitaec44234fdb91a8edcdd7c58ff623ed6e08a7d91 (patch)
tree321d723ecf5ffd07032169a6132077da32256195 /offapi/com/sun/star
parented23146d5300d0c12a35466eb0c3c0773a5c5082 (diff)
INTEGRATION: CWS dba205b (1.12.170); FILE MERGED
2006/08/09 07:33:30 fs 1.12.170.2: added @since tag for Graphic 2006/08/08 11:32:18 fs 1.12.170.1: #i65585# optional property 'Graphic', allowing to display *any* graphics, not just an image from a file
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl90
1 files changed, 54 insertions, 36 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
index 9fae82de1..7bf8a91eb 100644
--- a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: UnoControlRadioButtonModel.idl,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:30:20 $
+ * last change: $Author: ihi $ $Date: 2006-10-18 13:20:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,42 +32,42 @@
* MA 02111-1307 USA
*
************************************************************************/
-#ifndef __com_sun_star_awt_UnoControlRadioButtonModel_idl__
-#define __com_sun_star_awt_UnoControlRadioButtonModel_idl__
-
-#ifndef __com_sun_star_awt_FontDescriptor_idl__
-#include <com/sun/star/awt/FontDescriptor.idl>
-#endif
-
-#ifndef __com_sun_star_awt_UnoControlModel_idl__
-#include <com/sun/star/awt/UnoControlModel.idl>
-#endif
+#ifndef __com_sun_star_awt_UnoControlRadioButtonModel_idl__
+#define __com_sun_star_awt_UnoControlRadioButtonModel_idl__
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
#ifndef __com_sun_star_style_VerticalAlignment_idl__
#include <com/sun/star/style/VerticalAlignment.idl>
#endif
-
#ifndef __com_sun_star_util_Color_idl__
#include <com/sun/star/util/Color.idl>
#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef com_sun_star_graphic_XGraphic_idl
+#include <com/sun/star/graphic/XGraphic.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** specifies the standard model of an <type>UnoControlRadioButton</type>.
*/
published service UnoControlRadioButtonModel
-{
- service com::sun::star::awt::UnoControlModel;
-
- //-------------------------------------------------------------------------
+{
+ service com::sun::star::awt::UnoControlModel;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies the horizontal alignment of the text in the control.
- /** specifies the horizontal alignment of the text in the control.
-
<pre>
0: left
1: center
@@ -76,9 +76,9 @@ published service UnoControlRadioButtonModel
@since OOo 2.0.0
*/
- [optional, property] short Align;
+ [optional, property] short Align;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** specifies the background color (RGB) of the control.
*/
@@ -133,24 +133,42 @@ published service UnoControlRadioButtonModel
//-------------------------------------------------------------------------
/** specifies an URL to an image to display besides the label of the control
+ @see Graphic
*/
[optional, property] string ImageURL;
//-------------------------------------------------------------------------
+ /** specifies a graphic to be displayed besides the label of the control
+
+ <p>If this property is present, it interacts with the <member>ImageURL</member>in the
+ following way:
+ <ul><li>If <member>ImageURL</member> is set, <member>Graphic</member> will be reset
+ to an object as loaded from the given image URL, or <NULL/> if <member>ImageURL</member>
+ does not point to a valid image file.</li>
+ <li>If <member>Graphic</member> is set, <member>ImageURL</member> will be reset
+ to an empty string.</li>
+ </ul></p>
+
+ @since OOo 2.1
+ */
+ [optional, property, transient] com::sun::star::graphic::XGraphic Graphic;
+
+ //-------------------------------------------------------------------------
+
/** specifies the label of the control.
*/
- [property] string Label;
-
- //-------------------------------------------------------------------------
+ [property] string Label;
+
+ //-------------------------------------------------------------------------
/** specifies that the text may be displayed on more than one line.
@since OOo 2.0.0
*/
- [optional, property] boolean MultiLine;
-
- //-------------------------------------------------------------------------
+ [optional, property] boolean MultiLine;
+
+ //-------------------------------------------------------------------------
/** specifies that the control will be printed with the document.
*/
@@ -186,7 +204,7 @@ published service UnoControlRadioButtonModel
[property] com::sun::star::util::Color TextLineColor;
//-------------------------------------------------------------------------
-
+
/** specifies the vertical alignment of the text in the control.
@since OOo 2.0.0