Lines Matching refs:rDeckDescriptor
165 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()
271 rDeckDescriptor.msTitleBarIconURL = ::comphelper::getString( in ReadDeckList()
273 rDeckDescriptor.msHighContrastTitleBarIconURL = ::comphelper::getString( in ReadDeckList()
275 rDeckDescriptor.msHelpURL = ::comphelper::getString( in ReadDeckList()
277 rDeckDescriptor.msHelpText = rDeckDescriptor.msTitle; in ReadDeckList()
278 rDeckDescriptor.mbIsEnabled = true; in ReadDeckList()
279 rDeckDescriptor.mnOrderIndex = ::comphelper::getINT32( in ReadDeckList()
284 rDeckDescriptor.maContextList, in ReadDeckList()
544 DeckDescriptor& rDeckDescriptor (maDecks[nDeckWriteIndex++]); in ReadLegacyAddons() local
545 rDeckDescriptor.msTitle = ::comphelper::getString(aChildNode.getNodeValue("UIName")); in ReadLegacyAddons()
546 rDeckDescriptor.msId = rsNodeName; in ReadLegacyAddons()
547 rDeckDescriptor.msIconURL = ::comphelper::getString(aChildNode.getNodeValue("ImageURL")); in ReadLegacyAddons()
548 rDeckDescriptor.msHighContrastIconURL = rDeckDescriptor.msIconURL; in ReadLegacyAddons()
549 rDeckDescriptor.msTitleBarIconURL = OUString(); in ReadLegacyAddons()
550 rDeckDescriptor.msHighContrastTitleBarIconURL = OUString(); in ReadLegacyAddons()
551 rDeckDescriptor.msHelpURL = ::comphelper::getString(aChildNode.getNodeValue("HelpURL")); in ReadLegacyAddons()
552 rDeckDescriptor.msHelpText = rDeckDescriptor.msTitle; in ReadLegacyAddons()
553 rDeckDescriptor.mbIsEnabled = true; in ReadLegacyAddons()
554 rDeckDescriptor.mnOrderIndex = 100000 + nReadIndex; in ReadLegacyAddons()
555 …rDeckDescriptor.maContextList.AddContextDescription(Context(sModuleName, A2S("any")), true, OUStri… in ReadLegacyAddons()