Home
last modified time | relevance | path

Searched refs:maPanels (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DFocusManager.cxx48 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()
[all …]
H A DResourceManager.cxx74 maPanels(), in ResourceManager()
86 maPanels.clear(); in ~ResourceManager()
115 iPanel(maPanels.begin()), in GetPanelDescriptor()
116 iEnd(maPanels.end()); in GetPanelDescriptor()
203 iPanel(maPanels.begin()), in GetMatchingPanels()
204 iEnd(maPanels.end()); in GetMatchingPanels()
309 maPanels.resize(nCount); in ReadPanelList()
317 PanelDescriptor& rPanelDescriptor (maPanels[nWriteIndex++]); in ReadPanelList()
353 maPanels.resize(nWriteIndex); in ReadPanelList()
534 size_t nPanelWriteIndex (maPanels.size()); in ReadLegacyAddons()
[all …]
H A DDeck.cxx60 maPanels(), in Deck()
93 maPanels.clear(); in ~Deck()
99 aPanels.swap(maPanels); in Dispose()
248 maPanels = rPanels; in SetPanels()
255 return maPanels; in GetPanels()
262 maPanels, in RequestLayout()
H A DDeckConfiguration.hxx37 ::std::vector<Panel*> maPanels;
H A DDeckConfiguration.cxx31 maPanels() in DeckConfiguration()
H A DDeck.hxx99 SharedPanelContainer maPanels; member in sfx2::sidebar::Deck
H A DFocusManager.hxx76 ::std::vector<Panel*> maPanels;
H A DResourceManager.hxx114 PanelContainer maPanels; member in sfx2::sidebar::ResourceManager