Lines Matching refs:aNewAnch
226 SwFmtAnchor aNewAnch( (SwFmtAnchor&)rSet.Get( RES_ANCHOR ) ); in SetFlyFrmAnchor() local
227 RndStdIds nNew = aNewAnch.GetAnchorId(); in SetFlyFrmAnchor()
230 if( !aNewAnch.GetCntntAnchor() && (FLY_AT_FLY == nNew || in SetFlyFrmAnchor()
242 Point aNewAnchorPos( ::lcl_FindAnchorLayPos( *this, aNewAnch, 0 )); in SetFlyFrmAnchor()
273 rFmt.SetFmtAttr( aNewAnch ); in SetFlyFrmAnchor()
284 const SwPosition *pPos = aNewAnch.GetCntntAnchor(); in SetFlyFrmAnchor()
724 SwFmtAnchor aNewAnch( _eAnchorType ); in ChgAnchor() local
752 aNewAnch.SetType( _eAnchorType ); in ChgAnchor()
753 aNewAnch.SetAnchor( &aPos ); in ChgAnchor()
781 aNewAnch.SetAnchor( &aPos ); in ChgAnchor()
785 aNewAnch.SetType( FLY_AT_PAGE ); in ChgAnchor()
796 aNewAnch.SetPageNum( ((SwPageFrm*)pNewAnchorFrm)->GetPhyPageNum()); in ChgAnchor()
822 aNewAnch.SetType( FLY_AS_CHAR ); in ChgAnchor()
840 aNewAnch.SetAnchor( &aPos ); in ChgAnchor()
841 SetAttr( aNewAnch, *pContact->GetFmt() ); in ChgAnchor()
863 SetAttr( aNewAnch, *pContact->GetFmt() ); in ChgAnchor()