Lines Matching refs:ScVbaObjectContainer

78 class ScVbaObjectContainer : public ::cppu::WeakImplHelper1< container::XIndexAccess >  class
81 explicit ScVbaObjectContainer(
147 ScVbaObjectContainer::ScVbaObjectContainer( in ScVbaObjectContainer() function in ScVbaObjectContainer
163 void ScVbaObjectContainer::collectShapes() throw (uno::RuntimeException) in collectShapes()
174 uno::Reference< drawing::XShape > ScVbaObjectContainer::createShape( const awt::Point& rPos, const … in createShape()
183 sal_Int32 ScVbaObjectContainer::insertShape( const uno::Reference< drawing::XShape >& rxShape ) thr… in insertShape()
191 ::rtl::Reference< ScVbaSheetObjectBase > ScVbaObjectContainer::createVbaObject( in createVbaObject()
197 uno::Any ScVbaObjectContainer::createCollectionObject( const uno::Any& rSource ) throw (uno::Runtim… in createCollectionObject()
204 uno::Any ScVbaObjectContainer::getItemByStringIndex( const OUString& rIndex ) throw (uno::RuntimeEx… in getItemByStringIndex()
214 sal_Int32 SAL_CALL ScVbaObjectContainer::getCount() throw (uno::RuntimeException) in getCount()
219 uno::Any SAL_CALL ScVbaObjectContainer::getByIndex( sal_Int32 nIndex ) in getByIndex()
229 uno::Type SAL_CALL ScVbaObjectContainer::getElementType() throw (uno::RuntimeException) in getElementType()
234 sal_Bool SAL_CALL ScVbaObjectContainer::hasElements() throw (uno::RuntimeException) in hasElements()
241 OUString ScVbaObjectContainer::implGetShapeName( const uno::Reference< drawing::XShape >& rxShape )… in implGetShapeName()
247 void ScVbaObjectContainer::implOnShapeCreated( const uno::Reference< drawing::XShape >& /*rxShape*/… in implOnShapeCreated()
251 void ScVbaObjectContainer::implOnShapeInserted( const uno::Reference< drawing::XShape >& /*rxShape*… in implOnShapeInserted()
360 class ScVbaControlContainer : public ScVbaObjectContainer
397 ScVbaObjectContainer( rxParent, rxContext, rxModel, rxSheet, rVbaType ), in ScVbaControlContainer()