Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dfly.cxx203 if ( !pFollow->GetPrevLink() ) in Chain()
222 if ( !GetPrevLink() ) in InsertCnt()
315 if ( GetPrevLink() ) in Unchain()
316 UnchainFrames( GetPrevLink(), this ); in Unchain()
1119 if ( pFollow->GetPrevLink() && in _UpdateAttr()
1120 pFollow->GetPrevLink() != this ) in _UpdateAttr()
1132 if ( GetPrevLink() && pMaster != GetPrevLink() ) in _UpdateAttr()
1133 SwFlyFrm::UnchainFrames( GetPrevLink(), this ); in _UpdateAttr()
1140 if ( !GetPrevLink() ) in _UpdateAttr()
1144 else if ( GetPrevLink() ) in _UpdateAttr()
[all …]
H A Dswselectionlist.cxx61 while( pFly->GetPrevLink() ) in getContext()
62 pFly = pFly->GetPrevLink(); in getContext()
H A Dtrvlfrm.cxx1678 if ( ((SwFlyFrm*)pFrm)->GetPrevLink() ) in IsProtected()
1682 { pMaster = pMaster->GetPrevLink(); in IsProtected()
1683 } while ( pMaster->GetPrevLink() ); in IsProtected()
H A Dfindfrm.cxx320 pRet = bNext ? ((SwFlyFrm*)pFrm)->GetNextLink() : ((SwFlyFrm*)pFrm)->GetPrevLink(); in lcl_FindLayoutFrame()
H A Dsectfrm.cxx648 … ( bFwd ? ((SwFlyFrm*)pFrm)->GetNextLink() : ((SwFlyFrm*)pFrm)->GetPrevLink() ) : in lcl_GetNextCntntFrm()
/trunk/main/sw/source/core/inc/
H A Dflyfrm.hxx180 SwFlyFrm *GetPrevLink() const { return pPrevLink; } in GetPrevLink() function in SwFlyFrm
/trunk/main/sw/source/core/access/
H A Dacctextframe.cxx395 const SwFlyFrm* pPrevFrm = pFlyFrm->GetPrevLink(); in getAccessibleRelationSet()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2782 if ( pFly->GetPrevLink() ) in SetChainMarker()
2785 const SwFrm *pPre = pFly->GetPrevLink(); in SetChainMarker()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx128 !pFly->GetNextLink() && !pFly->GetPrevLink() ) || in lcl_ChangeOffset()

Completed in 83 milliseconds