Lines Matching refs:XShape
99 …uno::Reference< drawing::XShape > createShape( const awt::Point& rPos, const awt::Size& rSize ) th…
101 …sal_Int32 insertShape( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeExcep…
103 …::rtl::Reference< ScVbaSheetObjectBase > createVbaObject( const uno::Reference< drawing::XShape >&…
119 virtual bool implPickShape( const uno::Reference< drawing::XShape >& rxShape ) const = 0;
121 …virtual ScVbaSheetObjectBase* implCreateVbaObject( const uno::Reference< drawing::XShape >& rxShap…
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…
140 typedef ::std::vector< uno::Reference< drawing::XShape > > ShapeVector;
168 … uno::Reference< drawing::XShape > xShape( mxShapes->getByIndex( nIndex ), uno::UNO_QUERY_THROW ); in collectShapes()
174 uno::Reference< drawing::XShape > ScVbaObjectContainer::createShape( const awt::Point& rPos, const … in createShape()
176 …uno::Reference< drawing::XShape > xShape( mxFactory->createInstance( implGetShapeServiceName() ), … in createShape()
183 sal_Int32 ScVbaObjectContainer::insertShape( const uno::Reference< drawing::XShape >& rxShape ) thr… in insertShape()
192 const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException) in createVbaObject()
199 uno::Reference< drawing::XShape > xShape( rSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
231 return drawing::XShape::static_type( 0 ); in getElementType()
241 OUString ScVbaObjectContainer::implGetShapeName( const uno::Reference< drawing::XShape >& rxShape )… in implGetShapeName()
247 void ScVbaObjectContainer::implOnShapeCreated( const uno::Reference< drawing::XShape >& /*rxShape*/… in implOnShapeCreated() argument
251 void ScVbaObjectContainer::implOnShapeInserted( const uno::Reference< drawing::XShape >& /*rxShape*… in implOnShapeInserted() argument
347 …uno::Reference< drawing::XShape > xShape( mxContainer->createShape( aPos, aSize ), uno::UNO_SET_TH… in Add()
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()
450 OUString ScVbaControlContainer::implGetShapeName( const uno::Reference< drawing::XShape >& rxShape … in implGetShapeName()
456 void ScVbaControlContainer::implOnShapeCreated( const uno::Reference< drawing::XShape >& rxShape ) … in implOnShapeCreated()
485 …virtual ScVbaSheetObjectBase* implCreateVbaObject( const uno::Reference< drawing::XShape >& rxShap…
504 …cVbaButtonContainer::implCreateVbaObject( const uno::Reference< drawing::XShape >& rxShape ) throw… in implCreateVbaObject()