Lines Matching refs:SvxShapeGroup

96 SvxShapeGroup::SvxShapeGroup( SdrObject* pObj, SvxDrawPage* pDrawPage  )  throw() :  in SvxShapeGroup()  function in SvxShapeGroup
103 SvxShapeGroup::~SvxShapeGroup() throw() in ~SvxShapeGroup()
108 void SvxShapeGroup::Create( SdrObject* pNewObj, SvxDrawPage* pNewPage ) in Create()
115 uno::Any SAL_CALL SvxShapeGroup::queryInterface( const uno::Type & rType ) in queryInterface()
121 uno::Any SAL_CALL SvxShapeGroup::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExce… in queryAggregation()
135 void SAL_CALL SvxShapeGroup::acquire() throw ( ) in acquire()
140 void SAL_CALL SvxShapeGroup::release() throw ( ) in release()
145 uno::Sequence< uno::Type > SAL_CALL SvxShapeGroup::getTypes() in getTypes()
151 uno::Sequence< sal_Int8 > SAL_CALL SvxShapeGroup::getImplementationId() in getImplementationId()
166 OUString SAL_CALL SvxShapeGroup::getShapeType() in getShapeType()
173 awt::Point SAL_CALL SvxShapeGroup::getPosition() throw(uno::RuntimeException) in getPosition()
179 void SAL_CALL SvxShapeGroup::setPosition( const awt::Point& Position ) throw(uno::RuntimeException) in setPosition()
186 awt::Size SAL_CALL SvxShapeGroup::getSize() throw(uno::RuntimeException) in getSize()
192 void SAL_CALL SvxShapeGroup::setSize( const awt::Size& rSize ) in setSize()
201 void SAL_CALL SvxShapeGroup::enterGroup( ) throw(uno::RuntimeException) in enterGroup()
208 void SAL_CALL SvxShapeGroup::leaveGroup( ) throw(uno::RuntimeException) in leaveGroup()
217 void SAL_CALL SvxShapeGroup::add( const uno::Reference< drawing::XShape >& xShape ) in add()
260 void SAL_CALL SvxShapeGroup::remove( const uno::Reference< drawing::XShape >& xShape ) in remove()
315 sal_Int32 SAL_CALL SvxShapeGroup::getCount() throw( uno::RuntimeException ) in getCount()
330 uno::Any SAL_CALL SvxShapeGroup::getByIndex( sal_Int32 Index ) in getByIndex()
353 uno::Type SAL_CALL SvxShapeGroup::getElementType() throw( uno::RuntimeException ) in getElementType()
359 sal_Bool SAL_CALL SvxShapeGroup::hasElements() throw( uno::RuntimeException ) in hasElements()
369 uno::Sequence< OUString > SAL_CALL SvxShapeGroup::getSupportedServiceNames() in getSupportedServiceNames()