/aoo42x/main/embedserv/source/inprocserv/ |
H A D | inprocembobj.cxx | 147 hr = m_pDefHandler->QueryInterface( IID_IDataObject, (void**)&pIDataObject ); in CheckDefHandler() 162 hr = m_pDefHandler->QueryInterface( IID_IViewObject, (void**)&pIViewObject ); in CheckDefHandler() 173 hr = m_pDefHandler->QueryInterface( IID_IPersistStorage, (void**)&pPersist ); in CheckDefHandler() 260 hr = m_pDefHandler->QueryInterface( IID_IOleObject, (void**)&pOleObject ); in CheckDefHandler() 279 hr = m_pDefHandler->QueryInterface( IID_IDataObject, (void**)&pIDataObject ); in CheckDefHandler() 296 hr = m_pDefHandler->QueryInterface( IID_IViewObject, (void**)&pIViewObject ); in CheckDefHandler() 380 STDMETHODIMP InprocEmbedDocument_Impl::QueryInterface( REFIID riid, void FAR* FAR* ppv ) in QueryInterface() function in inprocserv::InprocEmbedDocument_Impl 695 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistFile, (void**)&pPersist ); in Load() 726 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistFile, (void**)&pPersist ); in Save() 743 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistFile, (void**)&pPersist ); in SaveCompleted() [all …]
|
H A D | dllentry.cxx | 144 STDMETHOD(QueryInterface)(REFIID riid, LPVOID FAR * ppvObj); 272 STDMETHODIMP InprocEmbedProvider_Impl::QueryInterface( REFIID riid, void FAR* FAR* ppv ) in QueryInterface() function in inprocserv::InprocEmbedProvider_Impl 324 hr = pEmbedDocument->QueryInterface( riid, ppv ); in CreateInstance()
|
/aoo42x/main/sal/inc/systools/win32/ |
H A D | comptr.hxx | 72 pIUnknown->QueryInterface(P_IID, (void**)&m_pInterface); in ComPtr() 133 pIUnknown->QueryInterface(P_IID, (void**)&m_pInterface); in operator =() 185 return m_pInterface->QueryInterface(__uuidof(T_QUERYINTERFACE), (void**)pQuery); in query() 192 return m_pInterface->QueryInterface(rIID, pQuery); in query() 198 return m_pInterface->QueryInterface(IID_IUnknown, (void**)pQuery); in unknown() 211 m_pInterface->QueryInterface(IID_IUnknown, (void**)&pCurrent); in equals()
|
H A D | comtools.hxx | 113 COMReference<InterfaceType> QueryInterface(REFIID iid) in QueryInterface() function in sal::systools::COMReference 118 hr = com_ptr_->QueryInterface(iid, reinterpret_cast<LPVOID*>(&ip)); in QueryInterface()
|
/aoo42x/main/avmedia/source/win/ |
H A D | player.cxx | 176 if( !SUCCEEDED( mpOMF->QueryInterface( IID_IDDrawExclModeVideo, (void**) &mpEV ) ) ) in create() 181 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaControl, (void**) &mpMC ) ) && in create() 182 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaEventEx, (void**) &mpME ) ) && in create() 183 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaSeeking, (void**) &mpMS ) ) && in create() 184 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaPosition, (void**) &mpMP ) ) ) in create() 187 mpGB->QueryInterface( IID_IVideoWindow, (void**) &mpVW ); in create() 188 mpGB->QueryInterface( IID_IBasicVideo, (void**) &mpBV ); in create() 191 mpGB->QueryInterface( IID_IBasicAudio, (void**) &mpBA ); in create()
|
/aoo42x/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 126 return p->QueryInterface(__uuidof(Q), (void**)pp); 148 return p->QueryInterface(__uuidof(Q), (void**)pp); 160 HRESULT QueryInterface(Q** pp) 544 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp) 546 return QueryInterface(__uuidof(Q), (void**)pp); 694 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp) 696 return QueryInterface(__uuidof(Q), (void**)pp); 743 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp) 745 return QueryInterface(__uuidof(Q), (void**)pp); 797 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp) [all …]
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | comptr.hxx | 72 pIUnknown->QueryInterface(P_IID, (void**)&m_pInterface); in ComPtr() 133 pIUnknown->QueryInterface(P_IID, (void**)&m_pInterface); in operator =() 186 return m_pInterface->QueryInterface(__uuidof(T_QUERYINTERFACE), (void**)pQuery); in query() 200 m_pInterface->QueryInterface(IID_IUnknown, (void**)&pCurrent); in equals()
|
H A D | VistaFilePickerImpl.cxx | 413 m_iDialogOpen->QueryInterface(IID_IFileDialog, (void **)(&iDialog)); in impl_sta_CreateOpenDialog() 456 m_iDialogSave->QueryInterface(IID_IFileDialog, (void **)(&iDialog)); in impl_sta_CreateSaveDialog() 988 m_iDialogOpen->QueryInterface(IID_IFileDialog, (void**)(&iDialog)); in impl_getBaseDialogInterface() 994 m_iDialogSave->QueryInterface(IID_IFileDialog, (void**)(&iDialog)); in impl_getBaseDialogInterface() 1012 m_iDialogOpen->QueryInterface(IID_IFileDialogCustomize, (void**)(&iCustom)); in impl_getCustomizeInterface() 1019 m_iDialogSave->QueryInterface(IID_IFileDialogCustomize, (void**)(&iCustom)); in impl_getCustomizeInterface() 1220 if (SUCCEEDED(iDialog->QueryInterface(IID_IOleWindow, reinterpret_cast<void**>(&iOleWindow)))) in impl_refreshFileDialog() 1222 if (SUCCEEDED(iDialog->QueryInterface(IID_PPV_ARGS(&iOleWindow)))) in impl_refreshFileDialog()
|
H A D | VistaFilePickerEventHandler.cxx | 78 HRESULT STDMETHODCALLTYPE VistaFilePickerEventHandler::QueryInterface(REFIID rIID , in QueryInterface() function in fpicker::win32::vista::VistaFilePickerEventHandler 176 iDialog->QueryInterface(IID_IFileOpenDialog, (void**)(&iOpen)); in lcl_updateVersionListDirectly() 177 iDialog->QueryInterface(IID_IFileDialogCustomize, (void**)(&iCustomize)); in lcl_updateVersionListDirectly()
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | olecomponent.cxx | 616 HRESULT hr = m_pNativeImpl->m_pObj->QueryInterface( IID_IDataObject, (void**)&pDataObject ); in RetrieveObjectDataFlavors_Impl() 668 HRESULT hr = m_pNativeImpl->m_pObj->QueryInterface( IID_IOleLink, (void**)&pOleLink ); in InitializeObject_Impl() 674 …hr = m_pNativeImpl->m_pObj->QueryInterface( IID_IViewObject2, (void**)&m_pNativeImpl->m_pViewObjec… in InitializeObject_Impl() 683 …if ( SUCCEEDED( m_pNativeImpl->m_pObj->QueryInterface( IID_IOleCache, (void**)&pIOleCache ) ) && p… in InitializeObject_Impl() 706 hr = m_pNativeImpl->m_pObj->QueryInterface( IID_IOleObject, (void**)&m_pNativeImpl->m_pOleObject ); in InitializeObject_Impl() 906 …HRESULT hr = pOleLinkComponent->m_pNativeImpl->m_pObj->QueryInterface( IID_IDataObject, (void**)&p… in InitEmbeddedCopyOfLink() 926 hr = pOleLinkComponent->m_pNativeImpl->m_pObj->QueryInterface( IID_IOleLink, (void**)&pOleLink ); in InitEmbeddedCopyOfLink() 1152 HRESULT hr = m_pNativeImpl->m_pObj->QueryInterface( IID_IDataObject, (void**)&pDataObject ); in GetExtent() 1300 …HRESULT hr = m_pNativeImpl->m_pObj->QueryInterface( IID_IPersistStorage, (void**)&pPersistStorage … in IsDirty() 1315 …HRESULT hr = m_pNativeImpl->m_pObj->QueryInterface( IID_IPersistStorage, (void**)&pPersistStorage … in StoreOwnTmpIfNecessary() [all …]
|
/aoo42x/main/sal/qa/systools/ |
H A D | test_comtools.cxx | 57 HRESULT __stdcall QueryInterface(REFIID riid, LPVOID* ppv) in QueryInterface() function in COMObject 193 sal::systools::COMReference<IUnknown> r2 = r1.QueryInterface<IUnknown>(IID_IUnknown); in TEST_F() 207 … sal::systools::COMReference<IPersistFile> r2 = r1.QueryInterface<IPersistFile>(IID_IPersistFile); in TEST_F()
|
/aoo42x/main/extensions/source/ole/ |
H A D | servprov.cxx | 133 STDMETHODIMP ProviderOleWrapper_Impl::QueryInterface(REFIID riid, void FAR* FAR* ppv) in QueryInterface() function in ole_adapter::ProviderOleWrapper_Impl 200 ret = pVariant->pdispVal->QueryInterface(riid, ppv); in CreateInstance() 279 STDMETHODIMP OneInstanceOleWrapper_Impl::QueryInterface(REFIID riid, void FAR* FAR* ppv) in QueryInterface() function in ole_adapter::OneInstanceOleWrapper_Impl 339 ret = pVariant->punkVal->QueryInterface(riid, ppv); in CreateInstance()
|
H A D | servprov.hxx | 96 STDMETHOD(QueryInterface)(REFIID riid, LPVOID FAR * ppvObj); 138 STDMETHOD(QueryInterface)(REFIID riid, LPVOID FAR * ppvObj);
|
/aoo42x/main/shell/source/win32/shlxthandler/prophdl/ |
H A D | propertyhdl.cxx | 97 HRESULT STDMETHODCALLTYPE CPropertyHdl::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvO… in QueryInterface() function in CPropertyHdl 345 HRESULT STDMETHODCALLTYPE CClassFactory::QueryInterface( REFIID riid, void __RPC_FAR *__RPC_FAR *pp… in QueryInterface() function in CClassFactory 398 HRESULT hr = pUnk->QueryInterface( riid, ppvObject ); in CreateInstance()
|
/aoo42x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.cxx | 163 SCODE STDMETHODCALLTYPE COooFilter::QueryInterface( in QueryInterface() function in COooFilter 877 SCODE STDMETHODCALLTYPE COooFilterCF::QueryInterface(REFIID riid, void ** ppvObject) in QueryInterface() function in COooFilterCF 965 if ( SUCCEEDED( pIUnk->QueryInterface( riid , ppvObject ) ) ) in CreateInstance() 1081 if( SUCCEEDED( pResult->QueryInterface( iid, ppvObj ) ) ) in DllGetClassObject()
|
H A D | ooofilt.hxx | 96 virtual SCODE STDMETHODCALLTYPE QueryInterface( 189 virtual SCODE STDMETHODCALLTYPE QueryInterface(
|
/aoo42x/main/xmerge/source/activesync/ |
H A D | XMergeFactory.cpp | 34 STDMETHODIMP CXMergeFactory::QueryInterface(REFIID riid, void **ppvObject) in QueryInterface() function in CXMergeFactory 95 HRESULT hr = pFilter->QueryInterface(iid, ppvObject); in CreateInstance()
|
/aoo42x/main/sal/workben/clipboardwben/testcopy/ |
H A D | XTDataObject.hxx | 61 STDMETHODIMP QueryInterface(REFIID iid, LPVOID* ppvObject); 108 STDMETHODIMP QueryInterface( REFIID iid, LPVOID* ppvObject );
|
/aoo42x/main/dtrans/source/win32/workbench/ |
H A D | XTDo.hxx | 79 STDMETHODIMP QueryInterface(REFIID iid, LPVOID* ppvObject); 112 STDMETHODIMP QueryInterface( REFIID iid, LPVOID* ppvObject );
|
H A D | XTDo.cxx | 83 STDMETHODIMP CXTDataObject::QueryInterface( REFIID iid, LPVOID* ppvObject ) in QueryInterface() function in CXTDataObject 286 STDMETHODIMP CEnumFormatEtc::QueryInterface( REFIID iid, LPVOID* ppvObject ) in QueryInterface() function in CEnumFormatEtc
|
/aoo42x/main/shell/source/win32/shlxthandler/ |
H A D | classfactory.cxx | 69 HRESULT STDMETHODCALLTYPE CClassFactory::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppv… in QueryInterface() function in CClassFactory 138 HRESULT hr = pUnk->QueryInterface(riid, ppvObject); in CreateInstance()
|
/aoo42x/main/shell/inc/internal/ |
H A D | propertyhdl.hxx | 53 virtual HRESULT STDMETHODCALLTYPE QueryInterface( 96 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
|
/aoo42x/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 126 …virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject… 171 HRESULT STDMETHODCALLTYPE StreamOnZipBuffer::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR … in QueryInterface() function in StreamOnZipBuffer 319 HRESULT STDMETHODCALLTYPE CThumbviewer::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvO… in QueryInterface() function in CThumbviewer
|
/aoo42x/main/dtrans/source/win32/dtobj/ |
H A D | XTDataObject.hxx | 87 STDMETHODIMP QueryInterface(REFIID iid, LPVOID* ppvObject); 154 STDMETHODIMP QueryInterface( REFIID iid, LPVOID* ppvObject );
|
/aoo42x/main/embedserv/source/embed/ |
H A D | servprov.cxx | 244 STDMETHODIMP EmbedProviderFactory_Impl::QueryInterface(REFIID riid, void FAR* FAR* ppv) in QueryInterface() function in EmbedProviderFactory_Impl 288 return pEmbedDocument->QueryInterface( riid, ppv ); in CreateInstance()
|