Searched refs:aCurrAnchorPos (Results 1 – 2 of 2) sorted by relevance
565 Point aCurrAnchorPos = GetDrawObj()->GetAnchorPos(); in _SetDrawObjAnchor() local566 if ( aNewAnchorPos != aCurrAnchorPos ) in _SetDrawObjAnchor()569 Size aMove( aCurrAnchorPos.X() - aNewAnchorPos.X(), in _SetDrawObjAnchor()570 aCurrAnchorPos.Y() - aNewAnchorPos.Y() ); in _SetDrawObjAnchor()
2079 const Point aCurrAnchorPos = pAnchoredDrawObj->GetDrawObj()->GetAnchorPos(); in lcl_MoveAllLowerObjs() local2080 const Point aNewAnchorPos( ( aCurrAnchorPos + rOffset ) ); in lcl_MoveAllLowerObjs()
Completed in 35 milliseconds