summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XChartShape.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/XChartShape.idl')
-rw-r--r--offapi/com/sun/star/chart2/XChartShape.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/chart2/XChartShape.idl b/offapi/com/sun/star/chart2/XChartShape.idl
index 23f53c300fe3..9b33eb00ad45 100644
--- a/offapi/com/sun/star/chart2/XChartShape.idl
+++ b/offapi/com/sun/star/chart2/XChartShape.idl
@@ -12,11 +12,9 @@
#include <com/sun/star/awt/Size.idl>
-//=============================================================================
module com { module sun { module star { module chart2 {
-//=============================================================================
/**
this interface is used for a wrapper of objects implementing the service com::sun::star::drawing::Shape
@@ -34,35 +32,29 @@ interface XChartShape : ::com::sun::star::uno::XInterface
com::sun::star::lang::IllegalArgumentException,
com::sun::star::lang::WrappedTargetException );
- //-------------------------------------------------------------------------
/** the method corresponds to the identical methods of the interface com::sun::star::beans::XPropertySet
*/
any getPropertyValue( [in] string PropertyName )
raises( com::sun::star::beans::UnknownPropertyException,
com::sun::star::lang::WrappedTargetException );
- //-------------------------------------------------------------------------
/** the method corresponds to the identical methods of the interface com::sun::star::drawing::XShape
*/
com::sun::star::awt::Point getPosition();
- //-------------------------------------------------------------------------
/** the method corresponds to the identical methods of the interface com::sun::star::drawing::XShape
*/
void setPosition( [in] com::sun::star::awt::Point aPosition );
- //-------------------------------------------------------------------------
/** the method corresponds to the identical methods of the interface com::sun::star::drawing::XShape
*/
com::sun::star::awt::Size getSize();
- //-------------------------------------------------------------------------
/** the method corresponds to the identical methods of the interface com::sun::star::drawing::XShape
*/
void setSize( [in] com::sun::star::awt::Size aSize )
raises( com::sun::star::beans::PropertyVetoException );
- //-------------------------------------------------------------------------
/** the method corresponds to the identical methods of the interface com::sun::star::drawing::XShape
* ??????????? deprecated
*
@@ -70,7 +62,6 @@ interface XChartShape : ::com::sun::star::uno::XInterface
string getShapeType();
};
-//=============================================================================
}; }; }; };