Searched refs:ScVbaObjectContainer (Results 1 – 2 of 2) sorted by relevance
78 class ScVbaObjectContainer : public ::cppu::WeakImplHelper1< container::XIndexAccess > class81 explicit ScVbaObjectContainer(147 ScVbaObjectContainer::ScVbaObjectContainer( in ScVbaObjectContainer() function in ScVbaObjectContainer163 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()[all …]
39 class ScVbaObjectContainer;40 typedef ::rtl::Reference< ScVbaObjectContainer > ScVbaObjectContainerRef;