LibreOffice Module basic (master) 1
|
#include <comenumwrapper.hxx>
Public Member Functions | |
ComEnumerationWrapper (css::uno::Reference< css::script::XInvocation > xInvocation) | |
virtual sal_Bool SAL_CALL | hasMoreElements () override |
virtual css::uno::Any SAL_CALL | nextElement () override |
Private Attributes | |
css::uno::Reference< css::script::XInvocation > | m_xInvocation |
sal_Int32 | m_nCurInd |
Definition at line 28 of file comenumwrapper.hxx.
|
inlineexplicit |
Definition at line 34 of file comenumwrapper.hxx.
References xInvocation.
|
overridevirtual |
Definition at line 24 of file comenumwrapper.cxx.
References m_nCurInd, m_xInvocation, and nLength.
|
overridevirtual |
Definition at line 42 of file comenumwrapper.cxx.
References m_nCurInd, and m_xInvocation.
|
private |
Definition at line 31 of file comenumwrapper.hxx.
Referenced by hasMoreElements(), and nextElement().
|
private |
Definition at line 30 of file comenumwrapper.hxx.
Referenced by hasMoreElements(), and nextElement().