Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/vba/
H A Dvbatables.cxx58 sal_Int32 mnCurIndex; member in TableEnumerationImpl
60 …ent ), mxContext( xContext ), mxDocument( xDocument ), mxIndexAccess( xIndexAccess ), mnCurIndex(0) in TableEnumerationImpl()
65 return ( mnCurIndex < mxIndexAccess->getCount() ); in hasMoreElements()
71 …turn lcl_createTable( mxParent, mxContext, mxDocument, mxIndexAccess->getByIndex( mnCurIndex++ ) ); in nextElement()

Completed in 21 milliseconds