Searched refs:XConnectableShape (Results 1 – 6 of 6) sorted by relevance
31 import com.sun.star.drawing.XConnectableShape;60 private XConnectableShape shape1 = null,74 shape1 = (XConnectableShape) UnoRuntime.queryInterface in before()75 (XConnectableShape.class, shapes[0]) ; in before()76 shape2 = (XConnectableShape) UnoRuntime.queryInterface in before()77 (XConnectableShape.class, shapes[1]) ; in before()
31 #include <com/sun/star/drawing/XConnectableShape.idl> 54 void connectStart( [in] com::sun::star::drawing::XConnectableShape xShape, 62 void connectEnd( [in] com::sun::star::drawing::XConnectableShape xShape, 71 void disconnectBegin( [in] com::sun::star::drawing::XConnectableShape xShape ); 79 void disconnectEnd( [in] com::sun::star::drawing::XConnectableShape xShape );
43 published interface XConnectableShape: com::sun::star::uno::XInterface46 // DOCUMENTATION OMITTED FOR XConnectableShape::canConnect 54 // DOCUMENTATION OMITTED FOR XConnectableShape::doConnect
477 void SAL_CALL SvxShapeConnector::connectStart( const uno::Reference< drawing::XConnectableShape >& … in connectStart()492 void SAL_CALL SvxShapeConnector::connectEnd( const uno::Reference< drawing::XConnectableShape >& xS… in connectEnd()508 void SAL_CALL SvxShapeConnector::disconnectBegin( const uno::Reference< drawing::XConnectableShape … in disconnectBegin() argument521 void SAL_CALL SvxShapeConnector::disconnectEnd( const uno::Reference< drawing::XConnectableShape >&… in disconnectEnd() argument
482 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XConnectableShape >& xShape, :…483 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XConnectableShape >& xShape, :…484 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XConnectableShape >& xShape ) …485 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XConnectableShape >& xShape ) …
1913 offapi/com/sun/star/drawing/XConnectableShape \
Completed in 43 milliseconds