Lines Matching refs:pHdl
429 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
431 if(pHdl) in KeyInput()
558 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
560 if(0L == pHdl) in KeyInput()
603 if(pHdl && (nX || nY)) in KeyInput()
606 Point aStartPoint(pHdl->GetPos()); in KeyInput()
607 Point aEndPoint(pHdl->GetPos() + Point(nX, nY)); in KeyInput()
611 pView->BegDragObj(aStartPoint, 0, pHdl, 0); in KeyInput()
644 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
646 if(pHdl) in KeyInput()
648 if(pHdl->GetKind() == HDL_POLY) in KeyInput()
651 sal_uInt32 nPol(pHdl->GetPolyNum()); in KeyInput()
652 sal_uInt32 nPnt(pHdl->GetPointNum()); in KeyInput()
654 if(pView->IsPointMarked(*pHdl)) in KeyInput()
658 pView->UnmarkPoint(*pHdl); in KeyInput()
668 pView->MarkPoint(*pHdl); in KeyInput()