LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies the combine/split functionality. More...
import"XShapeCombiner.idl";
Public Member Functions | |
com::sun::star::drawing::XShape | combine ([in] com::sun::star::drawing::XShapes xShapes) |
combines Shapes More... | |
void | split ([in] com::sun::star::drawing::XShape Group) |
splits Shapes. More... | |
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... | |
specifies the combine/split functionality.
com::sun::star::drawing::XShape combine | ( | [in] com::sun::star::drawing::XShapes | xShapes | ) |
combines Shapes
xShapes | the Shapes inside this container are converted to PolyPolygonBezierShapes and are than combined into one PolyPolygonBezierShape. The Shapes in xShape will be removed from the GenericDrawPage and disposed. |
void split | ( | [in] com::sun::star::drawing::XShape | Group | ) |
splits Shapes.
Group | the Shape is converted to a PolyPolygonBezierShapes and then split into several PolyPolygonBezierShapes The Shapes in xShape will be removed from the GenericDrawPage and disposed. |