Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx131 const SwFrm *pNewAnch; in lcl_FindAnchorPos() local
145 pNewAnch = ::FindAnchor( pFrm, aTmpPnt ); in lcl_FindAnchorPos()
146 if( pNewAnch->IsProtected() ) in lcl_FindAnchorPos()
152 SwPosition aPos( *((SwCntntFrm*)pNewAnch)->GetNode() ); in lcl_FindAnchorPos()
159 if( !pNewAnch->GetCrsrOfst( &aPos, aTmpPnt, &aState ) ) in lcl_FindAnchorPos()
161 SwCntntNode* pCNd = ((SwCntntFrm*)pNewAnch)->GetNode(); in lcl_FindAnchorPos()
162 if( pNewAnch->Frm().Bottom() < aTmpPnt.Y() ) in lcl_FindAnchorPos()
187 pNewAnch = ::FindAnchor( in lcl_FindAnchorPos()
191 if( pNewAnch && &rFrm != pNewAnch && !pNewAnch->IsProtected() ) in lcl_FindAnchorPos()
193 aPos.nNode = *((SwFlyFrm*)pNewAnch)->GetFmt()->GetCntnt(). in lcl_FindAnchorPos()
[all …]