Lines Matching refs:pFollow
199 SwFlyFrm* pFollow = FindChainNeighbour( *rChain.GetNext(), _pAnch ); in Chain() local
200 if ( pFollow ) in Chain()
202 ASSERT( !pFollow->GetPrevLink(), "wrong chain detected" ); in Chain()
203 if ( !pFollow->GetPrevLink() ) in Chain()
204 SwFlyFrm::ChainFrames( this, pFollow ); in Chain()
546 void SwFlyFrm::ChainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow ) in ChainFrames() argument
548 ASSERT( pMaster && pFollow, "uncomplete chain" ); in ChainFrames()
550 ASSERT( !pFollow->GetPrevLink(), "link can not be changed" ); in ChainFrames()
552 pMaster->pNextLink = pFollow; in ChainFrames()
553 pFollow->pPrevLink = pMaster; in ChainFrames()
574 if ( pFollow->ContainsCntnt() ) in ChainFrames()
578 SwFrm *pFrm = pFollow->ContainsCntnt(); in ChainFrames()
590 pSh->Imp()->InvalidateAccessibleRelationSet( pMaster, pFollow ); in ChainFrames()
594 void SwFlyFrm::UnchainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow ) in UnchainFrames() argument
597 pFollow->pPrevLink = 0; in UnchainFrames()
599 if ( pFollow->ContainsCntnt() ) in UnchainFrames()
609 SwFlyFrm *pFoll = pFollow; in UnchainFrames()
622 const SwFmtCntnt &rCntnt = pFollow->GetFmt()->GetCntnt(); in UnchainFrames()
626 ::_InsertCnt( pFollow->Lower() ? (SwLayoutFrm*)((SwLayoutFrm*)pFollow->Lower())->Lower() in UnchainFrames()
627 : (SwLayoutFrm*)pFollow, in UnchainFrames()
628 pFollow->GetFmt()->GetDoc(), ++nIndex ); in UnchainFrames()
636 pSh->Imp()->InvalidateAccessibleRelationSet( pMaster, pFollow ); in UnchainFrames()
1114 SwFlyFrm *pFollow = FindChainNeighbour( *pChain->GetNext() ); in _UpdateAttr() local
1115 if ( GetNextLink() && pFollow != GetNextLink() ) in _UpdateAttr()
1117 if ( pFollow ) in _UpdateAttr()
1119 if ( pFollow->GetPrevLink() && in _UpdateAttr()
1120 pFollow->GetPrevLink() != this ) in _UpdateAttr()
1121 SwFlyFrm::UnchainFrames( pFollow->GetPrevLink(), in _UpdateAttr()
1122 pFollow ); in _UpdateAttr()
1124 SwFlyFrm::ChainFrames( this, pFollow ); in _UpdateAttr()