Lines Matching refs:pNewAnch

133 	const SwFrm *pNewAnch;  in lcl_FindAnchorPos()  local
147 pNewAnch = ::FindAnchor( pFrm, aTmpPnt ); in lcl_FindAnchorPos()
148 if( pNewAnch->IsProtected() ) in lcl_FindAnchorPos()
154 SwPosition aPos( *((SwCntntFrm*)pNewAnch)->GetNode() ); in lcl_FindAnchorPos()
161 if( !pNewAnch->GetCrsrOfst( &aPos, aTmpPnt, &aState ) ) in lcl_FindAnchorPos()
163 SwCntntNode* pCNd = ((SwCntntFrm*)pNewAnch)->GetNode(); in lcl_FindAnchorPos()
164 if( pNewAnch->Frm().Bottom() < aTmpPnt.Y() ) in lcl_FindAnchorPos()
189 pNewAnch = ::FindAnchor( in lcl_FindAnchorPos()
193 if( pNewAnch && &rFrm != pNewAnch && !pNewAnch->IsProtected() ) in lcl_FindAnchorPos()
195 aPos.nNode = *((SwFlyFrm*)pNewAnch)->GetFmt()->GetCntnt(). in lcl_FindAnchorPos()
206 pNewAnch = rFrm.FindPageFrm(); in lcl_FindAnchorPos()
207 aNewAnch.SetPageNum( pNewAnch->GetPhyPageNum() ); in lcl_FindAnchorPos()
509 const SwFrm *pNewAnch = NULL; in FindAnchorPos() local
514 pNewAnch = pTxtFrm->FindPageFrm(); in FindAnchorPos()
518 pNewAnch = ::FindAnchor( pTxtFrm, rAbsPos ); in FindAnchorPos()
522 pNewAnch = pNewAnch->FindFlyFrm(); in FindAnchorPos()
527 if( pNewAnch && !pNewAnch->IsProtected() ) in FindAnchorPos()
529 const SwFlyFrm* pCheck = bFlyFrame ? pNewAnch->FindFlyFrm() : 0; in FindAnchorPos()
543 pFooterOrHeader == pNewAnch->FindFooterOrHeader() ) in FindAnchorPos()
545 aRet = pNewAnch->GetFrmAnchorPos( ::HasWrap( pObj ) ); in FindAnchorPos()
561 aAnch.SetPageNum( ((const SwPageFrm*)pNewAnch)-> in FindAnchorPos()
568 SwPosition aPos( *((SwFlyFrm*)pNewAnch)->GetFmt()-> in FindAnchorPos()