Home
last modified time | relevance | path

Searched refs:rDeckDescriptor (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DResourceManager.cxx165 const DeckDescriptor& rDeckDescriptor (*iDeck); in GetMatchingDecks() local
166 if (rDeckDescriptor.maContextList.GetMatch(rContext) == NULL) in GetMatchingDecks()
169 aDeckContextDescriptor.msId = rDeckDescriptor.msId; in GetMatchingDecks()
172 || IsDeckEnabled(rDeckDescriptor.msId, rContext, rxFrame); in GetMatchingDecks()
174 rDeckDescriptor.mnOrderIndex, in GetMatchingDecks()
261 DeckDescriptor& rDeckDescriptor (maDecks[nWriteIndex++]); in ReadDeckList() local
263 rDeckDescriptor.msTitle = ::comphelper::getString( in ReadDeckList()
265 rDeckDescriptor.msId = ::comphelper::getString( in ReadDeckList()
267 rDeckDescriptor.msIconURL = ::comphelper::getString( in ReadDeckList()
269 rDeckDescriptor.msHighContrastIconURL = ::comphelper::getString( in ReadDeckList()
[all …]
H A DTabBar.cxx250 RadioButton* TabBar::CreateTabItem (const DeckDescriptor& rDeckDescriptor) in CreateTabItem() argument
253 pItem->SetHelpText(rDeckDescriptor.msHelpText); in CreateTabItem()
254 pItem->SetQuickHelpText(rDeckDescriptor.msHelpText); in CreateTabItem()
259 Image TabBar::GetItemImage (const DeckDescriptor& rDeckDescriptor) const in GetItemImage()
262 rDeckDescriptor.msIconURL, in GetItemImage()
263 rDeckDescriptor.msHighContrastIconURL, in GetItemImage()
H A DSidebarController.cxx527 const DeckDescriptor& rDeckDescriptor, in SwitchToDeck() argument
536 if ( ! msCurrentDeckId.equals(rDeckDescriptor.msId) in SwitchToDeck()
547 msCurrentDeckId = rDeckDescriptor.msId; in SwitchToDeck()
556 rDeckDescriptor.msId, in SwitchToDeck()
566 rDeckDescriptor, in SwitchToDeck()
584 rDeckDescriptor, in SwitchToDeck()
587 msCurrentDeckTitle = rDeckDescriptor.msTitle; in SwitchToDeck()
597 pTitleBar->SetTitle(rDeckDescriptor.msTitle+A2S(" (")+maCurrentContext.msContext+A2S(")")); in SwitchToDeck()
677 mpParentWindow->SetText(rDeckDescriptor.msTitle); in SwitchToDeck()
H A DDeck.cxx52 const DeckDescriptor& rDeckDescriptor, in Deck() argument
56 msId(rDeckDescriptor.msId), in Deck()
58 msIconURL(rDeckDescriptor.msIconURL), in Deck()
59 msHighContrastIconURL(rDeckDescriptor.msHighContrastIconURL), in Deck()
61 mpTitleBar(new DeckTitleBar(rDeckDescriptor.msTitle, this, rCloserAction)), in Deck()
H A DDeck.hxx52 const DeckDescriptor& rDeckDescriptor,
H A DTabBar.hxx119 RadioButton* CreateTabItem (const DeckDescriptor& rDeckDescriptor);
H A DSidebarController.hxx212 const DeckDescriptor& rDeckDescriptor,