Lines Matching refs:pMaster

224             SwFlyFrm *pMaster = FindChainNeighbour( *rChain.GetPrev(), _pAnch );  in Chain()  local
225 if ( pMaster ) in Chain()
227 ASSERT( !pMaster->GetNextLink(), "wrong chain detected" ); in Chain()
228 if ( !pMaster->GetNextLink() ) in Chain()
229 SwFlyFrm::ChainFrames( pMaster, this ); in Chain()
566 void SwFlyFrm::ChainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow ) in ChainFrames() argument
568 ASSERT( pMaster && pFollow, "uncomplete chain" ); in ChainFrames()
569 ASSERT( !pMaster->GetNextLink(), "link can not be changed" ); in ChainFrames()
572 pMaster->pNextLink = pFollow; in ChainFrames()
573 pFollow->pPrevLink = pMaster; in ChainFrames()
575 if ( pMaster->ContainsCntnt() ) in ChainFrames()
578 SwFrm *pInva = pMaster->FindLastLower(); in ChainFrames()
579 SWRECTFN( pMaster ) in ChainFrames()
580 const long nBottom = (pMaster->*fnRect->fnGetPrtBottom)(); in ChainFrames()
605 ViewShell* pSh = pMaster->getRootFrm()->GetCurrShell(); in ChainFrames()
608 SwRootFrm* pLayout = pMaster->getRootFrm(); in ChainFrames()
610 pSh->Imp()->InvalidateAccessibleRelationSet( pMaster, pFollow ); in ChainFrames()
614 void SwFlyFrm::UnchainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow ) in UnchainFrames() argument
616 pMaster->pNextLink = 0; in UnchainFrames()
622 SwLayoutFrm *pUpper = pMaster; in UnchainFrames()
634 ::RestoreCntnt( pTmp, pUpper, pMaster->FindLastLower(), true ); in UnchainFrames()
651 ViewShell* pSh = pMaster->getRootFrm()->GetCurrShell(); in UnchainFrames()
654 SwRootFrm* pLayout = pMaster->getRootFrm(); in UnchainFrames()
656 pSh->Imp()->InvalidateAccessibleRelationSet( pMaster, pFollow ); in UnchainFrames()
1151 SwFlyFrm *pMaster = FindChainNeighbour( *pChain->GetPrev() ); in _UpdateAttr() local
1152 if ( GetPrevLink() && pMaster != GetPrevLink() ) in _UpdateAttr()
1154 if ( pMaster ) in _UpdateAttr()
1156 if ( pMaster->GetNextLink() && in _UpdateAttr()
1157 pMaster->GetNextLink() != this ) in _UpdateAttr()
1158 SwFlyFrm::UnchainFrames( pMaster, in _UpdateAttr()
1159 pMaster->GetNextLink() ); in _UpdateAttr()
1161 SwFlyFrm::ChainFrames( pMaster, this ); in _UpdateAttr()