Home
last modified time | relevance | path

Searched refs:rPanelDescriptor (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sfx2/source/sidebar/
H A DResourceManager.cxx208 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()
[all …]
H A DPanel.cxx54 const PanelDescriptor& rPanelDescriptor, in Panel() argument
60 msPanelId(rPanelDescriptor.msId), in Panel()
62 rPanelDescriptor.msTitle, in Panel()
65 mbIsTitleBarOptional(rPanelDescriptor.mbIsTitleBarOptional), in Panel()
H A DPanelDescriptor.hxx49 PanelDescriptor (const PanelDescriptor& rPanelDescriptor);
H A DPanel.hxx51 const PanelDescriptor& rPanelDescriptor,