Home
last modified time | relevance | path

Searched refs:GetNextLink (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dfly.cxx213 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 …]
H A Dfindfrm.cxx320 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()
H A Dflylay.cxx1228 while( pTmpFly->GetNextLink() ) in CalcClipRect()
1230 pTmpFly = pTmpFly->GetNextLink(); in CalcClipRect()
H A Dsectfrm.cxx648 … ( bFwd ? ((SwFlyFrm*)pFrm)->GetNextLink() : ((SwFlyFrm*)pFrm)->GetPrevLink() ) : in lcl_GetNextCntntFrm()
H A Dfrmtool.cxx3206 pTmp = pTmp->GetNextLink(); in GetVirtualUpper()
/trunk/main/sw/source/core/inc/
H A Dflyfrm.hxx181 SwFlyFrm *GetNextLink() const { return pNextLink; } in GetNextLink() function in SwFlyFrm
/trunk/main/sw/source/core/access/
H A Dacctextframe.cxx400 const SwFlyFrm* pNextFrm = pFlyFrm->GetNextLink(); in getAccessibleRelationSet()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2795 if ( pFly->GetNextLink() ) in SetChainMarker()
2798 const SwFlyFrm *pNxt = pFly->GetNextLink(); in SetChainMarker()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx128 !pFly->GetNextLink() && !pFly->GetPrevLink() ) || in lcl_ChangeOffset()

Completed in 89 milliseconds