Lines Matching refs:rxShape

101 …sal_Int32 insertShape( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeExcep…
103 …etObjectBase > createVbaObject( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::Run…
119 virtual bool implPickShape( const uno::Reference< drawing::XShape >& rxShape ) const = 0;
121 …bjectBase* implCreateVbaObject( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::Run…
126 …virtual OUString implGetShapeName( const uno::Reference< drawing::XShape >& rxShape ) const throw …
128 …virtual void implOnShapeCreated( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::Ru…
130 …virtual void implOnShapeInserted( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::R…
183 sal_Int32 ScVbaObjectContainer::insertShape( const uno::Reference< drawing::XShape >& rxShape ) thr… in insertShape() argument
185 mxShapes->add( rxShape ); in insertShape()
186 maShapes.push_back( rxShape ); in insertShape()
187 implOnShapeInserted( rxShape ); in insertShape()
192 const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException) in createVbaObject()
194 return implCreateVbaObject( rxShape ); in createVbaObject()
241 OUString ScVbaObjectContainer::implGetShapeName( const uno::Reference< drawing::XShape >& rxShape )… in implGetShapeName()
243 uno::Reference< beans::XPropertySet > xPropSet( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName()
375 virtual bool implPickShape( const uno::Reference< drawing::XShape >& rxShape ) const;
378 …virtual OUString implGetShapeName( const uno::Reference< drawing::XShape >& rxShape ) const throw …
379 …virtual void implOnShapeCreated( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::Ru…
424 bool ScVbaControlContainer::implPickShape( const uno::Reference< drawing::XShape >& rxShape ) const in implPickShape()
428 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implPickShape()
450 OUString ScVbaControlContainer::implGetShapeName( const uno::Reference< drawing::XShape >& rxShape in implGetShapeName()
452 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName()
456 void ScVbaControlContainer::implOnShapeCreated( const uno::Reference< drawing::XShape >& rxShape ) … in implOnShapeCreated() argument
459 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implOnShapeCreated()
485 …bjectBase* implCreateVbaObject( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::Run…
504 …Container::implCreateVbaObject( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::Run… in implCreateVbaObject() argument
506 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implCreateVbaObject()