Searched refs:xLoop (Results 1 – 1 of 1) sorted by relevance
457 Reference< XIndexAccess > xLoop = xCollectionIndex; in examineForms() local461 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 9 milliseconds