Searched refs:aDif (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svddrgmt.cxx | 1064 Point aDif(aPnt-DragStat().GetStart()); in MoveSdrDrag() local 1065 … getSdrDragView().CheckSnap(Ref1()+aDif,NULL,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in MoveSdrDrag() 1066 … getSdrDragView().CheckSnap(Ref2()+aDif,NULL,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in MoveSdrDrag() 1075 Point aDif(DragStat().GetNow()-DragStat().GetStart()); in MoveSdrDrag() local 1076 pH1->SetPos(Ref1()+aDif); in MoveSdrDrag() 1077 pH2->SetPos(Ref2()+aDif); in MoveSdrDrag() 2393 Point aDif(aPnt-aRef); in MoveSdrDrag() local 2399 nNeuWink=NormAngle180(-(GetAngle(aDif)-nWink0)); in MoveSdrDrag() 2407 nNeuWink=NormAngle180(GetAngle(aDif)); in MoveSdrDrag() 2409 nNeuWink=NormAngle180(-(GetAngle(aDif)-9000)); in MoveSdrDrag() [all …]
|
| H A D | svdview.cxx | 1142 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 D | svdedtv1.cxx | 395 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 D | svddrgm1.hxx | 123 Point aDif; member in SdrDragMirror
|