Home
last modified time | relevance | path

Searched refs:ppenumFormatetc (Results 1 – 11 of 11) sorted by relevance

/trunk/main/dtrans/source/win32/workbench/
H A DXTDo.cxx175 STDMETHODIMP CXTDataObject::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc ) in EnumFormatEtc() argument
177 if ( ( NULL == ppenumFormatetc ) || ( DATADIR_SET == dwDirection ) ) in EnumFormatEtc()
180 *ppenumFormatetc = NULL; in EnumFormatEtc()
186 *ppenumFormatetc = new CEnumFormatEtc( this ); in EnumFormatEtc()
187 static_cast< LPUNKNOWN >( *ppenumFormatetc )->AddRef( ); in EnumFormatEtc()
H A DXTDo.hxx89 STDMETHODIMP EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc );
/trunk/main/dtrans/source/win32/dtobj/
H A DXTDataObject.cxx503 DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc ) in EnumFormatEtc() argument
505 if ( NULL == ppenumFormatetc ) in EnumFormatEtc()
511 *ppenumFormatetc = NULL; in EnumFormatEtc()
518 *ppenumFormatetc = new CEnumFormatEtc( this, m_FormatEtcContainer ); in EnumFormatEtc()
519 if ( NULL != *ppenumFormatetc ) in EnumFormatEtc()
520 static_cast< LPUNKNOWN >( *ppenumFormatetc )->AddRef( ); in EnumFormatEtc()
522 hr = ( NULL != *ppenumFormatetc ) ? S_OK : E_OUTOFMEMORY; in EnumFormatEtc()
H A DAPNDataObject.cxx192 STDMETHODIMP CAPNDataObject::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc ) in EnumFormatEtc() argument
194 HRESULT hr = m_rIDataObjectOrg->EnumFormatEtc(dwDirection, ppenumFormatetc); in EnumFormatEtc()
202 hr = pIDOTmp->EnumFormatEtc(dwDirection, ppenumFormatetc); in EnumFormatEtc()
H A DXNotifyingDataObject.cxx101 DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc ) in EnumFormatEtc() argument
103 return m_aIDataObject->EnumFormatEtc(dwDirection, ppenumFormatetc); in EnumFormatEtc()
H A DAPNDataObject.hxx63 STDMETHODIMP EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc );
H A DXNotifyingDataObject.hxx81 STDMETHODIMP EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc );
H A DXTDataObject.hxx97 STDMETHODIMP EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc );
/trunk/main/sal/workben/clipboardwben/testcopy/
H A DXTDataObject.cxx198 STDMETHODIMP CXTDataObject::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc ) in EnumFormatEtc() argument
200 if ( ( NULL == ppenumFormatetc ) || ( DATADIR_SET == dwDirection ) ) in EnumFormatEtc()
203 *ppenumFormatetc = NULL; in EnumFormatEtc()
209 *ppenumFormatetc = new CEnumFormatEtc( this ); in EnumFormatEtc()
210 static_cast< LPUNKNOWN >( *ppenumFormatetc )->AddRef( ); in EnumFormatEtc()
H A DXTDataObject.hxx71 STDMETHODIMP EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc );
/trunk/main/dtrans/source/win32/clipb/
H A DAPNDataObject.hxx62 STDMETHODIMP EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc );

Completed in 40 milliseconds