| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
connects or breaks the lines of Shapes More...
import "XShapeBinder.idl";
 
  
| Public Member Functions | |
| com::sun::star::drawing::XShape | bind ([in] com::sun::star::drawing::XShapes xShapes) | 
| binds Shapes together. | |
| void | unbind ([in] com::sun::star::drawing::XShape xShape) | 
| breaks a Shape into its line segments | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
connects or breaks the lines of Shapes
| com::sun::star::drawing::XShape bind | ( | [in] com::sun::star::drawing::XShapes | xShapes | ) | 
binds Shapes together.
| xShapes | a container with Shapes that will be bind together. All Shapes will be converted to a PolyPolygonBezierShape and the lines will be connected. The Shapes in xShape will be removed from the GenericDrawPage and disposed. | 
| void unbind | ( | [in] com::sun::star::drawing::XShape | xShape | ) | 
breaks a Shape into its line segments
| xShape | the given Shape will be converted to a PolyPolygonBezierShape and the line segments of this Shape will be used to create new PolyPolygonBezierShape shapes. The original Shape will be removed from its GenericDrawPage and disposed. |