Lines Matching refs:theOther
82 CFormatEtc::CFormatEtc( const CFormatEtc& theOther ) in CFormatEtc() argument
84 m_FormatEtc.cfFormat = theOther.m_FormatEtc.cfFormat; in CFormatEtc()
85 m_FormatEtc.ptd = CopyTargetDevice( theOther.m_FormatEtc.ptd ); in CFormatEtc()
86 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in CFormatEtc()
87 m_FormatEtc.lindex = theOther.m_FormatEtc.lindex; in CFormatEtc()
88 m_FormatEtc.tymed = theOther.m_FormatEtc.tymed; in CFormatEtc()
95 CFormatEtc& CFormatEtc::operator=( const CFormatEtc& theOther ) in operator =() argument
97 if ( this != &theOther ) in operator =()
101 m_FormatEtc.cfFormat = theOther.m_FormatEtc.cfFormat; in operator =()
102 m_FormatEtc.ptd = CopyTargetDevice( theOther.m_FormatEtc.ptd ); in operator =()
103 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in operator =()
104 m_FormatEtc.lindex = theOther.m_FormatEtc.lindex; in operator =()
105 m_FormatEtc.tymed = theOther.m_FormatEtc.tymed; in operator =()