Lines Matching refs:m_pFormatEtc
33 , m_pFormatEtc( NULL ) in OleWrapperAdviseSink()
47 , m_pFormatEtc( NULL ) in OleWrapperAdviseSink()
61 , m_pFormatEtc( NULL ) in OleWrapperAdviseSink()
72 m_pFormatEtc = new FORMATETC; in OleWrapperAdviseSink()
73 m_pFormatEtc->cfFormat = pFormatEtc->cfFormat; in OleWrapperAdviseSink()
74 m_pFormatEtc->ptd = NULL; in OleWrapperAdviseSink()
75 m_pFormatEtc->dwAspect = pFormatEtc->dwAspect; in OleWrapperAdviseSink()
76 m_pFormatEtc->lindex = pFormatEtc->lindex; in OleWrapperAdviseSink()
77 m_pFormatEtc->tymed = pFormatEtc->tymed; in OleWrapperAdviseSink()
84 , m_pFormatEtc( NULL ) in OleWrapperAdviseSink()
97 if ( m_pFormatEtc ) in ~OleWrapperAdviseSink()
98 delete m_pFormatEtc; in ~OleWrapperAdviseSink()