22 module 
com {  module sun {  module star {  module drawing {
 
Definition XConnectableShape.idl:28
Definition XConnectorShape.idl:28
void connectEnd([in] com::sun::star::drawing::XConnectableShape xShape, [in] com::sun::star::drawing::ConnectionType nPos)
connects the end of this instance.
void disconnectEnd([in] com::sun::star::drawing::XConnectableShape xShape)
disconnects the given Shape from the end of this instance.
void connectStart([in] com::sun::star::drawing::XConnectableShape xShape, [in] com::sun::star::drawing::ConnectionType nPos)
connects the start of this instance
void disconnectBegin([in] com::sun::star::drawing::XConnectableShape xShape)
disconnects the given Shape from the start of this instance.
lets you do a basic transformation on a Shape and get its type.
Definition XShape.idl:29
ConnectionType
the direction where the connection line leaves the connection point.
Definition ConnectionType.idl:28
Definition Ambiguous.idl:20