Lines Matching refs:pH2
1023 SdrHdl* pH2=GetHdlList().GetHdl(HDL_REF2); in BeginSdrDrag() local
1027 if (pH1==NULL || pH2==NULL) in BeginSdrDrag()
1033 DragStat().SetActionRect(Rectangle(pH1->GetPos(),pH2->GetPos())); in BeginSdrDrag()
1053 SdrHdl* pH2=GetHdlList().GetHdl(HDL_REF2); in MoveSdrDrag() local
1055 if (pH1==NULL || pH2==NULL) in MoveSdrDrag()
1077 pH2->SetPos(Ref2()+aDif); in MoveSdrDrag()
1085 DragStat().SetActionRect(Rectangle(pH1->GetPos(),pH2->GetPos())); in MoveSdrDrag()
2603 SdrHdl* pH2=GetHdlList().GetHdl(HDL_REF2); in BeginSdrDrag() local
2605 if (pH1!=NULL && pH2!=NULL) in BeginSdrDrag()
2608 DragStat().Ref2()=pH2->GetPos(); in BeginSdrDrag()
2610 Ref2()=pH2->GetPos(); in BeginSdrDrag()
2611 aDif=pH2->GetPos()-pH1->GetPos(); in BeginSdrDrag()