Home
last modified time | relevance | path

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

/trunk/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()
201 uno::Reference< container::XEnumeration > SAL_CALL CollectionBase::createEnumeration() throw (uno::… in createEnumeration()
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()
[all …]
/trunk/main/vbahelper/inc/vbahelper/
H A Dcollectionbase.hxx48 class VBAHELPER_DLLPUBLIC CollectionBase : public CollectionBase_BASE class
73 CollectionBase( const css::uno::Type& rElementType );