Lines Matching refs:rOther
46 DeckDescriptor::DeckDescriptor (const DeckDescriptor& rOther) in DeckDescriptor() argument
47 : msTitle(rOther.msTitle), in DeckDescriptor()
48 msId(rOther.msId), in DeckDescriptor()
49 msIconURL(rOther.msIconURL), in DeckDescriptor()
50 msHighContrastIconURL(rOther.msHighContrastIconURL), in DeckDescriptor()
51 msTitleBarIconURL(rOther.msTitleBarIconURL), in DeckDescriptor()
52 msHighContrastTitleBarIconURL(rOther.msHighContrastTitleBarIconURL), in DeckDescriptor()
53 msHelpURL(rOther.msHelpURL), in DeckDescriptor()
54 msHelpText(rOther.msHelpText), in DeckDescriptor()
55 maContextList(rOther.maContextList), in DeckDescriptor()
56 mbIsEnabled(rOther.mbIsEnabled), in DeckDescriptor()
57 mnOrderIndex(rOther.mnOrderIndex) in DeckDescriptor()