LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XChartShapeContainer Interface Reference

import"XChartShapeContainer.idl";

Inheritance diagram for XChartShapeContainer:
XInterface

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...
 

Member Function Documentation

◆ addShape()

void addShape ( [in] com::sun::star::drawing::XShape  xShape)

a renderer creates ChartShapes and adds it to this container

◆ getShape()

◆ removeShape()

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)


The documentation for this interface was generated from the following file: