Searched refs:aTmpArr (Results 1 – 4 of 4) sorted by relevance
331 SvPtrarr aTmpArr( 255, 50 ); in UpdateAllLinks() local341 aTmpArr.Insert( pLink, aTmpArr.Count() ); in UpdateAllLinks()344 for( n = 0; n < aTmpArr.Count(); ++n ) in UpdateAllLinks()346 SvBaseLink* pLink = (SvBaseLink*)aTmpArr[ n ]; in UpdateAllLinks()
2326 SvULongs aTmpArr; in _MakeFldList() local2341 for( i = 0; i < aTmpArr.Count() && aTmpArr[ i ] < nIdx; ++i ) in _MakeFldList()2343 aTmpArr.Insert( nIdx, i ); in _MakeFldList()2352 for (sal_uInt16 n = nArrStt; n < aTmpArr.Count(); ++n) in _MakeFldList()2354 pSectNd = rDoc.GetNodes()[ aTmpArr[ n ] ]->GetSectionNode(); in _MakeFldList()2360 pSectNd = rDoc.GetNodes()[ aTmpArr[ n ] ]->GetSectionNode(); in _MakeFldList()2366 for (sal_uInt16 n = 0; n < aTmpArr.Count(); ++n) in _MakeFldList()2368 GetBodyNode( *rDoc.GetNodes()[ aTmpArr[ n ] ]->GetSectionNode() ); in _MakeFldList()
112 SwSections aTmpArr; in lcl_FillList() local113 sal_uInt16 nCnt = pNewFmt->GetChildSections(aTmpArr,SORTSECT_POS); in lcl_FillList()118 if( (pFmt = aTmpArr[n]->GetFmt())->IsInNodesArr()&& in lcl_FillList()547 SwSections aTmpArr; in RecurseList() local549 sal_uInt16 nCnt = pFmt->GetChildSections(aTmpArr,SORTSECT_POS); in RecurseList()555 pFmt = aTmpArr[n]->GetFmt(); in RecurseList()560 pSect=aTmpArr[n]; in RecurseList()571 RecurseList( aTmpArr[n]->GetFmt(), pNEntry ); in RecurseList()
1440 SwSections aTmpArr; in lcl_RemoveChildSections() local1442 const sal_uInt16 nCnt = rParentFmt.GetChildSections(aTmpArr, SORTSECT_POS); in lcl_RemoveChildSections()1447 if( aTmpArr[n]->GetFmt()->IsInNodesArr() ) in lcl_RemoveChildSections()1449 SwSectionFmt* pFmt = aTmpArr[n]->GetFmt(); in lcl_RemoveChildSections()
Completed in 184 milliseconds