Lines Matching refs:pH2
1016 SdrHdl* pH2=GetHdlList().GetHdl(HDL_REF2); in BeginSdrDrag() local
1020 if (pH1==NULL || pH2==NULL) in BeginSdrDrag()
1026 DragStat().SetActionRect(Rectangle(pH1->GetPos(),pH2->GetPos())); in BeginSdrDrag()
1046 SdrHdl* pH2=GetHdlList().GetHdl(HDL_REF2); in MoveSdrDrag() local
1048 if (pH1==NULL || pH2==NULL) in MoveSdrDrag()
1070 pH2->SetPos(Ref2()+aDif); in MoveSdrDrag()
1078 DragStat().SetActionRect(Rectangle(pH1->GetPos(),pH2->GetPos())); in MoveSdrDrag()
2595 SdrHdl* pH2=GetHdlList().GetHdl(HDL_REF2); in BeginSdrDrag() local
2597 if (pH1!=NULL && pH2!=NULL) in BeginSdrDrag()
2600 DragStat().Ref2()=pH2->GetPos(); in BeginSdrDrag()
2602 Ref2()=pH2->GetPos(); in BeginSdrDrag()
2603 aDif=pH2->GetPos()-pH1->GetPos(); in BeginSdrDrag()