Searched refs:theOther (Results 1 – 4 of 4) sorted by relevance
82 CFormatEtc::CFormatEtc( const CFormatEtc& theOther ) in CFormatEtc() argument84 m_FormatEtc.cfFormat = theOther.m_FormatEtc.cfFormat; 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 =() argument97 if ( this != &theOther ) in operator =()101 m_FormatEtc.cfFormat = theOther.m_FormatEtc.cfFormat; in operator =()103 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in operator =()104 m_FormatEtc.lindex = theOther.m_FormatEtc.lindex; in operator =()[all …]
55 CFormatEtc( const CFormatEtc& theOther );59 CFormatEtc& operator=( const CFormatEtc& theOther );
80 CAPNDataObject( const CAPNDataObject& theOther );81 CAPNDataObject& operator=( const CAPNDataObject& theOther );
79 CAPNDataObject( const CAPNDataObject& theOther );80 CAPNDataObject& operator=( const CAPNDataObject& theOther );
Completed in 16 milliseconds