Searched refs:aNewAnchorPos (Results 1 – 3 of 3) sorted by relevance
542 const Point aNewAnchorPos = in _MakeObjPosAnchoredAtLayout() local544 DrawObj()->SetAnchorPos( aNewAnchorPos ); in _MakeObjPosAnchoredAtLayout()563 Point aNewAnchorPos = in _SetDrawObjAnchor() local566 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()
2080 const Point aNewAnchorPos( ( aCurrAnchorPos + rOffset ) ); in lcl_MoveAllLowerObjs()2081 pAnchoredDrawObj->DrawObj()->SetAnchorPos( aNewAnchorPos ); in lcl_MoveAllLowerObjs()
239 Point aNewAnchorPos( ::lcl_FindAnchorLayPos( *this, aNewAnch, 0 )); in SetFlyFrmAnchor() local327 nPos += aOldAnchorPos.X() - aNewAnchorPos.X(); in SetFlyFrmAnchor()349 nPos += aOldAnchorPos.Y() - aNewAnchorPos.Y(); in SetFlyFrmAnchor()
Completed in 55 milliseconds