Lines Matching refs:aLocation

478     const FocusLocation aLocation (GetFocusLocation(rWindow));  in HandleKeyEvent()  local
484 switch (aLocation.meComponent) in HandleKeyEvent()
488 … maPanels[aLocation.mnIndex]->SetExpanded( ! maPanels[aLocation.mnIndex]->IsExpanded()); in HandleKeyEvent()
493 ClickButton(aLocation.mnIndex); in HandleKeyEvent()
502 switch (aLocation.meComponent) in HandleKeyEvent()
510 FocusPanelContent(aLocation.mnIndex); in HandleKeyEvent()
515 ClickButton(aLocation.mnIndex); in HandleKeyEvent()
529 switch (aLocation.meComponent) in HandleKeyEvent()
534 MoveFocusInsidePanel(aLocation, nDirection); in HandleKeyEvent()
539 MoveFocusInsideDeckTitle(aLocation, nDirection); in HandleKeyEvent()
550 switch (aLocation.meComponent) in HandleKeyEvent()
556 if (aLocation.mnIndex > 0) in HandleKeyEvent()
557 FocusPanel(aLocation.mnIndex-1, true); in HandleKeyEvent()
572 if (aLocation.mnIndex == 0) in HandleKeyEvent()
575 FocusButton((aLocation.mnIndex + maButtons.size() - 1) % maButtons.size()); in HandleKeyEvent()
585 switch(aLocation.meComponent) in HandleKeyEvent()
591 if (aLocation.mnIndex < static_cast<sal_Int32>(maPanels.size())-1) in HandleKeyEvent()
592 FocusPanel(aLocation.mnIndex+1, false); in HandleKeyEvent()
608 if (aLocation.mnIndex < static_cast<sal_Int32>(maButtons.size())-1) in HandleKeyEvent()
609 FocusButton(aLocation.mnIndex + 1); in HandleKeyEvent()
689 FocusLocation aLocation (PC_None, -1); in IMPL_LINK() local
694 aLocation = GetFocusLocation(*pWindow); in IMPL_LINK()
695 if (aLocation.meComponent != PC_None) in IMPL_LINK()
700 if (aLocation.meComponent != PC_None) in IMPL_LINK()
706 FocusPanel(aLocation.mnIndex, true); in IMPL_LINK()
715 FocusPanel(aLocation.mnIndex, true); in IMPL_LINK()