Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx629 sal_Int32 mCurElem; member in ColumnsRowEnumeration
632 …, sal_Int32 nElems ) : mxContext( xContext ), mxRange( xRange ), mMaxElems( nElems ), mCurElem( 0 ) in ColumnsRowEnumeration()
636 …virtual ::sal_Bool SAL_CALL hasMoreElements() throw (::uno::RuntimeException){ return mCurElem < m… in hasMoreElements()
642 sal_Int32 vbaIndex = 1 + mCurElem++; in nextElement()

Completed in 47 milliseconds