Home
last modified time | relevance | path

Searched refs:aDif (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svx/source/svdraw/ !
H A Dsvddrgmt.cxx1057 Point aDif(aPnt-DragStat().GetStart()); in MoveSdrDrag() local
1058 … getSdrDragView().CheckSnap(Ref1()+aDif,NULL,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in MoveSdrDrag()
1059 … getSdrDragView().CheckSnap(Ref2()+aDif,NULL,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in MoveSdrDrag()
1068 Point aDif(DragStat().GetNow()-DragStat().GetStart()); in MoveSdrDrag() local
1069 pH1->SetPos(Ref1()+aDif); in MoveSdrDrag()
1070 pH2->SetPos(Ref2()+aDif); in MoveSdrDrag()
2385 Point aDif(aPnt-aRef); in MoveSdrDrag() local
2391 nNeuWink=NormAngle180(-(GetAngle(aDif)-nWink0)); in MoveSdrDrag()
2399 nNeuWink=NormAngle180(GetAngle(aDif)); in MoveSdrDrag()
2401 nNeuWink=NormAngle180(-(GetAngle(aDif)-9000)); in MoveSdrDrag()
[all …]
H A Dsvdview.cxx1142 Point aDif; in GetPreferedPointer() local
1144 aDif=pH2->GetPos()-pH1->GetPos(); in GetPreferedPointer()
1145 b90=(aDif.X()==0) || aDif.Y()==0; in GetPreferedPointer()
1146 b45=b90 || (Abs(aDif.X())==Abs(aDif.Y())); in GetPreferedPointer()
H A Dsvdedtv1.cxx395 Point aDif(rRef2-rRef1); in MirrorMarkedObj() local
396 if (aDif.X()==0) ImpTakeDescriptionStr(STR_EditMirrorHori,aStr); in MirrorMarkedObj()
397 else if (aDif.Y()==0) ImpTakeDescriptionStr(STR_EditMirrorVert,aStr); in MirrorMarkedObj()
398 else if (Abs(aDif.X())==Abs(aDif.Y())) ImpTakeDescriptionStr(STR_EditMirrorDiag,aStr); in MirrorMarkedObj()
H A Dsvddrgm1.hxx123 Point aDif; member in SdrDragMirror