Searched refs:mCurElem (Results 1 – 1 of 1) sorted by relevance
629 sal_Int32 mCurElem; member in ColumnsRowEnumeration632 …, 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 33 milliseconds