Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/forms/
H A Dlayerexport.cxx457 Reference< XIndexAccess > xLoop = xCollectionIndex; in examineForms() local
461 if (nChildPos < xLoop->getCount()) in examineForms()
463 Reference< XPropertySet > xCurrent( xLoop->getByIndex( nChildPos ), UNO_QUERY ); in examineForms()
473 aContainerHistory.push(xLoop); in examineForms()
476 xLoop = xNextContainer; in examineForms()
484 while ((nChildPos >= xLoop->getCount()) && !aContainerHistory.empty() ) in examineForms()
486 xLoop = aContainerHistory.top(); in examineForms()
493 if (nChildPos >= xLoop->getCount()) in examineForms()
500 while (xLoop.is()); in examineForms()

Completed in 24 milliseconds