Lines Matching refs:pFollow
214 SwFlyFrm* pFollow = FindChainNeighbour( *rChain.GetNext(), _pAnch ); in Chain() local
215 if ( pFollow ) in Chain()
217 ASSERT( !pFollow->GetPrevLink(), "wrong chain detected" ); in Chain()
218 if ( !pFollow->GetPrevLink() ) in Chain()
219 SwFlyFrm::ChainFrames( this, pFollow ); in Chain()
566 void SwFlyFrm::ChainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow ) in ChainFrames() argument
568 ASSERT( pMaster && pFollow, "uncomplete chain" ); in ChainFrames()
570 ASSERT( !pFollow->GetPrevLink(), "link can not be changed" ); in ChainFrames()
572 pMaster->pNextLink = pFollow; in ChainFrames()
573 pFollow->pPrevLink = pMaster; in ChainFrames()
594 if ( pFollow->ContainsCntnt() ) in ChainFrames()
598 SwFrm *pFrm = pFollow->ContainsCntnt(); in ChainFrames()
610 pSh->Imp()->InvalidateAccessibleRelationSet( pMaster, pFollow ); in ChainFrames()
614 void SwFlyFrm::UnchainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow ) in UnchainFrames() argument
617 pFollow->pPrevLink = 0; in UnchainFrames()
619 if ( pFollow->ContainsCntnt() ) in UnchainFrames()
629 SwFlyFrm *pFoll = pFollow; in UnchainFrames()
642 const SwFmtCntnt &rCntnt = pFollow->GetFmt()->GetCntnt(); in UnchainFrames()
646 ::_InsertCnt( pFollow->Lower() ? (SwLayoutFrm*)((SwLayoutFrm*)pFollow->Lower())->Lower() in UnchainFrames()
647 : (SwLayoutFrm*)pFollow, in UnchainFrames()
648 pFollow->GetFmt()->GetDoc(), ++nIndex ); in UnchainFrames()
656 pSh->Imp()->InvalidateAccessibleRelationSet( pMaster, pFollow ); in UnchainFrames()
1134 SwFlyFrm *pFollow = FindChainNeighbour( *pChain->GetNext() ); in _UpdateAttr() local
1135 if ( GetNextLink() && pFollow != GetNextLink() ) in _UpdateAttr()
1137 if ( pFollow ) in _UpdateAttr()
1139 if ( pFollow->GetPrevLink() && in _UpdateAttr()
1140 pFollow->GetPrevLink() != this ) in _UpdateAttr()
1141 SwFlyFrm::UnchainFrames( pFollow->GetPrevLink(), in _UpdateAttr()
1142 pFollow ); in _UpdateAttr()
1144 SwFlyFrm::ChainFrames( this, pFollow ); in _UpdateAttr()