Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx331 SvPtrarr aTmpArr( 255, 50 ); in UpdateAllLinks() local
341 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()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2326 SvULongs aTmpArr; in _MakeFldList() local
2341 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()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx112 SwSections aTmpArr; in lcl_FillList() local
113 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() local
549 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()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx1440 SwSections aTmpArr; in lcl_RemoveChildSections() local
1442 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 162 milliseconds