summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/GraphicObjectShape.idl
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-14 16:29:07 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-14 16:29:07 +0000
commit777ece8f72e3d0597f085d9efffcde41188db06b (patch)
tree1f2dceb2f179dabb5c3a3f289dd2895178294c74 /offapi/com/sun/star/drawing/GraphicObjectShape.idl
parentfa008a3070af6331ba6193cf58eb09efad6e9513 (diff)
new api for image maps
Diffstat (limited to 'offapi/com/sun/star/drawing/GraphicObjectShape.idl')
-rw-r--r--offapi/com/sun/star/drawing/GraphicObjectShape.idl15
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/GraphicObjectShape.idl b/offapi/com/sun/star/drawing/GraphicObjectShape.idl
index a2811e74989a..978a9ffdb9fa 100644
--- a/offapi/com/sun/star/drawing/GraphicObjectShape.idl
+++ b/offapi/com/sun/star/drawing/GraphicObjectShape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GraphicObjectShape.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: cl $ $Date: 2001-03-06 16:53:32 $
+ * last change: $Author: cl $ $Date: 2001-03-14 17:29:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,10 @@
#include <com/sun/star/drawing/ColorMode.idl>
#endif
+#ifndef __com_sun_star_container_XIndexContainer_idl__
+#include <com/sun/star/container/XIndexContainer.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module drawing {
@@ -165,6 +169,13 @@ service GraphicObjectShape
/** This property selects the color mode that is used for rendering.
*/
[property] ColorMode GraphicColorMode;
+
+ //-------------------------------------------------------------------------
+ /** This property contains a image map for this graphic.
+ @see com.sun.star.image.ImageMap
+ */
+ [optional, property] com::sun::star::container::XIndexContainer ImageMap;
+
};
//=============================================================================