Lines Matching refs:hr
74 CInvalidFormatEtcException( HRESULT hr ) : m_hr( hr ) {}; in CInvalidFormatEtcException() argument
101 HRESULT hr = E_NOINTERFACE; in QueryInterface() local
109 hr = S_OK; in QueryInterface()
112 return hr; in QueryInterface()
164 HRESULT hr = DV_E_FORMATETC; in GetData() local
167 hr = renderSynthesizedFormatAndSetupStgMedium( *pFormatetc, *pmedium ); in GetData()
169 return hr; in GetData()
355 HRESULT hr = S_OK; in renderSynthesizedFormatAndSetupStgMedium() local
371 hr = DV_E_FORMATETC; in renderSynthesizedFormatAndSetupStgMedium()
383 hr = E_UNEXPECTED; in renderSynthesizedFormatAndSetupStgMedium()
386 return hr; in renderSynthesizedFormatAndSetupStgMedium()
515 HRESULT hr; in EnumFormatEtc() local
522 hr = ( NULL != *ppenumFormatetc ) ? S_OK : E_OUTOFMEMORY; in EnumFormatEtc()
525 hr = E_INVALIDARG; in EnumFormatEtc()
527 return hr; in EnumFormatEtc()
709 HRESULT SAL_CALL CXTDataObject::translateStgExceptionCode( HRESULT hr ) const in translateStgExceptionCode()
713 switch( hr ) in translateStgExceptionCode()
716 hrTransl = hr; in translateStgExceptionCode()
765 HRESULT hr = E_NOINTERFACE; in QueryInterface() local
774 hr = S_OK; in QueryInterface()
777 return hr; in QueryInterface()