Home
last modified time | relevance | path

Searched refs:ScVbaObjectContainer (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx78 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()
[all …]
H A Dvbasheetobjects.hxx39 class ScVbaObjectContainer;
40 typedef ::rtl::Reference< ScVbaObjectContainer > ScVbaObjectContainerRef;