Lines Matching refs:rHdlList
281 SdrHdlList& rHdlList = const_cast< SdrHdlList& >( pView->GetHdlList() ); in KeyInput() local
282 if( rHdlList.GetFocusHdl() ) in KeyInput()
283 rHdlList.ResetFocusHdl(); in KeyInput()
378 const SdrHdlList& rHdlList = pView->GetHdlList(); in KeyInput() local
381 ((SdrHdlList&)rHdlList).TravelFocusHdl(bForward); in KeyInput()
384 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput()
527 const SdrHdlList& rHdlList = pView->GetHdlList(); in KeyInput() local
528 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput()
629 const SdrHdlList& rHdlList = pView->GetHdlList(); in KeyInput() local
630 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput()
657 if(0L == rHdlList.GetFocusHdl()) in KeyInput()
662 for(sal_uInt32 a(0); !pNewOne && a < rHdlList.GetHdlCount(); a++) in KeyInput()
664 SdrHdl* pAct = rHdlList.GetHdl(a); in KeyInput()
677 ((SdrHdlList&)rHdlList).SetFocusHdl(pNewOne); in KeyInput()
715 const SdrHdlList& rHdlList = pView->GetHdlList(); in SelectionHasChanged() local
716 ((SdrHdlList&)rHdlList).ResetFocusHdl(); in SelectionHasChanged()