Lines Matching refs:GetNextLink
212 ASSERT( !pMaster->GetNextLink(), "wrong chain detected" ); in Chain()
213 if ( !pMaster->GetNextLink() ) in Chain()
317 if ( GetNextLink() ) in Unchain()
318 UnchainFrames( this, GetNextLink() ); in Unchain()
549 ASSERT( !pMaster->GetNextLink(), "link can not be changed" ); in ChainFrames()
617 pFoll = pFoll->GetNextLink(); in UnchainFrames()
1115 if ( GetNextLink() && pFollow != GetNextLink() ) in _UpdateAttr()
1116 SwFlyFrm::UnchainFrames( this, GetNextLink()); in _UpdateAttr()
1123 if ( !GetNextLink() ) in _UpdateAttr()
1127 else if ( GetNextLink() ) in _UpdateAttr()
1128 SwFlyFrm::UnchainFrames( this, GetNextLink() ); in _UpdateAttr()
1136 if ( pMaster->GetNextLink() && in _UpdateAttr()
1137 pMaster->GetNextLink() != this ) in _UpdateAttr()
1139 pMaster->GetNextLink() ); in _UpdateAttr()