Lines Matching refs:pHdl
153 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
154 if ( pHdl ) in KeyInput()
187 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
188 if ( pHdl ) in KeyInput()
190 Point aHdlPosition( pHdl->GetPos() ); in KeyInput()
249 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
251 if ( pHdl == 0 ) in KeyInput()
290 if ( pHdl && ( nX || nY ) ) in KeyInput()
292 Point aStartPoint( pHdl->GetPos() ); in KeyInput()
293 Point aEndPoint( pHdl->GetPos() + Point( nX, nY ) ); in KeyInput()
297 pView->BegDragObj( aStartPoint, 0, pHdl, 0 ); in KeyInput()
393 SdrHdl* pHdl = pView->PickHandle(aPos); in MouseButtonDown() local
396 if ( pHdl!=NULL || pView->IsMarkedHit(aPos, nHitLog) ) in MouseButtonDown()
397 pView->BegDragObj(aPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown()
503 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() local
508 if ( pHdl!=NULL || pView->IsMarkedHit(aMDPos, nHitLog) ) in MouseButtonDown()
510 pView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown()
531 pHdl=pView->PickHandle(aMDPos); in MouseButtonDown()
532 pView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown()