Lines Matching refs:pH2
1021 SdrHdl* pH2=GetHdlList().GetHdl(HDL_REF2); in BeginSdrDrag() local
1025 if (pH1==NULL || pH2==NULL) in BeginSdrDrag()
1031 DragStat().SetActionRect(Rectangle(pH1->GetPos(),pH2->GetPos())); in BeginSdrDrag()
1051 SdrHdl* pH2=GetHdlList().GetHdl(HDL_REF2); in MoveSdrDrag() local
1053 if (pH1==NULL || pH2==NULL) in MoveSdrDrag()
1075 pH2->SetPos(Ref2()+aDif); in MoveSdrDrag()
1083 DragStat().SetActionRect(Rectangle(pH1->GetPos(),pH2->GetPos())); in MoveSdrDrag()
2600 SdrHdl* pH2=GetHdlList().GetHdl(HDL_REF2); in BeginSdrDrag() local
2602 if (pH1!=NULL && pH2!=NULL) in BeginSdrDrag()
2605 DragStat().Ref2()=pH2->GetPos(); in BeginSdrDrag()
2607 Ref2()=pH2->GetPos(); in BeginSdrDrag()
2608 aDif=pH2->GetPos()-pH1->GetPos(); in BeginSdrDrag()