Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/forms/
H A Dlayerexport.cxx458 sal_Int32 nChildPos = 0; in examineForms() local
461 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()
/aoo42x/main/sw/source/ui/misc/
H A Dredlndlg.cxx778 sal_uInt16 nChildPos = aRedlineChilds.GetPos(pChildPtr); in RemoveParents() local
780 if (nChildPos != USHRT_MAX) in RemoveParents()
790 aRedlineChilds.DeleteAndDestroy(nChildPos, nChilds); in RemoveParents()
/aoo42x/main/svtools/inc/svtools/
H A Dtreelist.hxx338 void ActionMoving( SvListEntry* pEntry,SvListEntry* pTargetPrnt,sal_uLong nChildPos);
339 void ActionMoved( SvListEntry* pEntry,SvListEntry* pTargetPrnt,sal_uLong nChildPos);
H A Dsvicnvw.hxx165 SvListEntry* pTargetParent, sal_uLong nChildPos );
H A Dsvtreebx.hxx284 SvListEntry* pTargetParent, sal_uLong nChildPos );

Completed in 46 milliseconds