LibreOffice Module vbahelper (master) 1
Public Member Functions | Protected Attributes | List of all members
EnumerationHelperImpl Class Reference

#include <vbacollectionimpl.hxx>

Inheritance diagram for EnumerationHelperImpl:
[legend]
Collaboration diagram for EnumerationHelperImpl:
[legend]

Public Member Functions

 EnumerationHelperImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext, css::uno::Reference< css::container::XEnumeration > xEnumeration)
 
virtual sal_Bool SAL_CALL hasMoreElements () override
 

Protected Attributes

css::uno::WeakReference< ov::XHelperInterface > m_xParent
 
css::uno::Reference< css::uno::XComponentContext > m_xContext
 
css::uno::Reference< css::container::XEnumeration > m_xEnumeration
 

Detailed Description

Definition at line 131 of file vbacollectionimpl.hxx.

Constructor & Destructor Documentation

◆ EnumerationHelperImpl()

EnumerationHelperImpl::EnumerationHelperImpl ( const css::uno::Reference< ov::XHelperInterface > &  xParent,
css::uno::Reference< css::uno::XComponentContext >  xContext,
css::uno::Reference< css::container::XEnumeration >  xEnumeration 
)
inline
Exceptions
css::uno::RuntimeException

Definition at line 139 of file vbacollectionimpl.hxx.

References m_xContext.

Member Function Documentation

◆ hasMoreElements()

virtual sal_Bool SAL_CALL EnumerationHelperImpl::hasMoreElements ( )
inlineoverridevirtual

Definition at line 140 of file vbacollectionimpl.hxx.

Member Data Documentation

◆ m_xContext

css::uno::Reference< css::uno::XComponentContext > EnumerationHelperImpl::m_xContext
protected

Definition at line 135 of file vbacollectionimpl.hxx.

◆ m_xEnumeration

css::uno::Reference< css::container::XEnumeration > EnumerationHelperImpl::m_xEnumeration
protected

Definition at line 136 of file vbacollectionimpl.hxx.

◆ m_xParent

css::uno::WeakReference< ov::XHelperInterface > EnumerationHelperImpl::m_xParent
protected

Definition at line 134 of file vbacollectionimpl.hxx.


The documentation for this class was generated from the following file: