Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunoflatpara.cxx302 mnCurrentNode( 0 ), in SwXFlatParagraphIterator()
407 while ( mnCurrentNode < mnEndNode && mnCurrentNode < nMaxNodes ) in getNextPara()
409 SwNode* pNd = rNodes[ mnCurrentNode ]; in getNextPara()
411 ++mnCurrentNode; in getNextPara()
417 if ( mnCurrentNode == mnEndNode && !mbWrapped ) in getNextPara()
419 mnCurrentNode = 0; in getNextPara()
/aoo41x/main/sw/inc/
H A Dunoflatpara.hxx147 sal_uLong mnCurrentNode; // used for non-automatic mode member in SwXFlatParagraphIterator

Completed in 12 milliseconds