Home
last modified time | relevance | path

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

/aoo4110/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()
191 ::rtl::Reference< ScVbaSheetObjectBase > ScVbaObjectContainer::createVbaObject( in createVbaObject()
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()
360 class ScVbaControlContainer : public ScVbaObjectContainer
[all …]
H A Dvbasheetobjects.hxx39 class ScVbaObjectContainer;
40 typedef ::rtl::Reference< ScVbaObjectContainer > ScVbaObjectContainerRef;

Completed in 18 milliseconds