Searched refs:rPanelDescriptor (Results 1 – 4 of 4) sorted by relevance
208 const PanelDescriptor& rPanelDescriptor (*iPanel); in GetMatchingPanels() local209 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() local319 rPanelDescriptor.msTitle = ::comphelper::getString( in ReadPanelList()321 rPanelDescriptor.mbIsTitleBarOptional = ::comphelper::getBOOL( in ReadPanelList()323 rPanelDescriptor.msId = ::comphelper::getString( in ReadPanelList()[all …]
54 const PanelDescriptor& rPanelDescriptor, in Panel() argument60 msPanelId(rPanelDescriptor.msId), in Panel()62 rPanelDescriptor.msTitle, in Panel()65 mbIsTitleBarOptional(rPanelDescriptor.mbIsTitleBarOptional), in Panel()
49 PanelDescriptor (const PanelDescriptor& rPanelDescriptor);
51 const PanelDescriptor& rPanelDescriptor,