Searched refs:GetNextLink (Results 1 – 9 of 9) sorted by relevance
228 if ( !pMaster->GetNextLink() ) in Chain()336 if ( GetNextLink() ) in Unchain()337 UnchainFrames( this, GetNextLink() ); in Unchain()637 pFoll = pFoll->GetNextLink(); in UnchainFrames()1135 if ( GetNextLink() && pFollow != GetNextLink() ) in _UpdateAttr()1136 SwFlyFrm::UnchainFrames( this, GetNextLink()); in _UpdateAttr()1143 if ( !GetNextLink() ) in _UpdateAttr()1147 else if ( GetNextLink() ) in _UpdateAttr()1156 if ( pMaster->GetNextLink() && in _UpdateAttr()1157 pMaster->GetNextLink() != this ) in _UpdateAttr()[all …]
320 pRet = bNext ? ((SwFlyFrm*)pFrm)->GetNextLink() : ((SwFlyFrm*)pFrm)->GetPrevLink(); in lcl_FindLayoutFrame()698 … bGoingFwd = (0 != (p = ( pFrm->IsFlyFrm() ? ((SwFlyFrm*)pFrm)->GetNextLink() : pFrm->GetNext()))); in lcl_NextFrm()1348 if ( const_cast<SwLayoutFrm*>(_pLayoutFrm)->FindFlyFrm()->GetNextLink() ) in IsMoveable()
1228 while( pTmpFly->GetNextLink() ) in CalcClipRect()1230 pTmpFly = pTmpFly->GetNextLink(); in CalcClipRect()
648 … ( bFwd ? ((SwFlyFrm*)pFrm)->GetNextLink() : ((SwFlyFrm*)pFrm)->GetPrevLink() ) : in lcl_GetNextCntntFrm()
3190 pTmp = pTmp->GetNextLink(); in GetVirtualUpper()
181 SwFlyFrm *GetNextLink() const { return pNextLink; } in GetNextLink() function in SwFlyFrm
400 const SwFlyFrm* pNextFrm = pFlyFrm->GetNextLink(); in getAccessibleRelationSet()
2798 if ( pFly->GetNextLink() ) in SetChainMarker()2801 const SwFlyFrm *pNxt = pFly->GetNextLink(); in SetChainMarker()
128 !pFly->GetNextLink() && !pFly->GetPrevLink() ) || in lcl_ChangeOffset()
Completed in 199 milliseconds