/aoo42x/main/dtrans/source/win32/dtobj/ |
H A D | APNDataObject.cxx | 61 HRESULT hr = CreateStreamOnHGlobal( 0, KEEP_HGLOB_ON_RELEASE, &pStm ); in CAPNDataObject() local 108 HRESULT hr = CreateStreamOnHGlobal(m_hGlobal, FREE_HGLOB_ON_RELEASE, &pStm); in ~CAPNDataObject() local 131 HRESULT hr = E_NOINTERFACE; in QueryInterface() local 175 HRESULT hr = m_rIDataObjectOrg->GetData( pFormatetc, pmedium ); in GetData() local 194 HRESULT hr = m_rIDataObjectOrg->EnumFormatEtc(dwDirection, ppenumFormatetc); in EnumFormatEtc() local 213 HRESULT hr = m_rIDataObjectOrg->QueryGetData( pFormatetc ); in QueryGetData() local 232 HRESULT hr = m_rIDataObjectOrg->GetDataHere(pFormatetc, pmedium); in GetDataHere() local 270 HRESULT hr = m_rIDataObjectOrg->SetData( pFormatetc, pmedium, fRelease ); in SetData() local 308 HRESULT hr = m_rIDataObjectOrg->DUnadvise( dwConnection ); in DUnadvise() local 327 HRESULT hr = m_rIDataObjectOrg->EnumDAdvise(ppenumAdvise); in EnumDAdvise() local [all …]
|
H A D | DTransHelper.cxx | 65 HRESULT hr = E_FAIL; in write() local 90 HRESULT hr = E_FAIL; in read() local 111 HRESULT hr = GetHGlobalFromStream( m_lpStream, &hGlob ); in getHGlobal() local 147 HRESULT hr = CreateStreamOnHGlobal( hGlob, m_bDelStgOnRelease, &m_lpStream ); in init() local 173 HRESULT hr = CreateStreamOnHGlobal( hGlob, m_bDelStgOnRelease, &m_lpStream ); in init() local
|
H A D | XTDataObject.cxx | 74 CInvalidFormatEtcException( HRESULT hr ) : m_hr( hr ) {}; in CInvalidFormatEtcException() 101 HRESULT hr = E_NOINTERFACE; in QueryInterface() local 164 HRESULT hr = DV_E_FORMATETC; in GetData() local 355 HRESULT hr = S_OK; in renderSynthesizedFormatAndSetupStgMedium() local 515 HRESULT hr; in EnumFormatEtc() local 765 HRESULT hr = E_NOINTERFACE; in QueryInterface() local
|
/aoo42x/main/embedserv/source/inprocserv/ |
H A D | inprocembobj.cxx | 695 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistFile, (void**)&pPersist ); in Load() local 726 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistFile, (void**)&pPersist ); in Save() local 743 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistFile, (void**)&pPersist ); in SaveCompleted() local 773 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistFile, (void**)&pPersist ); in GetCurFile() local 804 HRESULT hr = m_pDefHandler->QueryInterface( IID_IOleObject, (void**)&pOleObject ); in SetClientSite() local 809 HRESULT hr = pOleObject->SetClientSite( pSite ); in SetClientSite() local 839 HRESULT hr = m_pDefHandler->QueryInterface( IID_IOleObject, (void**)&pOleObject ); in GetClientSite() local 857 HRESULT hr = m_pDefHandler->QueryInterface( IID_IOleObject, (void**)&pOleObject ); in SetHostNames() local 878 HRESULT hr = m_pDefHandler->QueryInterface( IID_IOleObject, (void**)&pOleObject ); in Close() local 901 HRESULT hr = m_pDefHandler->QueryInterface( IID_IOleObject, (void**)&pOleObject ); in SetMoniker() local [all …]
|
/aoo42x/main/extensions/test/ole/AxTestComponents/ |
H A D | Basic.cpp | 108 HRESULT hr = S_OK; in inArray() local 158 HRESULT hr = S_OK; in inoutString() local 184 HRESULT hr = S_OK; in inoutVariant() local 197 HRESULT hr = S_OK; in inoutArray() local 264 HRESULT hr = S_OK; in outVariant() local 272 HRESULT hr = S_OK; in outArray() local 444 HRESULT hr= S_OK; in mixed1() local 529 HRESULT hr= S_OK; in printArray() local 596 HRESULT hr= S_OK; in outSequenceByte() local 603 HRESULT hr= S_OK; in outSequenceShort() local [all …]
|
/aoo42x/main/odk/examples/OLE/activex/ |
H A D | SOActiveX.cpp | 64 HRESULT hr = idispUnoObject->GetIDsOfNames( IID_NULL, &sFuncName, 1, LOCALE_USER_DEFAULT, &id); in ExecuteFunc() local 85 HRESULT hr = ExecuteFunc( idispUnoObject, sFuncName, params, count, &result ); in GetIDispByFunc() local 190 HRESULT hr = pPropBag->QueryInterface( IID_IPropertyBag2, (void**)&pPropBag2 ); in Load() local 277 HRESULT hr = GetUnoStruct( L"com.sun.star.util.URL", pdispUrl ); in GetUrlStruct() local 318 HRESULT hr = GetUnoStruct( L"com.sun.star.awt.Rectangle", pdispRectangle ); in CreateFrameOldWay() local 414 HRESULT hr = GetUrlStruct( sUrl, pdispURL ); in CallDispatch1PBool() local 461 HRESULT hr = CallDispatch1PBool( pSlotUrl[ind], pSlotName[ind], TRUE ); in ShowSomeBars() local 472 HRESULT hr = CallDispatch1PBool( pSlotUrl[ind], pSlotName[ind], FALSE ); in HideAllBars() local 481 HRESULT hr = CallDispatch1PBool( mCurFileUrl, L"ReadOnly", mbViewOnly ); in LoadURLToFrame() local 495 HRESULT hr = m_spInPlaceSite->GetWindow( &hwnd ); in OnDrawAdvanced() local [all …]
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | olecomponent.cxx | 446 HRESULT hr = OleInitialize( NULL ); in OleComponent() local 631 HRESULT hr = pFormatEnum->Next( MAX_ENUM_ELE, pElem, &nNum ); in RetrieveObjectDataFlavors_Impl() local 686 HRESULT hr = pIOleCache->EnumCache( &pEnumSD ); in InitializeObject_Impl() local 764 HRESULT hr = OleGetClipboard( &pDO ); in CreateObjectFromClipboard() local 809 HRESULT hr = OleCreate( aClsID, in CreateNewEmbeddedObject() local 851 HRESULT hr = OleCreateFromFile( CLSID_NULL, in CreateObjectFromFile() local 999 HRESULT hr = S_OK; in RunObject() local 1063 HRESULT hr = pEnum->Next( MAX_ENUM_ELE, szEle, &nNum ); in GetVerbList() local 1091 HRESULT hr = OleRun( m_pNativeImpl->m_pOleObject ); in ExecuteVerb() local 1125 HRESULT hr = m_pNativeImpl->m_pOleObject->SetExtent( nMSAspect, &aSize ); in SetExtent() local [all …]
|
/aoo42x/main/dtrans/source/win32/workbench/ |
H A D | XTDo.cxx | 90 HRESULT hr = E_NOINTERFACE; in QueryInterface() local 152 HRESULT hr = E_FAIL; in GetData() local 182 HRESULT hr = E_FAIL; in EnumFormatEtc() local 291 HRESULT hr = E_NOINTERFACE; in QueryInterface() local 346 HRESULT hr = S_FALSE; in Next() local 379 HRESULT hr = S_FALSE; in Skip() local 413 HRESULT hr = E_FAIL; in Clone() local
|
H A D | testmarshal.cxx | 90 HRESULT hr = OleInitialize( NULL ); in ThreadProc() local 140 HRESULT hr = OleInitialize( NULL ); in main() local
|
/aoo42x/main/sal/workben/clipboardwben/testcopy/ |
H A D | XTDataObject.cxx | 77 HRESULT hr = E_NOINTERFACE; in QueryInterface() local 134 HRESULT hr = E_FAIL; in GetData() local 205 HRESULT hr = E_FAIL; in EnumFormatEtc() local 325 HRESULT hr = E_NOINTERFACE; in QueryInterface() local 383 HRESULT hr = S_FALSE; in Next() local 419 HRESULT hr = S_FALSE; in Skip() local 451 HRESULT hr = E_FAIL; in Clone() local
|
H A D | cbcpytest.cxx | 103 HRESULT hr = E_FAIL; in WinMain() local 333 HRESULT hr = MTAIsCurrentClipboard( static_cast< IDataObject* >( g_xtDo ) ); in FlushClipboard() local 353 HRESULT hr = OleGetClipboard( &pDataObj ); in PasteData() local
|
/aoo42x/main/extensions/source/activex/main/ |
H A D | SOActiveX.cpp | 99 HRESULT hr = ExecuteFunc( idispUnoObject, sFuncName, params, count, &result ); in GetIDispByFunc() local 223 HRESULT hr = GetIDispByFunc( mpDispFactory, in Cleanup() local 416 HRESULT hr = GetUnoStruct( L"com.sun.star.util.URL", pdispUrl ); in GetUrlStruct() local 485 HRESULT hr = GetUnoStruct( L"com.sun.star.awt.Rectangle", pdispRectangle ); in CreateFrameOldWay() local 635 HRESULT hr = GetUnoStruct( L"com.sun.star.beans.PropertyValue", pdispPropVal ); in CallLoadComponentFromURL1PBool() local 667 HRESULT hr = GetUrlStruct( sUrl, pdispURL ); in CallDispatchMethod() local 727 HRESULT hr = S_OK; in CallbackCreateXInputStream() local 799 HRESULT hr = CallDispatchMethod( mCurFileUrl, aArgNames, aArgVals, nCount ); in LoadURLToFrame() local 867 HRESULT hr = GetIDispByFunc( mpDispFactory, in GetVersionConnected() local 978 HRESULT hr = m_spInPlaceSite->GetWindow( &hwnd ); in OnDrawAdvanced() local [all …]
|
H A D | SODispatchInterceptor.cpp | 63 HRESULT hr = aURL->GetIDsOfNames( IID_NULL, &sURLMemberName, 1, LOCALE_USER_DEFAULT, &nURLID ); in queryDispatch() local 119 HRESULT hr = SafeArrayGetLBound( aDescripts, 1, &nLB ); in queryDispatches() local 157 HRESULT hr = GetPropertiesFromIDisp( aURL, &pUrlName, &pValue, 1 ); in dispatch() local
|
/aoo42x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | stream_helper.cxx | 70 HRESULT hr; in PrepareIStream() local 92 HRESULT hr; in cb_sread() local 105 HRESULT hr; in cb_sseek() local 135 HRESULT hr; in cb_stell() local 159 HRESULT hr; in cb_swrite() local
|
/aoo42x/main/embedserv/source/embed/ |
H A D | ed_ipersiststr.cxx | 78 HRESULT hr = pStream->Seek( aZero, STREAM_SEEK_SET, &nNewPos ); in createTempXInStreamFromIStream() local 138 HRESULT hr = pStream->Seek( aZero, STREAM_SEEK_SET, &nNewPos ); in copyXTempOutToIStream() local 276 HRESULT hr = Save( pStg, sal_False ); in SaveTo_Impl() local 398 HRESULT hr = CO_E_ALREADYINITIALIZED; in InitNew() local 490 HRESULT hr = E_FAIL; in Load() local 601 HRESULT hr = m_pMasterStorage->CopyTo( NULL, NULL, NULL, pStgSave ); in Save() local 629 HRESULT hr = E_FAIL; in Save() local 709 HRESULT hr = m_pMasterStorage->Stat( &aStat, STATFLAG_NONAME ); in SaveCompleted() local 765 HRESULT hr = StgCreateDocfile( NULL, in Load() local 878 HRESULT hr = E_FAIL; in Save() local [all …]
|
H A D | ed_ioleobject.cxx | 69 HRESULT hr = S_OK; in Close() local 103 HRESULT hr = S_OK; in OLENotifyClosing() local 420 HRESULT hr = S_OK; in SaveObject() local 449 HRESULT hr = S_OK; in ShowObject() local 473 HRESULT hr = S_OK; in Deactivate() local 485 HRESULT hr = S_OK; in OLENotifyDeactivation() local
|
/aoo42x/main/shell/source/win32/shlxthandler/prophdl/ |
H A D | propertyhdl.cxx | 152 HRESULT hr = E_UNEXPECTED; in GetCount() local 164 HRESULT hr = E_UNEXPECTED; in GetAt() local 176 HRESULT hr = E_UNEXPECTED; in GetValue() local 188 HRESULT hr = E_UNEXPECTED; in SetValue() local 263 HRESULT hr = GetItemData( pMetaInfoReader, i, &propvarValues); in LoadProperties() local 398 HRESULT hr = pUnk->QueryInterface( riid, ppvObject ); in CreateInstance() local
|
/aoo42x/main/dtrans/test/win32/dnd/ |
H A D | dndTest.cxx | 80 HRESULT hr; in main() local 117 HRESULT hr= S_OK; in doTest() local 150 HRESULT hr= S_OK; in MTAFunc() local
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | adodatalinks.cxx | 64 HRESULT hr; in PromptNew() local 120 HRESULT hr; in PromptEdit() local
|
/aoo42x/main/extensions/test/ole/cpptest/ |
H A D | cpptest.cxx | 42 HRESULT hr; in main() local 62 HRESULT hr; in doTest() local
|
/aoo42x/main/extensions/test/ole/unoTocomCalls/Test/ |
H A D | Test.cpp | 38 HRESULT hr; in main() local 66 HRESULT hr= S_OK; in doTest() local
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | getfilenamewrapper.cxx | 158 HRESULT hr = OleInitialize( NULL ); in ThreadProc() local 204 HRESULT hr = CoInitialize(NULL); in IsMTA() local 246 HRESULT hr = OleInitialize( NULL ); in getOpenFileName() local
|
/aoo42x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 76 HRESULT hr; in ThreadProc() local 140 HRESULT hr = E_FAIL; in WinMain() local 318 HRESULT hr; in PasteClipboardData2() local
|
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | EnumVariant.cpp | 127 HRESULT hr; in Clone() local 155 HRESULT hr = CoCreateInstance(CLSID_EnumVariant,NULL, in Create() local
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaDataImpl.cxx | 400 HRESULT hr = -1; in Create() local 430 HRESULT hr = -1; in Create() local 540 HRESULT hr = -1; in Create() local 587 HRESULT hr = -1; in Create() local
|