Home
last modified time | relevance | path

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

/aoo4110/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx45 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::CollectionBase
192 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 …]
/aoo4110/main/vbahelper/inc/vbahelper/
H A Dcollectionbase.hxx48 class VBAHELPER_DLLPUBLIC CollectionBase : public CollectionBase_BASE class
73 CollectionBase( const css::uno::Type& rElementType );

Completed in 19 milliseconds