Lines Matching refs:pNxt

229         const SwFrm* pNxt = ((SwLayoutFrm*)pFrm)->Lower();  in lcl_Undersize()  local
230 while( pNxt ) in lcl_Undersize()
232 nRet += lcl_Undersize( pNxt ); in lcl_Undersize()
233 pNxt = pNxt->GetNext(); in lcl_Undersize()
740 SwLayoutFrm* pNxt = pOldBoss->GetNextSctLeaf( eMakePage ); in GetNextFtnLeaf() local
741 if( pNxt ) in GetNextFtnLeaf()
743 ASSERT( pNxt->IsColBodyFrm(), "GetNextFtnLeaf: Funny Leaf" ); in GetNextFtnLeaf()
744 pBoss = (SwFtnBossFrm*)pNxt->GetUpper(); in GetNextFtnLeaf()
1007 SwFtnFrm *pNxt = (SwFtnFrm*)pFtn->GetNext(); in lcl_RemoveFtns() local
1012 if ( bPageOnly && !pNxt ) in lcl_RemoveFtns()
1013 pNxt = pFtn->GetFollow(); in lcl_RemoveFtns()
1017 pFtn = pNxt; in lcl_RemoveFtns()
1238 SwFtnFrm *pNxt = (SwFtnFrm*)pRet->GetNext(); in FindFirstFtn() local
1239 if ( !pNxt ) in FindFirstFtn()
1246 pNxt = (SwFtnFrm*)pCont->Lower(); in FindFirstFtn()
1248 if ( pNxt ) in FindFirstFtn()
1250 pRet = pNxt; in FindFirstFtn()
1348 SwFtnFrm *pNxt = pFtn->GetFollow(); in ResetFtn() local
1351 pFtn = pNxt; in ResetFtn()
1693 SwPageFrm *pNxt = (SwPageFrm*)pPage->GetNext(); in AppendFtn() local
1695 while ( pNxt && pNxt->IsEndNotePage() ) in AppendFtn()
1697 SwFtnContFrm *pCont = pNxt->FindFtnCont(); in AppendFtn()
1704 pPage = pNxt; in AppendFtn()
1705 pNxt = (SwPageFrm*)pPage->GetNext(); in AppendFtn()
1736 SwPageFrm *pNxt = (SwPageFrm*)pPage->GetNext(); in AppendFtn() local
1738 while ( pNxt && pNxt->IsFtnPage() && !pNxt->IsEndNotePage() ) in AppendFtn()
1740 SwFtnContFrm *pCont = pNxt->FindFtnCont(); in AppendFtn()
1747 pPage = pNxt; in AppendFtn()
1748 pNxt = (SwPageFrm*)pPage->GetNext(); in AppendFtn()
2147 SwFtnFrm *pNxt = _pFtn->GetFollow(); in _CollectFtns() local
2148 while ( pNxt ) in _CollectFtns()
2150 SwFrm *pCnt = pNxt->ContainsAny(); in _CollectFtns()
2161 { ASSERT( !pNxt, "Fussnote ohne Inhalt?" ); in _CollectFtns()
2162 pNxt->Cut(); in _CollectFtns()
2163 delete pNxt; in _CollectFtns()
2165 pNxt = _pFtn->GetFollow(); in _CollectFtns()
3042 SwLayoutFrm *pNxt = (SwLayoutFrm*)pFtn->GetNext(); in MoveFtnCntFwd() local
3044 while ( pNxt ) in MoveFtnCntFwd()
3046 while ( pNxt->GetNext() ) in MoveFtnCntFwd()
3047 pNxt = (SwLayoutFrm*)pNxt->GetNext(); in MoveFtnCntFwd()
3048 if ( pNxt == pLst ) in MoveFtnCntFwd()
3049 pNxt = 0; in MoveFtnCntFwd()
3051 { pLst = pNxt; in MoveFtnCntFwd()
3052 SwCntntFrm *pCnt = pNxt->ContainsCntnt(); in MoveFtnCntFwd()
3055 pNxt = (SwLayoutFrm*)pFtn->GetNext(); in MoveFtnCntFwd()