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