Searched refs:CollectionBase (Results 1 – 2 of 2) sorted by relevance
45 explicit CollectionEnumeration( const ::rtl::Reference< CollectionBase >& rxCollection );50 ::rtl::Reference< CollectionBase > mxCollection;54 CollectionEnumeration::CollectionEnumeration( const ::rtl::Reference< CollectionBase >& rxCollectio… in CollectionEnumeration()186 CollectionBase::CollectionBase( const uno::Type& rElementType ) : in CollectionBase() function in vbahelper::CollectionBase192 sal_Int32 SAL_CALL CollectionBase::getCount() throw (uno::RuntimeException) in getCount()206 uno::Type SAL_CALL CollectionBase::getElementType() throw (uno::RuntimeException) in getElementType()211 sal_Bool SAL_CALL CollectionBase::hasElements() throw (uno::RuntimeException) in hasElements()220 ::rtl::OUString SAL_CALL CollectionBase::getDefaultMethodName() throw (uno::RuntimeException) in getDefaultMethodName()228 void CollectionBase::initContainer( in initContainer()265 uno::Any CollectionBase::getItemByIndex( sal_Int32 nIndex ) throw (uno::RuntimeException) in getItemByIndex()[all …]
48 class VBAHELPER_DLLPUBLIC CollectionBase : public CollectionBase_BASE class73 CollectionBase( const css::uno::Type& rElementType );
Completed in 15 milliseconds