LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"XChartShapeContainer.idl";
Public Member Functions | |
void | addShape ([in] com::sun::star::drawing::XShape xShape) |
a renderer creates ChartShapes and adds it to this container More... | |
void | removeShape ([in] com::sun::star::drawing::XShape xShape) |
a renderer can remove ChartShapes from this container (e.g. More... | |
com::sun::star::drawing::XShape | getShape () |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
void addShape | ( | [in] com::sun::star::drawing::XShape | xShape | ) |
a renderer creates ChartShapes and adds it to this container
com::sun::star::drawing::XShape getShape | ( | ) |
void removeShape | ( | [in] com::sun::star::drawing::XShape | xShape | ) |
a renderer can remove ChartShapes from this container (e.g.
if the visible range has changed)