Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/sidebar/
H A DResourceManager.cxx97 iDeck(maDecks.begin()), in GetDeckDescriptor() local
99 iDeck!=iEnd; in GetDeckDescriptor()
100 ++iDeck) in GetDeckDescriptor()
102 if (iDeck->msId.equals(rsDeckId)) in GetDeckDescriptor()
103 return &*iDeck; in GetDeckDescriptor()
134 iDeck(maDecks.begin()), in SetIsDeckEnabled() local
136 iDeck!=iEnd; in SetIsDeckEnabled()
137 ++iDeck) in SetIsDeckEnabled()
160 iDeck(maDecks.begin()), in GetMatchingDecks() local
162 iDeck!=iEnd; in GetMatchingDecks()
[all …]
H A DTabBar.cxx130 iDeck(rDecks.begin()), in SetDecks() local
132 iDeck!=iEnd; in SetDecks()
133 ++iDeck) in SetDecks()
135 … const DeckDescriptor* pDescriptor = ResourceManager::Instance().GetDeckDescriptor(iDeck->msId); in SetDecks()
150 rItem.mpButton->Enable(iDeck->mbIsEnabled); in SetDecks()
H A DSidebarController.cxx449 iDeck(aDecks.begin()), in UpdateConfigurations() local
451 iDeck!=iEnd; in UpdateConfigurations()
452 ++iDeck) in UpdateConfigurations()
454 if (iDeck->mbIsEnabled) in UpdateConfigurations()
456 if (iDeck->msId.equals(msCurrentDeckId)) in UpdateConfigurations()
462 sNewDeckId = iDeck->msId; in UpdateConfigurations()

Completed in 35 milliseconds