Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/doc/
H A Ddocfly.cxx226 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()
[all …]
/AOO42X/main/sw/source/core/frmedt/
H A Dfecopy.cxx346 Point aNewAnch; in CopyDrawSel() local
367 *pDestShell, aAnchor, aNewAnch, sal_False ); in CopyDrawSel()
378 aNewAnch, sal_False ); in CopyDrawSel()
387 aNewAnch = pPg->Frm().Pos(); in CopyDrawSel()
411 aPos -= aNewAnch; in CopyDrawSel()
496 Point aNewAnch; in Copy() local
525 *pDestShell, aAnchor, aNewAnch, sal_True ); in Copy()
536 aNewAnch, GetDoc() == pDestShell->GetDoc()); in Copy()
545 aNewAnch = pPg->Frm().Pos(); in Copy()
559 aPos -= aNewAnch; in Copy()
H A Dfefly1.cxx129 SwFmtAnchor aNewAnch( (SwFmtAnchor&)rSet.Get( RES_ANCHOR ) ); in lcl_FindAnchorPos() local
130 RndStdIds nNew = aNewAnch.GetAnchorId(); in lcl_FindAnchorPos()
175 aNewAnch.SetAnchor( &aPos ); in lcl_FindAnchorPos()
195 aNewAnch.SetAnchor( &aPos ); in lcl_FindAnchorPos()
200 aNewAnch.SetType( nNew = FLY_AT_PAGE ); in lcl_FindAnchorPos()
205 aNewAnch.SetPageNum( pNewAnch->GetPhyPageNum() ); in lcl_FindAnchorPos()
212 rSet.Put( aNewAnch ); in lcl_FindAnchorPos()