Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dfly.cxx218 if ( !pFollow->GetPrevLink() ) in Chain()
238 if ( !GetPrevLink() ) in InsertCnt()
334 if ( GetPrevLink() ) in Unchain()
335 UnchainFrames( GetPrevLink(), this ); in Unchain()
1139 if ( pFollow->GetPrevLink() && in _UpdateAttr()
1140 pFollow->GetPrevLink() != this ) in _UpdateAttr()
1152 if ( GetPrevLink() && pMaster != GetPrevLink() ) in _UpdateAttr()
1153 SwFlyFrm::UnchainFrames( GetPrevLink(), this ); in _UpdateAttr()
1160 if ( !GetPrevLink() ) in _UpdateAttr()
1164 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()
/aoo4110/main/sw/source/core/inc/
H A Dflyfrm.hxx180 SwFlyFrm *GetPrevLink() const { return pPrevLink; } in GetPrevLink() function in SwFlyFrm
/aoo4110/main/sw/source/core/access/
H A Dacctextframe.cxx395 const SwFlyFrm* pPrevFrm = pFlyFrm->GetPrevLink(); in getAccessibleRelationSet()
/aoo4110/main/sw/source/core/frmedt/
H A Dfeshview.cxx2785 if ( pFly->GetPrevLink() ) in SetChainMarker()
2788 const SwFrm *pPre = pFly->GetPrevLink(); in SetChainMarker()
/aoo4110/main/sw/source/core/text/
H A Dfrmcrsr.cxx128 !pFly->GetNextLink() && !pFly->GetPrevLink() ) || in lcl_ChangeOffset()

Completed in 98 milliseconds