Lines Matching refs:rPanelDescriptor

208         const PanelDescriptor& rPanelDescriptor (*iPanel);  in GetMatchingPanels()  local
209 if ( ! rPanelDescriptor.msDeckId.equals(rsDeckId)) in GetMatchingPanels()
212 const ContextList::Entry* pEntry = rPanelDescriptor.maContextList.GetMatch(rContext); in GetMatchingPanels()
217 aPanelContextDescriptor.msId = rPanelDescriptor.msId; in GetMatchingPanels()
220 … aPanelContextDescriptor.mbShowForReadOnlyDocuments = rPanelDescriptor.mbShowForReadOnlyDocuments; in GetMatchingPanels()
222 rPanelDescriptor.mnOrderIndex, in GetMatchingPanels()
317 PanelDescriptor& rPanelDescriptor (maPanels[nWriteIndex++]); in ReadPanelList() local
319 rPanelDescriptor.msTitle = ::comphelper::getString( in ReadPanelList()
321 rPanelDescriptor.mbIsTitleBarOptional = ::comphelper::getBOOL( in ReadPanelList()
323 rPanelDescriptor.msId = ::comphelper::getString( in ReadPanelList()
325 rPanelDescriptor.msDeckId = ::comphelper::getString( in ReadPanelList()
327 rPanelDescriptor.msTitleBarIconURL = ::comphelper::getString( in ReadPanelList()
329 rPanelDescriptor.msHighContrastTitleBarIconURL = ::comphelper::getString( in ReadPanelList()
331 rPanelDescriptor.msHelpURL = ::comphelper::getString( in ReadPanelList()
333 rPanelDescriptor.msImplementationURL = ::comphelper::getString( in ReadPanelList()
335 rPanelDescriptor.mnOrderIndex = ::comphelper::getINT32( in ReadPanelList()
337 rPanelDescriptor.mbShowForReadOnlyDocuments = ::comphelper::getBOOL( in ReadPanelList()
339 rPanelDescriptor.mbWantsCanvas = ::comphelper::getBOOL( in ReadPanelList()
346 rPanelDescriptor.maContextList, in ReadPanelList()
557 PanelDescriptor& rPanelDescriptor (maPanels[nPanelWriteIndex++]); in ReadLegacyAddons() local
558 rPanelDescriptor.msTitle = ::comphelper::getString(aChildNode.getNodeValue("UIName")); in ReadLegacyAddons()
559 rPanelDescriptor.mbIsTitleBarOptional = true; in ReadLegacyAddons()
560 rPanelDescriptor.msId = rsNodeName; in ReadLegacyAddons()
561 rPanelDescriptor.msDeckId = rsNodeName; in ReadLegacyAddons()
562 rPanelDescriptor.msTitleBarIconURL = OUString(); in ReadLegacyAddons()
563 rPanelDescriptor.msHighContrastTitleBarIconURL = OUString(); in ReadLegacyAddons()
564 rPanelDescriptor.msHelpURL = ::comphelper::getString(aChildNode.getNodeValue("HelpURL")); in ReadLegacyAddons()
565 rPanelDescriptor.msImplementationURL = rsNodeName; in ReadLegacyAddons()
566 rPanelDescriptor.mnOrderIndex = 100000 + nReadIndex; in ReadLegacyAddons()
567 rPanelDescriptor.mbShowForReadOnlyDocuments = false; in ReadLegacyAddons()
568 rPanelDescriptor.mbWantsCanvas = false; in ReadLegacyAddons()
569rPanelDescriptor.maContextList.AddContextDescription(Context(sModuleName, A2S("any")), true, OUStr… in ReadLegacyAddons()