Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx542 const Point aNewAnchorPos = in _MakeObjPosAnchoredAtLayout() local
544 DrawObj()->SetAnchorPos( aNewAnchorPos ); in _MakeObjPosAnchoredAtLayout()
563 Point aNewAnchorPos = in _SetDrawObjAnchor() local
566 if ( aNewAnchorPos != aCurrAnchorPos ) in _SetDrawObjAnchor()
569 Size aMove( aCurrAnchorPos.X() - aNewAnchorPos.X(), in _SetDrawObjAnchor()
570 aCurrAnchorPos.Y() - aNewAnchorPos.Y() ); in _SetDrawObjAnchor()
572 DrawObj()->SetAnchorPos( aNewAnchorPos ); in _SetDrawObjAnchor()
H A Dpagechg.cxx2080 const Point aNewAnchorPos( ( aCurrAnchorPos + rOffset ) ); in lcl_MoveAllLowerObjs()
2081 pAnchoredDrawObj->DrawObj()->SetAnchorPos( aNewAnchorPos ); in lcl_MoveAllLowerObjs()
/aoo41x/main/sw/source/core/doc/
H A Ddocfly.cxx239 Point aNewAnchorPos( ::lcl_FindAnchorLayPos( *this, aNewAnch, 0 )); in SetFlyFrmAnchor() local
327 nPos += aOldAnchorPos.X() - aNewAnchorPos.X(); in SetFlyFrmAnchor()
349 nPos += aOldAnchorPos.Y() - aNewAnchorPos.Y(); in SetFlyFrmAnchor()

Completed in 37 milliseconds