Searched refs:CEnumFormatEtc (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sal/workben/clipboardwben/testcopy/ |
H A D | XTDataObject.cxx | 209 *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 D | XTDataObject.hxx | 94 friend class CEnumFormatEtc; 101 class CEnumFormatEtc : public IEnumFORMATETC class 104 CEnumFormatEtc( LPUNKNOWN pUnkDataObj ); 105 ~CEnumFormatEtc( ); 126 typedef CEnumFormatEtc *PCEnumFormatEtc;
|
/aoo41x/main/dtrans/source/win32/workbench/ |
H A D | XTDo.cxx | 186 *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 D | XTDo.hxx | 106 class CEnumFormatEtc : public IEnumFORMATETC class 109 CEnumFormatEtc( LPUNKNOWN pUnkDataObj ); 128 typedef CEnumFormatEtc *PCEnumFormatEtc;
|
/aoo41x/main/dtrans/source/win32/dtobj/ |
H A D | XTDataObject.cxx | 518 *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 D | XTDataObject.hxx | 148 class CEnumFormatEtc : public IEnumFORMATETC class 151 CEnumFormatEtc( LPUNKNOWN lpUnkOuter, const CFormatEtcContainer& aFormatEtcContainer ); 152 virtual ~CEnumFormatEtc() {} in ~CEnumFormatEtc() 171 typedef CEnumFormatEtc *PCEnumFormatEtc;
|
Completed in 28 milliseconds