Searched refs:GetNextLink (Results 1 – 9 of 9) sorted by relevance
213 if ( !pMaster->GetNextLink() ) in Chain()317 if ( GetNextLink() ) in Unchain()318 UnchainFrames( this, GetNextLink() ); in Unchain()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()1136 if ( pMaster->GetNextLink() && in _UpdateAttr()1137 pMaster->GetNextLink() != this ) in _UpdateAttr()[all …]
320 pRet = bNext ? ((SwFlyFrm*)pFrm)->GetNextLink() : ((SwFlyFrm*)pFrm)->GetPrevLink(); in lcl_FindLayoutFrame()711 … bGoingFwd = (0 != (p = ( pFrm->IsFlyFrm() ? ((SwFlyFrm*)pFrm)->GetNextLink() : pFrm->GetNext()))); in lcl_NextFrm()1361 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()
3206 pTmp = pTmp->GetNextLink(); in GetVirtualUpper()
181 SwFlyFrm *GetNextLink() const { return pNextLink; } in GetNextLink() function in SwFlyFrm
400 const SwFlyFrm* pNextFrm = pFlyFrm->GetNextLink(); in getAccessibleRelationSet()
2795 if ( pFly->GetNextLink() ) in SetChainMarker()2798 const SwFlyFrm *pNxt = pFly->GetNextLink(); in SetChainMarker()
128 !pFly->GetNextLink() && !pFly->GetPrevLink() ) || in lcl_ChangeOffset()
Completed in 64 milliseconds