Lines Matching refs:rOther
48 PanelDescriptor::PanelDescriptor (const PanelDescriptor& rOther) in PanelDescriptor() argument
49 : msTitle(rOther.msTitle), in PanelDescriptor()
50 mbIsTitleBarOptional(rOther.mbIsTitleBarOptional), in PanelDescriptor()
51 msId(rOther.msId), in PanelDescriptor()
52 msDeckId(rOther.msDeckId), in PanelDescriptor()
53 msTitleBarIconURL(rOther.msTitleBarIconURL), in PanelDescriptor()
54 msHighContrastTitleBarIconURL(rOther.msHighContrastTitleBarIconURL), in PanelDescriptor()
55 msHelpURL(rOther.msHelpURL), in PanelDescriptor()
56 maContextList(rOther.maContextList), in PanelDescriptor()
57 msImplementationURL(rOther.msImplementationURL), in PanelDescriptor()
58 mnOrderIndex(rOther.mnOrderIndex), in PanelDescriptor()
59 mbShowForReadOnlyDocuments(rOther.mbShowForReadOnlyDocuments), in PanelDescriptor()
60 mbWantsCanvas(rOther.mbWantsCanvas) in PanelDescriptor()