Searched refs:aScFixPos (Results 1 – 1 of 1) sorted by relevance
685 basegfx::B3DPoint aScFixPos(aInverseViewToEye * aGlobalScaleFixPos3D); in MoveSdrDrag() local693 aScNext.setY(aScFixPos.getY()); in MoveSdrDrag()698 aScNext.setX(aScFixPos.getX()); in MoveSdrDrag()705 basegfx::B3DPoint aScaleVec(aScStart - aScFixPos); in MoveSdrDrag()710 aScaleVec.setX((aScNext.getX() - aScFixPos.getX()) / aScaleVec.getX()); in MoveSdrDrag()719 aScaleVec.setY((aScNext.getY() - aScFixPos.getY()) / aScaleVec.getY()); in MoveSdrDrag()748 aNewTrans.translate(-aScFixPos.getX(), -aScFixPos.getY(), -aScFixPos.getZ()); in MoveSdrDrag()750 aNewTrans.translate(aScFixPos.getX(), aScFixPos.getY(), aScFixPos.getZ()); in MoveSdrDrag()
Completed in 19 milliseconds