Lines Matching refs:SvxShapeConnector

379 SvxShapeConnector::SvxShapeConnector( SdrObject* pObj )  throw() :  in SvxShapeConnector()  function in SvxShapeConnector
385 SvxShapeConnector::~SvxShapeConnector() throw() in ~SvxShapeConnector()
391 uno::Any SAL_CALL SvxShapeConnector::queryInterface( const uno::Type & rType ) in queryInterface()
397 uno::Any SAL_CALL SvxShapeConnector::queryAggregation( const uno::Type & rType ) in queryAggregation()
409 void SAL_CALL SvxShapeConnector::acquire() throw ( ) in acquire()
414 void SAL_CALL SvxShapeConnector::release() throw ( ) in release()
420 uno::Sequence< uno::Type > SAL_CALL SvxShapeConnector::getTypes() in getTypes()
426 uno::Sequence< sal_Int8 > SAL_CALL SvxShapeConnector::getImplementationId() in getImplementationId()
441 OUString SAL_CALL SvxShapeConnector::getShapeType() in getShapeType()
448 awt::Point SAL_CALL SvxShapeConnector::getPosition() throw(uno::RuntimeException) in getPosition()
454 void SAL_CALL SvxShapeConnector::setPosition( const awt::Point& Position ) throw(uno::RuntimeExcept… in setPosition()
461 awt::Size SAL_CALL SvxShapeConnector::getSize() throw(uno::RuntimeException) in getSize()
467 void SAL_CALL SvxShapeConnector::setSize( const awt::Size& rSize ) in setSize()
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()
521 void SAL_CALL SvxShapeConnector::disconnectEnd( const uno::Reference< drawing::XConnectableShape >&… in disconnectEnd()
536 uno::Sequence< OUString > SAL_CALL SvxShapeConnector::getSupportedServiceNames() throw( uno::Runtim… in getSupportedServiceNames()