Lines Matching refs:rHdlList
428 const SdrHdlList& rHdlList = pView->GetHdlList(); in KeyInput() local
429 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput()
433 ((SdrHdlList&)rHdlList).ResetFocusHdl(); in KeyInput()
470 const SdrHdlList& rHdlList = pView->GetHdlList(); in KeyInput() local
473 ((SdrHdlList&)rHdlList).TravelFocusHdl(bForward); in KeyInput()
557 const SdrHdlList& rHdlList = pView->GetHdlList(); in KeyInput() local
558 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput()
643 const SdrHdlList& rHdlList = pView->GetHdlList(); in KeyInput() local
644 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput()
671 if(0L == rHdlList.GetFocusHdl()) in KeyInput()
676 for(sal_uInt32 a(0); !pNewOne && a < rHdlList.GetHdlCount(); a++) in KeyInput()
678 SdrHdl* pAct = rHdlList.GetHdl(a); in KeyInput()
691 ((SdrHdlList&)rHdlList).SetFocusHdl(pNewOne); in KeyInput()