Home
last modified time | relevance | path

Searched refs:CEnumFormatEtc (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sal/workben/clipboardwben/testcopy/
H A DXTDataObject.cxx209 *ppenumFormatetc = new CEnumFormatEtc( this ); in EnumFormatEtc()
299 CEnumFormatEtc::CEnumFormatEtc( LPUNKNOWN pUnkDataObj ) : in CEnumFormatEtc() function in CEnumFormatEtc
312 CEnumFormatEtc::~CEnumFormatEtc( ) in ~CEnumFormatEtc()
320 STDMETHODIMP CEnumFormatEtc::QueryInterface( REFIID iid, LPVOID* ppvObject ) in QueryInterface()
343 STDMETHODIMP_(ULONG) CEnumFormatEtc::AddRef( ) in STDMETHODIMP_()
354 STDMETHODIMP_(ULONG) CEnumFormatEtc::Release( ) in STDMETHODIMP_()
373 STDMETHODIMP CEnumFormatEtc::Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched ) in Next()
417 STDMETHODIMP CEnumFormatEtc::Skip( ULONG celt ) in Skip()
434 STDMETHODIMP CEnumFormatEtc::Reset( ) in Reset()
444 STDMETHODIMP CEnumFormatEtc::Clone( IEnumFORMATETC** ppenum ) in Clone()
[all …]
H A DXTDataObject.hxx94 friend class CEnumFormatEtc;
101 class CEnumFormatEtc : public IEnumFORMATETC class
104 CEnumFormatEtc( LPUNKNOWN pUnkDataObj );
105 ~CEnumFormatEtc( );
126 typedef CEnumFormatEtc *PCEnumFormatEtc;
/trunk/main/dtrans/source/win32/workbench/
H A DXTDo.cxx186 *ppenumFormatetc = new CEnumFormatEtc( this ); in EnumFormatEtc()
275 CEnumFormatEtc::CEnumFormatEtc( LPUNKNOWN pUnkDataObj ) : in CEnumFormatEtc() function in CEnumFormatEtc
286 STDMETHODIMP CEnumFormatEtc::QueryInterface( REFIID iid, LPVOID* ppvObject ) in QueryInterface()
309 STDMETHODIMP_(ULONG) CEnumFormatEtc::AddRef( ) in STDMETHODIMP_()
320 STDMETHODIMP_(ULONG) CEnumFormatEtc::Release( ) in STDMETHODIMP_()
339 STDMETHODIMP CEnumFormatEtc::Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched ) in Next()
377 STDMETHODIMP CEnumFormatEtc::Skip( ULONG celt ) in Skip()
396 STDMETHODIMP CEnumFormatEtc::Reset( ) in Reset()
406 STDMETHODIMP CEnumFormatEtc::Clone( IEnumFORMATETC** ppenum ) in Clone()
417 CEnumFormatEtc* pCEnumFEtc = new CEnumFormatEtc( m_pUnkDataObj ); in Clone()
H A DXTDo.hxx106 class CEnumFormatEtc : public IEnumFORMATETC class
109 CEnumFormatEtc( LPUNKNOWN pUnkDataObj );
128 typedef CEnumFormatEtc *PCEnumFormatEtc;
/trunk/main/dtrans/source/win32/dtobj/
H A DXTDataObject.cxx518 *ppenumFormatetc = new CEnumFormatEtc( this, m_FormatEtcContainer ); in EnumFormatEtc()
748 CEnumFormatEtc::CEnumFormatEtc( LPUNKNOWN lpUnkOuter, const CFormatEtcContainer& aFormatEtcContaine… in CEnumFormatEtc() function in CEnumFormatEtc
760 STDMETHODIMP CEnumFormatEtc::QueryInterface( REFIID iid, LPVOID* ppvObject ) in QueryInterface()
784 STDMETHODIMP_(ULONG) CEnumFormatEtc::AddRef( ) in STDMETHODIMP_()
795 STDMETHODIMP_(ULONG) CEnumFormatEtc::Release( ) in STDMETHODIMP_()
811 STDMETHODIMP CEnumFormatEtc::Next( ULONG nRequested, LPFORMATETC lpDest, ULONG* lpFetched ) in Next()
830 STDMETHODIMP CEnumFormatEtc::Skip( ULONG celt ) in Skip()
839 STDMETHODIMP CEnumFormatEtc::Reset( ) in Reset()
849 STDMETHODIMP CEnumFormatEtc::Clone( IEnumFORMATETC** ppenum ) in Clone()
854 *ppenum = new CEnumFormatEtc( m_lpUnkOuter, m_FormatEtcContainer ); in Clone()
H A DXTDataObject.hxx147 class CEnumFormatEtc : public IEnumFORMATETC class
150 CEnumFormatEtc( LPUNKNOWN lpUnkOuter, const CFormatEtcContainer& aFormatEtcContainer );
151 virtual ~CEnumFormatEtc() {} in ~CEnumFormatEtc()
170 typedef CEnumFormatEtc *PCEnumFormatEtc;

Completed in 52 milliseconds