Lines Matching refs:GetNext
63 pLay = pLay->GetNext(); in FindBodyCont()
112 if( pLayLeaf->GetNext() ) in ContainsCntnt()
114 if( pLayLeaf->GetNext()->IsLayoutFrm() ) in ContainsCntnt()
116 pLayLeaf = (SwLayoutFrm*)pLayLeaf->GetNext(); in ContainsCntnt()
120 return (SwCntntFrm*)pLayLeaf->GetNext(); in ContainsCntnt()
299 SwLayoutFrm* pUpNext = (SwLayoutFrm*)pUp->GetNext(); in IsBefore()
303 pUpNext = (SwLayoutFrm*)pUpNext->GetNext(); in IsBefore()
322 pRet = bNext ? pFrm->GetNext() : pFrm->GetPrev(); in lcl_FindLayoutFrame()
445 while ( p->GetNext() ) in ImplGetNextCntntFrm()
446 p = p->GetNext(); in ImplGetNextCntntFrm()
511 !pRet->GetNext() && !pRet->GetPrev() ) in FindFtnBossFrm()
623 pPage = pPage->GetNext(); in GetPageAtPos()
639 pPage = pPage->GetNext(); in GetPageAtPos()
698 … bGoingFwd = (0 != (p = ( pFrm->IsFlyFrm() ? ((SwFlyFrm*)pFrm)->GetNextLink() : pFrm->GetNext()))); in lcl_NextFrm()
1363 if ( pCol && pCol->GetNext() ) in IsMoveable()
1505 pCell = (SwCellFrm*)pCell->GetNext(); in lcl_FindCorrespondingCellFrm()
1506 pCorrCell = (SwCellFrm*)pCorrCell->GetNext(); in lcl_FindCorrespondingCellFrm()
1519 pRow = (SwRowFrm*)pRow->GetNext(); in lcl_FindCorrespondingCellFrm()
1571 while ( pRow->GetNext() && ++nMax < nRowSpan ) in GetFollowCell()
1572 pRow = pRow->GetNext(); in GetFollowCell()
1574 if ( !pRow->GetNext() ) in GetFollowCell()
1582 if ( !pRow->GetNext() && in GetFollowCell()
1660 while ( bStart ? pCurrentRow->GetPrev() : pCurrentRow->GetNext() ) in FindStartEndOfRowSpanCell()
1672 pCurrentRow = pCurrentRow->GetNext(); in FindStartEndOfRowSpanCell()
1739 if ( pRow->GetNext() || in IsInSplitTableRow()
1806 while ( pRet->GetNext() ) in GetLastLower()
1807 pRet = pRet->GetNext(); in GetLastLower()