Lines Matching refs:pMaster
209 SwFlyFrm *pMaster = FindChainNeighbour( *rChain.GetPrev(), _pAnch ); in Chain() local
210 if ( pMaster ) in Chain()
212 ASSERT( !pMaster->GetNextLink(), "wrong chain detected" ); in Chain()
213 if ( !pMaster->GetNextLink() ) in Chain()
214 SwFlyFrm::ChainFrames( pMaster, this ); in Chain()
546 void SwFlyFrm::ChainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow ) in ChainFrames() argument
548 ASSERT( pMaster && pFollow, "uncomplete chain" ); in ChainFrames()
549 ASSERT( !pMaster->GetNextLink(), "link can not be changed" ); in ChainFrames()
552 pMaster->pNextLink = pFollow; in ChainFrames()
553 pFollow->pPrevLink = pMaster; in ChainFrames()
555 if ( pMaster->ContainsCntnt() ) in ChainFrames()
558 SwFrm *pInva = pMaster->FindLastLower(); in ChainFrames()
559 SWRECTFN( pMaster ) in ChainFrames()
560 const long nBottom = (pMaster->*fnRect->fnGetPrtBottom)(); in ChainFrames()
585 ViewShell* pSh = pMaster->getRootFrm()->GetCurrShell(); in ChainFrames()
588 SwRootFrm* pLayout = pMaster->getRootFrm(); in ChainFrames()
590 pSh->Imp()->InvalidateAccessibleRelationSet( pMaster, pFollow ); in ChainFrames()
594 void SwFlyFrm::UnchainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow ) in UnchainFrames() argument
596 pMaster->pNextLink = 0; in UnchainFrames()
602 SwLayoutFrm *pUpper = pMaster; in UnchainFrames()
614 ::RestoreCntnt( pTmp, pUpper, pMaster->FindLastLower(), true ); in UnchainFrames()
631 ViewShell* pSh = pMaster->getRootFrm()->GetCurrShell(); in UnchainFrames()
634 SwRootFrm* pLayout = pMaster->getRootFrm(); in UnchainFrames()
636 pSh->Imp()->InvalidateAccessibleRelationSet( pMaster, pFollow ); in UnchainFrames()
1131 SwFlyFrm *pMaster = FindChainNeighbour( *pChain->GetPrev() ); in _UpdateAttr() local
1132 if ( GetPrevLink() && pMaster != GetPrevLink() ) in _UpdateAttr()
1134 if ( pMaster ) in _UpdateAttr()
1136 if ( pMaster->GetNextLink() && in _UpdateAttr()
1137 pMaster->GetNextLink() != this ) in _UpdateAttr()
1138 SwFlyFrm::UnchainFrames( pMaster, in _UpdateAttr()
1139 pMaster->GetNextLink() ); in _UpdateAttr()
1141 SwFlyFrm::ChainFrames( pMaster, this ); in _UpdateAttr()