1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef com_sun_star_chart2_XChartShape_idl
3 #define com_sun_star_chart2_XChartShape_idl
5 #include
<com
/sun
/star
/uno
/XInterface.idl
>
6 #include
<com
/sun
/star
/chart2
/XTransformation.idl
>
7 #include
<com
/sun
/star
/beans
/UnknownPropertyException.idl
>
8 #include
<com
/sun
/star
/beans
/PropertyVetoException.idl
>
9 #include
<com
/sun
/star
/lang
/IllegalArgumentException.idl
>
10 #include
<com
/sun
/star
/lang
/WrappedTargetException.idl
>
11 #include
<com
/sun
/star
/awt
/Point.idl
>
12 #include
<com
/sun
/star
/awt
/Size.idl
>
15 //=============================================================================
17 module com
{ module sun
{ module star
{ module chart2
{
19 //=============================================================================
22 this interface is used for a wrapper of objects implementing the service com::sun::star::drawing::Shape
25 //interface XChartShape : ::com::sun::star::beans::XPropertySet
26 interface XChartShape
: ::com
::sun
::star
::uno
::XInterface
28 /** the method corresponds to the identical methods of the interface com::sun::star::beans::XPropertySet
30 void setPropertyValue
( [in] string aPropertyName
,
32 raises
( com
::sun
::star
::beans
::UnknownPropertyException
,
33 com
::sun
::star
::beans
::PropertyVetoException
,
34 com
::sun
::star
::lang
::IllegalArgumentException
,
35 com
::sun
::star
::lang
::WrappedTargetException
);
37 //-------------------------------------------------------------------------
38 /** the method corresponds to the identical methods of the interface com::sun::star::beans::XPropertySet
40 any getPropertyValue
( [in] string PropertyName
)
41 raises
( com
::sun
::star
::beans
::UnknownPropertyException
,
42 com
::sun
::star
::lang
::WrappedTargetException
);
44 //-------------------------------------------------------------------------
45 /** the method corresponds to the identical methods of the interface com::sun::star::drawing::XShape
47 com
::sun
::star
::awt
::Point getPosition
();
49 //-------------------------------------------------------------------------
50 /** the method corresponds to the identical methods of the interface com::sun::star::drawing::XShape
52 void setPosition
( [in] com
::sun
::star
::awt
::Point aPosition
);
54 //-------------------------------------------------------------------------
55 /** the method corresponds to the identical methods of the interface com::sun::star::drawing::XShape
57 com
::sun
::star
::awt
::Size getSize
();
59 //-------------------------------------------------------------------------
60 /** the method corresponds to the identical methods of the interface com::sun::star::drawing::XShape
62 void setSize
( [in] com
::sun
::star
::awt
::Size aSize
)
63 raises
( com
::sun
::star
::beans
::PropertyVetoException
);
65 //-------------------------------------------------------------------------
66 /** the method corresponds to the identical methods of the interface com::sun::star::drawing::XShape
67 * ??????????? deprecated
70 string getShapeType
();
73 //=============================================================================
79 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */