Searched refs:rPanels (Results 1 – 8 of 8) sorted by relevance
57 SharedPanelContainer& rPanels, in LayoutDeck() argument68 if ( ! rPanels.empty()) in LayoutDeck()72 aLayoutItems.resize(rPanels.size()); in LayoutDeck()73 for (sal_Int32 nIndex(0),nCount(rPanels.size()); nIndex<nCount; ++nIndex) in LayoutDeck()75 aLayoutItems[nIndex].mpPanel = rPanels[nIndex]; in LayoutDeck()
282 void Deck::SetPanels (const SharedPanelContainer& rPanels) in SetPanels() argument284 maPanels = rPanels; in SetPanels()401 void Deck::PrintWindowTree (const ::std::vector<Panel*>& rPanels) in PrintWindowTree() argument403 (void)rPanels; in PrintWindowTree()
63 void SetPanels (const SharedPanelContainer& rPanels);79 void PrintWindowTree (const ::std::vector<Panel*>& rPanels);
141 void FocusManager::SetPanels (const SharedPanelContainer& rPanels) in SetPanels() argument144 for(SharedPanelContainer::const_iterator iPanel(rPanels.begin()),iEnd(rPanels.end()); in SetPanels()
1208 const SharedPanelContainer& rPanels (mpCurrentDeck->GetPanels()); in UpdateTitleBarIcons() local1210 iPanel(rPanels.begin()), iEnd(rPanels.end()); in UpdateTitleBarIcons()
51 SharedPanelContainer& rPanels,
71 void SetPanels (const SharedPanelContainer& rPanels);
48 IToolPanelDeck& rPanels; member55 ,rPanels( i_rPanels ) in TabDeckLayouter_Data()
Completed in 96 milliseconds