Home
last modified time | relevance | path

Searched refs:pDispatch (Results 1 – 25 of 119) sorted by relevance

12345

/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DCommandDispatchContainer.cxx89 CommandDispatch * pDispatch = new UndoCommandDispatch( m_xContext, xModel ); in getDispatchForURL() local
90 xResult.set( pDispatch ); in getDispatchForURL()
91 pDispatch->initialize(); in getDispatchForURL()
99 … CommandDispatch * pDispatch = new StatusBarCommandDispatch( m_xContext, xModel, xSelSupp ); in getDispatchForURL() local
100 xResult.set( pDispatch ); in getDispatchForURL()
101 pDispatch->initialize(); in getDispatchForURL()
181 void CommandDispatchContainer::setDrawCommandDispatch( DrawCommandDispatch* pDispatch ) in setDrawCommandDispatch() argument
183 m_pDrawCommandDispatch = pDispatch; in setDrawCommandDispatch()
184 m_aToBeDisposedDispatches.emplace_back( pDispatch ); in setDrawCommandDispatch()
/dports/textproc/goldendict/goldendict-73ec1b5/mouseover_win32/
H A DGetWordByIAccEx.c23 IDispatch* pDispatch = NULL; in GetParentAccessibleObject() local
28 HRESULT hr = pAcc->lpVtbl->get_accParent( pAcc, &pDispatch ); in GetParentAccessibleObject()
29 if ( ( hr == S_OK ) && ( pDispatch != NULL ) ) { in GetParentAccessibleObject()
30 hr = pDispatch->lpVtbl->QueryInterface( pDispatch, &IID_IAccessible, (void**)ppAccParent ); in GetParentAccessibleObject()
31 pDispatch->lpVtbl->Release( pDispatch ); in GetParentAccessibleObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DCommandDispatchContainer.cxx91 … rtl::Reference<CommandDispatch> pDispatch = new UndoCommandDispatch( m_xContext, xModel ); in getDispatchForURL() local
92 xResult.set( pDispatch ); in getDispatchForURL()
93 pDispatch->initialize(); in getDispatchForURL()
103 …rtl::Reference<CommandDispatch> pDispatch = new StatusBarCommandDispatch( m_xContext, xModel, xSel… in getDispatchForURL() local
104 xResult.set( pDispatch ); in getDispatchForURL()
105 pDispatch->initialize(); in getDispatchForURL()
185 void CommandDispatchContainer::setDrawCommandDispatch( DrawCommandDispatch* pDispatch ) in setDrawCommandDispatch() argument
187 m_pDrawCommandDispatch = pDispatch; in setDrawCommandDispatch()
188 m_aToBeDisposedDispatches.emplace_back( pDispatch ); in setDrawCommandDispatch()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dinvkprxy.h18 HRESULT __cdecl _com_invoke_helper(IDispatch *pDispatch,DISPID dwDispID,WORD wFlags,VARTYPE vtRet,v…
19 HRESULT __cdecl _com_dispatch_raw_method(IDispatch *pDispatch,DISPID dwDispID,WORD wFlags,VARTYPE v…
20 HRESULT WINAPI _com_dispatch_raw_propget(IDispatch *pDispatch,DISPID dwDispID,VARTYPE vtProp,void *…
21 HRESULT __cdecl _com_dispatch_raw_propput(IDispatch *pDispatch,DISPID dwDispID,VARTYPE vtProp,...) …
H A Ddocobjectservice.h67 IDispatch *pDispatch,
130 IDispatch *pDispatch,
191 …is,pDispatch,lpszUrl,dwFlags,lpszFrameName,pPostData,cbPostData,lpszHeaders,fPlayNavSound,pfCancel…
213 …DocObjectService_FireBeforeNavigate2(IDocObjectService* This,IDispatch *pDispatch,LPCWSTR lpszUrl,…
214 …return This->lpVtbl->FireBeforeNavigate2(This,pDispatch,lpszUrl,dwFlags,lpszFrameName,pPostData,cb…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dinvkprxy.h18 HRESULT __cdecl _com_invoke_helper(IDispatch *pDispatch,DISPID dwDispID,WORD wFlags,VARTYPE vtRet,v…
19 HRESULT __cdecl _com_dispatch_raw_method(IDispatch *pDispatch,DISPID dwDispID,WORD wFlags,VARTYPE v…
20 HRESULT WINAPI _com_dispatch_raw_propget(IDispatch *pDispatch,DISPID dwDispID,VARTYPE vtProp,void *…
21 HRESULT __cdecl _com_dispatch_raw_propput(IDispatch *pDispatch,DISPID dwDispID,VARTYPE vtProp,...) …
H A Ddocobjectservice.h67 IDispatch *pDispatch,
130 IDispatch *pDispatch,
191 …is,pDispatch,lpszUrl,dwFlags,lpszFrameName,pPostData,cbPostData,lpszHeaders,fPlayNavSound,pfCancel…
213 …DocObjectService_FireBeforeNavigate2(IDocObjectService* This,IDispatch *pDispatch,LPCWSTR lpszUrl,…
214 …return This->lpVtbl->FireBeforeNavigate2(This,pDispatch,lpszUrl,dwFlags,lpszFrameName,pPostData,cb…
/dports/net/freerdp/freerdp-2.5.0/server/shadow/Win/
H A Dwin_wds.c280 IDispatch* pDispatch; in Shadow_IRDPSessionEvents_Invoke() local
293 pDispatch = vr.pdispVal; in Shadow_IRDPSessionEvents_Invoke()
294 hr = pDispatch->lpVtbl->QueryInterface(pDispatch, &IID_IRDPSRAPIAttendee, in Shadow_IRDPSessionEvents_Invoke()
343 IDispatch* pDispatch; in Shadow_IRDPSessionEvents_Invoke() local
368 pDispatch = vr.pdispVal; in Shadow_IRDPSessionEvents_Invoke()
369 hr = pDispatch->lpVtbl->QueryInterface(pDispatch, &IID_IRDPSRAPIAttendee, in Shadow_IRDPSessionEvents_Invoke()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/COM/
H A DCOMBindingBaseObject.java71 private PointerByReference pDispatch = new PointerByReference(); field in COMBindingBaseObject
117 this.pDispatch); in init()
120 IDispatch.IID_IDISPATCH, this.pDispatch); in init()
124 IDispatch.IID_IDISPATCH, this.pDispatch); in init()
129 this.iDispatch = new Dispatch(this.pDispatch.getValue()); in init()
147 return pDispatch; in getIDispatchPointer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dappdispatchprovider.cxx136 … rtl::Reference<SfxOfficeDispatch> pDispatch = new SfxOfficeDispatch( pAppDisp, pSlot, aURL ) ; in queryDispatch() local
137 pDispatch->SetFrame(m_xFrame); in queryDispatch()
138 pDispatch->SetMasterUnoCommand( bMasterCommand ); in queryDispatch()
139 xDisp = pDispatch; in queryDispatch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappdispatchprovider.cxx151 SfxOfficeDispatch* pDispatch = new SfxOfficeDispatch( pAppDisp, pSlot, aURL ) ; in queryDispatch() local
152 pDispatch->SetFrame(m_xFrame); in queryDispatch()
153 pDispatch->SetMasterUnoCommand( bMasterCommand ); in queryDispatch()
154 xDisp = pDispatch; in queryDispatch()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/COM/
H A DIDispatchTest.java54 PointerByReference pDispatch = new PointerByReference(); in createIDispatch() local
67 WTypes.CLSCTX_SERVER, IDispatch.IID_IDISPATCH, pDispatch); in createIDispatch()
73 return new Dispatch(pDispatch.getValue()); in createIDispatch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dunoctitm.cxx300 , pDispatch( pDisp ) in SfxDispatchController_Impl()
328 if ( pDispatch ) in ~SfxDispatchController_Impl()
331 pDispatch->pImpl = nullptr; in ~SfxDispatchController_Impl()
335 aObject.Source = static_cast<cppu::OWeakObject*>(pDispatch); in ~SfxDispatchController_Impl()
336 pDispatch->GetListeners().disposeAndClear( aObject ); in ~SfxDispatchController_Impl()
352 pDispatch = nullptr; in UnBindController()
618 !(pDispatch && in dispatch()
802 aEvent.Source = static_cast<css::frame::XDispatch*>(pDispatch); in dispatch()
824 if ( !pDispatch ) in addStatusListener()
885 if ( !pDispatch ) in StateChanged()
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DOle32Test.java102 PointerByReference pDispatch = new PointerByReference(); in testCoCreateInstance() local
107 WTypes.CLSCTX_LOCAL_SERVER, riid, pDispatch); in testCoCreateInstance()
109 assertNotNull(pDispatch.getValue()); in testCoCreateInstance()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/fldui/
H A Dfldtdlg.cxx276 SfxDispatcher* pDispatch = m_pBindings->GetDispatcher(); in PageCreated() local
277 SfxViewFrame* pViewFrame = pDispatch ? pDispatch->GetFrame() : nullptr; in PageCreated()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dunoctitm.cxx303 , pDispatch( pDisp ) in SfxDispatchController_Impl()
352 if ( pDispatch ) in ~SfxDispatchController_Impl()
355 pDispatch->pImpl = nullptr; in ~SfxDispatchController_Impl()
359 aObject.Source = static_cast<cppu::OWeakObject*>(pDispatch); in ~SfxDispatchController_Impl()
360 pDispatch->GetListeners().disposeAndClear( aObject ); in ~SfxDispatchController_Impl()
376 pDispatch = nullptr; in UnBindController()
642 !(pDispatch && in dispatch()
826 aEvent.Source = static_cast<css::frame::XDispatch*>(pDispatch); in dispatch()
848 if ( !pDispatch ) in addStatusListener()
909 if ( !pDispatch ) in StateChanged()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/fldui/
H A Dfldtdlg.cxx282 SfxDispatcher* pDispatch = m_pBindings->GetDispatcher(); in PageCreated() local
283 SfxViewFrame* pViewFrame = pDispatch ? pDispatch->GetFrame() : nullptr; in PageCreated()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/COM/util/
H A DHybdridCOMInvocationTest.java139 PointerByReference pDispatch = new PointerByReference(); in testOfficeInvocationDemonstration() local
142 WTypes.CLSCTX_SERVER, IID_APPLICATION, pDispatch); in testOfficeInvocationDemonstration()
149 Dispatch dp = new Dispatch(pDispatch.getValue()); in testOfficeInvocationDemonstration()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Dtreeopt.cxx1054 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in CreateItemSet() local
1104 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in CreateItemSet() local
1105 if(SfxItemState::DEFAULT <= pDispatch->QueryState(SID_ATTR_LANGUAGE, pItem)) in CreateItemSet()
1205 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in ApplyItemSet() local
1206 pDispatch->ExecuteList(SID_ATTR_YEAR2000, in ApplyItemSet()
1280 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in ApplyLanguageOptions() local
1284 pDispatch->ExecuteList(pItem->Which(), SfxCallMode::SYNCHRON, { pItem }); in ApplyLanguageOptions()
1289 pDispatch->ExecuteList(pItem->Which(), SfxCallMode::SYNCHRON, { pItem }); in ApplyLanguageOptions()
1294 pDispatch->ExecuteList(pItem->Which(), SfxCallMode::SYNCHRON, { pItem }); in ApplyLanguageOptions()
1301 pDispatch->ExecuteList(SID_AUTOSPELL_CHECK, in ApplyLanguageOptions()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Dtreeopt.cxx1021 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in CreateItemSet() local
1071 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in CreateItemSet() local
1072 if(SfxItemState::DEFAULT <= pDispatch->QueryState(SID_ATTR_LANGUAGE, pItem)) in CreateItemSet()
1172 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in ApplyItemSet() local
1173 pDispatch->ExecuteList(SID_ATTR_YEAR2000, in ApplyItemSet()
1246 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in ApplyLanguageOptions() local
1250 pDispatch->ExecuteList(pItem->Which(), SfxCallMode::ASYNCHRON, { pItem }); in ApplyLanguageOptions()
1255 pDispatch->ExecuteList(pItem->Which(), SfxCallMode::ASYNCHRON, { pItem }); in ApplyLanguageOptions()
1260 pDispatch->ExecuteList(pItem->Which(), SfxCallMode::ASYNCHRON, { pItem }); in ApplyLanguageOptions()
1267 pDispatch->ExecuteList(SID_AUTOSPELL_CHECK, in ApplyLanguageOptions()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/ole/
H A Dactivex.h82 wxAutoOleInterface(REFIID riid, IDispatch *pDispatch) : m_interface(NULL) \
83 { QueryInterface(riid, pDispatch); } \
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/ole/
H A Dactivex.h82 wxAutoOleInterface(REFIID riid, IDispatch *pDispatch) : m_interface(NULL) \
83 { QueryInterface(riid, pDispatch); } \
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/ole/
H A Dactivex.h82 wxAutoOleInterface(REFIID riid, IDispatch *pDispatch) : m_interface(NULL) \
83 { QueryInterface(riid, pDispatch); } \
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/ole/
H A Dactivex.h82 wxAutoOleInterface(REFIID riid, IDispatch *pDispatch) : m_interface(NULL) \
83 { QueryInterface(riid, pDispatch); } \
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/ole/
H A Daccess.cpp1670 IDispatch* pDispatch = NULL; in GetChildStdAccessible() local
1671 if (S_OK == get_accChild ( var, & pDispatch)) in GetChildStdAccessible()
1674 if (pDispatch->QueryInterface(IID_IAccessible, (LPVOID*) & childAccessible) == S_OK) in GetChildStdAccessible()
1676 pDispatch->Release(); in GetChildStdAccessible()
1685 pDispatch->Release(); in GetChildStdAccessible()
1748 IDispatch* pDispatch = NULL; in GetChildAccessible() local
1749 if (S_OK == get_accChild ( var, & pDispatch)) in GetChildAccessible()
1752 if (pDispatch->QueryInterface(IID_IAccessible, (LPVOID*) & childAccessible) == S_OK) in GetChildAccessible()
1754 pDispatch->Release(); in GetChildAccessible()
1759 pDispatch->Release(); in GetChildAccessible()

12345