Searched refs:nChildPos (Results 1 – 5 of 5) sorted by relevance
458 sal_Int32 nChildPos = 0; in examineForms() local461 if (nChildPos < xLoop->getCount()) in examineForms()463 Reference< XPropertySet > xCurrent( xLoop->getByIndex( nChildPos ), UNO_QUERY ); in examineForms()474 aIndexHistory.push(nChildPos); in examineForms()477 nChildPos = -1; // will be incremented below in examineForms()479 ++nChildPos; in examineForms()484 while ((nChildPos >= xLoop->getCount()) && !aContainerHistory.empty() ) in examineForms()488 nChildPos = aIndexHistory.top(); in examineForms()491 ++nChildPos; in examineForms()493 if (nChildPos >= xLoop->getCount()) in examineForms()
778 sal_uInt16 nChildPos = aRedlineChilds.GetPos(pChildPtr); in RemoveParents() local780 if (nChildPos != USHRT_MAX) in RemoveParents()790 aRedlineChilds.DeleteAndDestroy(nChildPos, nChilds); in RemoveParents()
338 void ActionMoving( SvListEntry* pEntry,SvListEntry* pTargetPrnt,sal_uLong nChildPos);339 void ActionMoved( SvListEntry* pEntry,SvListEntry* pTargetPrnt,sal_uLong nChildPos);
165 SvListEntry* pTargetParent, sal_uLong nChildPos );
284 SvListEntry* pTargetParent, sal_uLong nChildPos );
Completed in 35 milliseconds