Lines Matching refs:aAnchorPos
111 Point aAnchorPos; in SV_IMPL_VARARR_SORT() local
115 aAnchorPos = pAnchorFrm->GetFrmAnchorPos( ::HasWrap( &_rSdrObj ) ); in SV_IMPL_VARARR_SORT()
123 aAnchorPos = _rSdrObj.GetAnchorPos(); in SV_IMPL_VARARR_SORT()
172 nHoriRelPos = aObjRect.Left() - aAnchorPos.X(); in SV_IMPL_VARARR_SORT()
173 nVertRelPos = aObjRect.Top() - aAnchorPos.Y(); in SV_IMPL_VARARR_SORT()
176 nHoriRelPos = aObjRect.Top() - aAnchorPos.Y(); in SV_IMPL_VARARR_SORT()
177 nVertRelPos = aAnchorPos.X() - aObjRect.Right(); in SV_IMPL_VARARR_SORT()
182 nHoriRelPos = aAnchorPos.X() - aObjRect.Right(); in SV_IMPL_VARARR_SORT()
183 nVertRelPos = aObjRect.Top() - aAnchorPos.Y(); in SV_IMPL_VARARR_SORT()
187 nHoriRelPos = aObjRect.Left() - aAnchorPos.X(); in SV_IMPL_VARARR_SORT()
188 nVertRelPos = aObjRect.Top() - aAnchorPos.Y(); in SV_IMPL_VARARR_SORT()
272 Point aAnchorPos( pObj->GetAnchorPos() ); in GroupSelection() local
274 pObj->NbcMove( Size( aAnchorPos.X(), aAnchorPos.Y() ) ); in GroupSelection()