Lines Matching refs:maPanels

48       maPanels(),  in FocusManager()
88 aPanels.swap(maPanels); in ClearPanels()
158 maPanels.push_back(iPanel->get()); in SetPanels()
208 for (sal_Int32 nIndex=0,nCount(maPanels.size()); nIndex<nCount; ++nIndex) in GetFocusLocation()
210 if (maPanels[nIndex] == &rWindow) in GetFocusLocation()
212 TitleBar* pTitleBar = maPanels[nIndex]->GetTitleBar(); in GetFocusLocation()
232 for (::std::vector<Panel*>::const_iterator iPanel(maPanels.begin()),iEnd(maPanels.end()); in IsAnyPanelFocused()
296 if (nPanelIndex<0 || nPanelIndex>=static_cast<sal_Int32>(maPanels.size())) in IsPanelTitleVisible()
299 TitleBar* pTitleBar = maPanels[nPanelIndex]->GetTitleBar(); in IsPanelTitleVisible()
312 if (nPanelIndex<0 || nPanelIndex>=static_cast<sal_Int32>(maPanels.size())) in FocusPanel()
319 Panel& rPanel (*maPanels[nPanelIndex]); in FocusPanel()
350 Window* pWindow = VCLUnoHelper::GetWindow(maPanels[nPanelIndex]->GetElementWindow()); in FocusPanelContent()
375 if ( ! maPanels.empty()) in ClickButton()
385 … ::std::vector<Panel*>::iterator iPanel (::std::find(maPanels.begin(), maPanels.end(), &rWindow)); in RemoveWindow()
386 if (iPanel != maPanels.end()) in RemoveWindow()
394 maPanels.erase(iPanel); in RemoveWindow()
415 maPanels[aFocusLocation.mnIndex]->GetTitleBar()->GetToolBox().GetItemCount() > 0); in MoveFocusInsidePanel()
420 maPanels[aFocusLocation.mnIndex]->GetTitleBar()->GetToolBox().GrabFocus(); in MoveFocusInsidePanel()
427 maPanels[aFocusLocation.mnIndex]->GetTitleBar()->GrabFocus(); in MoveFocusInsidePanel()
488maPanels[aLocation.mnIndex]->SetExpanded( ! maPanels[aLocation.mnIndex]->IsExpanded()); in HandleKeyEvent()
573 FocusPanel(maPanels.size()-1, true); in HandleKeyEvent()
591 if (aLocation.mnIndex < static_cast<sal_Int32>(maPanels.size())-1) in HandleKeyEvent()