Home
last modified time | relevance | path

Searched refs:rDecks (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DTabBar.cxx97 const ResourceManager::DeckContextDescriptorContainer& rDecks) in SetDecks() argument
111 maItems.resize(rDecks.size()); in SetDecks()
114 iDeck(rDecks.begin()), in SetDecks()
115 iEnd(rDecks.end()); in SetDecks()
H A DResourceManager.cxx151 DeckContextDescriptorContainer& rDecks, in GetMatchingDecks() argument
184 rDecks.push_back(iId->second); in GetMatchingDecks()
187 return rDecks; in GetMatchingDecks()
H A DTabBar.hxx86 const ResourceManager::DeckContextDescriptorContainer& rDecks);