Home
last modified time | relevance | path

Searched refs:m_FormatEtc (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/dtrans/source/win32/dtobj/
H A DFetc.cxx40 m_FormatEtc.cfFormat = 0; in CFormatEtc()
41 m_FormatEtc.ptd = NULL; in CFormatEtc()
42 m_FormatEtc.dwAspect = 0; in CFormatEtc()
43 m_FormatEtc.lindex = -1; in CFormatEtc()
44 m_FormatEtc.tymed = TYMED_NULL; in CFormatEtc()
53 CopyFormatEtc( &m_FormatEtc, &const_cast< FORMATETC& >( aFormatEtc ) ); in CFormatEtc()
62 DeleteTargetDevice( m_FormatEtc.ptd ); in ~CFormatEtc()
71 m_FormatEtc.cfFormat = cf; in CFormatEtc()
72 m_FormatEtc.ptd = CopyTargetDevice( ptd ); in CFormatEtc()
73 m_FormatEtc.dwAspect = dwAspect; in CFormatEtc()
[all …]
H A DFetc.hxx79 FORMATETC m_FormatEtc; member in CFormatEtc