Lines Matching refs:pHdl
384 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
386 if(pHdl) in KeyInput()
388 Point aHdlPosition(pHdl->GetPos()); in KeyInput()
528 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
530 if(0L == pHdl) in KeyInput()
579 if(pHdl && (nX || nY)) in KeyInput()
582 Point aStartPoint(pHdl->GetPos()); in KeyInput()
583 Point aEndPoint(pHdl->GetPos() + Point(nX, nY)); in KeyInput()
587 pView->BegDragObj(aStartPoint, 0, pHdl, 0); in KeyInput()
630 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
632 if(pHdl) in KeyInput()
634 if(pHdl->GetKind() == HDL_POLY) in KeyInput()
637 sal_uInt32 nPol(pHdl->GetPolyNum()); in KeyInput()
638 sal_uInt32 nPnt(pHdl->GetPointNum()); in KeyInput()
640 if(pView->IsPointMarked(pHdl)) in KeyInput()
644 pView->UnmarkPoint(*pHdl); in KeyInput()
654 pView->MarkPoint(*pHdl); in KeyInput()
795 SdrHdl* pHdl = pView->PickHandle(aPnt); in ForcePointer() local
815 else if ( pHdl ) in ForcePointer()