Home
last modified time | relevance | path

Searched refs:IDispatch (Results 1 – 25 of 56) sorted by relevance

123

/trunk/main/extensions/source/activex/msidl/
H A Dso_activex.idl40 interface ISOActiveX : IDispatch
51 interface ISOComWindowPeer : IDispatch
59 HRESULT getToolkit( [out,retval] IDispatch** retVal );
62 HRESULT setPointer( [in] IDispatch* xPointer );
71 HRESULT invalidateRect( [in] IDispatch* aRect, [in] short nFlags );
77 HRESULT addEventListener( [in] IDispatch* xListener );
80 HRESULT removeEventListener( [in] IDispatch* xListener );
93 interface ISODispatchInterceptor : IDispatch
98 HRESULT getSlaveDispatchProvider( [out,retval] IDispatch** retVal );
101 HRESULT setSlaveDispatchProvider( [in] IDispatch* xNewDispatchProvider );
[all …]
/trunk/main/extensions/source/activex/main/
H A DSOActiveX.cpp61 HRESULT ExecuteFunc( IDispatch* idispUnoObject, in ExecuteFunc()
89 HRESULT GetIDispByFunc( IDispatch* idispUnoObject, in GetIDispByFunc()
93 CComPtr<IDispatch>& pdispResult ) in GetIDispByFunc()
105 pdispResult = CComPtr<IDispatch>( result.pdispVal ); in GetIDispByFunc()
110 HRESULT PutPropertiesToIDisp( IDispatch* pdispObject, in PutPropertiesToIDisp()
128 HRESULT GetPropertiesFromIDisp( IDispatch* pdispObject, in GetPropertiesFromIDisp()
161 …HRESULT hr = CoCreateInstance( clsFactory, NULL, CLSCTX_ALL, __uuidof(IDispatch), (void**)&mpDispF… in CSOActiveX()
194 CComQIPtr< IDispatch, &IID_IDispatch > pIDispDispInter( mpDispatchInterceptor ); in Cleanup()
208 mpDispTempFile = CComPtr< IDispatch >(); in Cleanup()
214 mpInstanceLocker = CComPtr< IDispatch >(); in Cleanup()
[all …]
H A DSODispatchInterceptor.h56 CComPtr<IDispatch> m_xMaster;
57 CComPtr<IDispatch> m_xSlave;
65 COM_INTERFACE_ENTRY(IDispatch) in COM_INTERFACE_ENTRY() argument
96 /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *retVal) in getSlaveDispatchProvider()
103 /* [in] */ IDispatch __RPC_FAR *xNewDispatchProvider) in setSlaveDispatchProvider()
110 /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *retVal) in getMasterDispatchProvider()
117 /* [in] */ IDispatch __RPC_FAR *xNewSupplier) in setMasterDispatchProvider()
124 /* [in] */ IDispatch __RPC_FAR *aURL,
127 /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *retVal);
134 /* [in] */ IDispatch __RPC_FAR *aURL,
[all …]
H A DSODispatchInterceptor.cpp53 STDMETHODIMP SODispatchInterceptor::queryDispatch( IDispatch FAR* aURL, in queryDispatch()
56 IDispatch FAR* FAR* retVal ) in queryDispatch()
74 CComQIPtr< IDispatch, &IID_IDispatch > pIDisp( this ); in queryDispatch()
130 CComPtr<IDispatch> pElem; in queryDispatches()
142 CComPtr<IDispatch> aRes; in queryDispatches()
152 STDMETHODIMP SODispatchInterceptor::dispatch( IDispatch FAR* aURL, SAFEARRAY FAR* aArgs) in dispatch()
209 STDMETHODIMP SODispatchInterceptor::addStatusListener( IDispatch FAR* /*xControl*/, IDispatch FAR* … in addStatusListener()
215 STDMETHODIMP SODispatchInterceptor::removeStatusListener( IDispatch FAR* /*xControl*/, IDispatch FA… in removeStatusListener()
H A DSOActiveX.h87 CComPtr<IDispatch> mpDispFactory;
88 CComPtr<IDispatch> mpDispFrame;
89 CComPtr<IDispatch> mpInstanceLocker;
90 CComPtr<IDispatch> mpDispWin;
102 CComPtr<IDispatch> mpDispTempFile;
116 COM_INTERFACE_ENTRY(IDispatch)
180 HRESULT GetUnoStruct( OLECHAR* sStructName, CComPtr<IDispatch>& pdispResult );
184 HRESULT GetUrlStruct( OLECHAR* sUrl, CComPtr<IDispatch>& pdispUrl );
H A DSOComWindowPeer.h60 COM_INTERFACE_ENTRY(IDispatch)
84 /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *retVal) in getToolkit()
91 /* [in] */ IDispatch __RPC_FAR* /*xPointer*/) in setPointer()
109 /* [in] */ IDispatch __RPC_FAR* /*aRect*/, in invalidateRect()
121 /* [in] */ IDispatch __RPC_FAR* /*xListener*/) in addEventListener()
127 /* [in] */ IDispatch __RPC_FAR* /*xListener*/) in removeEventListener()
H A Dcom_uno_helper.h24 HRESULT ExecuteFunc( IDispatch* idispUnoObject,
30 HRESULT GetIDispByFunc( IDispatch* idispUnoObject,
34 CComPtr<IDispatch>& pdispResult );
36 HRESULT PutPropertiesToIDisp( IDispatch* pdispObject,
41 HRESULT GetPropertiesFromIDisp( IDispatch* pdispObject,
/trunk/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp54 HRESULT ExecuteFunc( IDispatch* idispUnoObject, in ExecuteFunc()
75 HRESULT GetIDispByFunc( IDispatch* idispUnoObject, in GetIDispByFunc()
79 CComPtr<IDispatch>& pdispResult ) in GetIDispByFunc()
91 pdispResult = CComPtr<IDispatch>( result.pdispVal ); in GetIDispByFunc()
96 HRESULT PutPropertiesToIDisp( IDispatch* pdispObject, in PutPropertiesToIDisp()
126 …HRESULT hr = CoCreateInstance( clsFactory, NULL, CLSCTX_ALL, __uuidof(IDispatch), (void**)&mpDispF… in CSOActiveX()
161 mpDispFrame = CComPtr< IDispatch >(); in Cleanup()
270 HRESULT CSOActiveX::GetUnoStruct( OLECHAR* sStructName, CComPtr<IDispatch>& pdispResult ) in GetUnoStruct()
275 HRESULT CSOActiveX::GetUrlStruct( OLECHAR* sUrl, CComPtr<IDispatch>& pdispUrl ) in GetUrlStruct()
287 CComPtr<IDispatch> pdispTransformer; in GetUrlStruct()
[all …]
H A Dso_activex.idl42 interface ISOActiveX : IDispatch
53 interface ISOComWindowPeer : IDispatch
61 HRESULT getToolkit( [out,retval] IDispatch** retVal );
64 HRESULT setPointer( [in] IDispatch* xPointer );
73 HRESULT invalidateRect( [in] IDispatch* aRect, [in] short nFlags );
79 HRESULT addEventListener( [in] IDispatch* xListener );
82 HRESULT removeEventListener( [in] IDispatch* xListener );
H A DSOComWindowPeer.h57 COM_INTERFACE_ENTRY(IDispatch)
81 /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *retVal) in getToolkit()
88 /* [in] */ IDispatch __RPC_FAR *xPointer) in setPointer()
106 /* [in] */ IDispatch __RPC_FAR *aRect, in invalidateRect()
118 /* [in] */ IDispatch __RPC_FAR *xListener) in addEventListener()
124 /* [in] */ IDispatch __RPC_FAR *xListener) in removeEventListener()
H A DSOActiveX.h63 CComPtr<IDispatch> mpDispFactory;
64 CComPtr<IDispatch> mpDispFrame;
65 CComPtr<IDispatch> mpDispWin;
82 COM_INTERFACE_ENTRY(IDispatch)
145 HRESULT GetUnoStruct( OLECHAR* sStructName, CComPtr<IDispatch>& pdispResult );
150 HRESULT GetUrlStruct( OLECHAR* sUrl, CComPtr<IDispatch>& pdispUrl );
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp38 STDMETHODIMP CCallback::returnInterface(IDispatch **ppdisp) in returnInterface()
42 CComPtr<IDispatch> spDisp; in returnInterface()
49 STDMETHODIMP CCallback::outInterface(IDispatch **ppdisp) in outInterface()
54 CComPtr<IDispatch> spDisp; in outInterface()
75 /* [out] */ IDispatch __RPC_FAR *__RPC_FAR *ppdisp, in outValuesAll()
76 /* [out] */ IDispatch __RPC_FAR *__RPC_FAR *ppSimpleStruct, in outValuesAll()
113 STDMETHODIMP CCallback::outStruct(IDispatch **outStruct) in outStruct()
121 CComPtr<IDispatch> _dispMgr; in outStruct()
136 CComPtr<IDispatch> dispStruct; in outStruct()
260 STDMETHODIMP CCallback::inoutInterface(IDispatch **ppdisp) in inoutInterface()
[all …]
H A DCallback.h48 COM_INTERFACE_ENTRY(IDispatch)
68 STDMETHOD(inoutStruct)(/*[in,out]*/ IDispatch** inoutVal);
69 STDMETHOD(inoutInterface)(/*[in,out]*/ IDispatch** ppdisp);
71 /* [out][in] */ IDispatch __RPC_FAR *__RPC_FAR *aXSimple,
72 /* [out][in] */ IDispatch __RPC_FAR *__RPC_FAR *aStruct,
96 STDMETHOD(outStruct)(/*[out]*/ IDispatch** outStruct);
98 /* [out] */ IDispatch __RPC_FAR *__RPC_FAR *ppdisp,
99 /* [out] */ IDispatch __RPC_FAR *__RPC_FAR *ppSimpleStruct,
125 STDMETHOD(outInterface)(/*[out]*/ IDispatch** ppdisp);
126 STDMETHOD(returnInterface)(/*[out, retval]*/ IDispatch** ppdisp);
H A DXCallback_Impl.idl38 interface ICallback : IDispatch
41 …), helpstring("method returnInterface")] HRESULT returnInterface([out, retval] IDispatch** ppdisp);
42 [id(3), helpstring("method outInterface")] HRESULT outInterface([out] IDispatch** ppdisp);
44 …pstring("method outValuesAll")] HRESULT outValuesAll([out] IDispatch** ppdisp, [out] IDispatch** p…
56 [id(6), helpstring("method outStruct")] HRESULT outStruct([out] IDispatch** outStruct);
68 … [id(21), helpstring("method inoutInterface")] HRESULT inoutInterface([in,out] IDispatch** ppdisp);
69 … [id(22), helpstring("method inoutStruct")] HRESULT inoutStruct([in,out] IDispatch** inoutVal);
82 [in,out] IDispatch** aXSimple,
83 [in,out] IDispatch** aStruct,
109 interface ISimple : IDispatch
/trunk/main/extensions/test/ole/AxTestComponents/
H A DBasic.h49 COM_INTERFACE_ENTRY(IDispatch)
86 STDMETHOD(get_prpObject)(/*[out, retval]*/ IDispatch* *pVal);
87 STDMETHOD(put_prpObject)(/*[in]*/ IDispatch* newVal);
107 STDMETHOD(outObject)(/*[out]*/ IDispatch* *val);
118 STDMETHOD(inoutObject)(/*[in,out]*/ IDispatch* *val);
130 STDMETHOD(inObject)(/*[in]*/ IDispatch* val);
170 CComPtr<IDispatch> m_PrpObject;
194 CComPtr<IDispatch> m_obj;
H A DAxTestComponents.idl38 interface IBasic : IDispatch
49 [id(9), helpstring("method inObject")] HRESULT inObject([in] IDispatch* val);
59 [id(20), helpstring("method inoutObject")] HRESULT inoutObject([in,out] IDispatch** val);
69 [id(31), helpstring("method outObject")] HRESULT outObject([out] IDispatch** val);
88 …opget, id(42), helpstring("property prpObject")] HRESULT prpObject([out, retval] IDispatch* *pVal);
89 … [propput, id(42), helpstring("property prpObject")] HRESULT prpObject([in] IDispatch* newVal);
100 …0), helpstring("method inSequenceObject")] HRESULT inSequenceObject([in] SAFEARRAY(IDispatch*) ar);
107 …elpstring("method outSequenceObject")] HRESULT outSequenceObject([out] SAFEARRAY(IDispatch*)* val);
114 …ng("method inoutSequenceObject")] HRESULT inoutSequenceObject([in,out] SAFEARRAY(IDispatch*)* val);
H A DBasic.cpp116 STDMETHODIMP CBasic::inObject(IDispatch *val) in inObject()
207 STDMETHODIMP CBasic::inoutObject(IDispatch **val) in inoutObject()
209 CComPtr<IDispatch> disp = *val; in inoutObject()
278 STDMETHODIMP CBasic::outObject(IDispatch* *val) in outObject()
422 STDMETHODIMP CBasic::get_prpObject(IDispatch **pVal) in get_prpObject()
432 STDMETHODIMP CBasic::put_prpObject(IDispatch *newVal) in put_prpObject()
575 IDispatch* pdisp= ( IDispatch*) data; in printArray()
/trunk/main/connectivity/source/inc/ado/
H A DAolewrap.hxx44 IDispatch* pIUnknown;
46 void setIDispatch(IDispatch* _pIUnknown);
49 WpBase(IDispatch* pInt);
52 WpBase& operator=(IDispatch* rhs);
59 operator IDispatch*();
H A DAolevariant.hxx96 OLEVariant(IDispatch* pDispInterface);
117 void setIDispatch(IDispatch* pDispInterface);
146 IDispatch* getIDispatch() const;
/trunk/main/extensions/source/ole/
H A Djscriptclasses.hxx67 public IDispatch
74 COM_INTERFACE_ENTRY(IDispatch)
120 public IDispatch
127 COM_INTERFACE_ENTRY(IDispatch)
H A Dunoobjw.cxx140 *ppv = (IUnknown*) (IDispatch*) this; in QueryInterface()
145 *ppv = (IDispatch*) this; in QueryInterface()
402 IDispatch* pdisp= pdispparams->rgvarg[i].pdispVal; in convertDispparamsArgs()
515 pVar->pdispVal= static_cast<IDispatch*>( this); in createBridge()
592 CComPtr<IDispatch> spDispDest(varDest.pdispVal); in writeBackOutParameter2()
1091 pvarResult->pdispVal= static_cast<IDispatch*>( this); in InvokeGeneral()
1109 … pvarResult->pdispVal= CComQIPtr<IDispatch, &__uuidof(IDispatch)>(pValue->GetUnknown()); in InvokeGeneral()
1111 pvarResult->pdispVal= CComQIPtr<IDispatch>(pValue->GetUnknown()); in InvokeGeneral()
H A Dunotypewrapper.cxx41 pVar->pdispVal= CComQIPtr<IDispatch, &__uuidof(IDispatch)>(pObj->GetUnknown()); in createUnoTypeWrapper()
43 pVar->pdispVal= CComQIPtr<IDispatch>(pObj->GetUnknown()); in createUnoTypeWrapper()
/trunk/main/dbaccess/source/ui/dlg/
H A Dadodatalinks.cxx96 hr = dlPrompt->PromptNew((IDispatch **)&piTmpConnection); in PromptNew()
173 hr = dlPrompt->PromptEdit((IDispatch **)&piTmpConnection,&pbSuccess); in PromptEdit()
186 hr = dlPrompt->PromptNew((IDispatch **)&piTmpConnection); in PromptEdit()
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControl.odl41 [id(7)] IDispatch* inObject(IDispatch* val);
48 [id(14)] void outObject([out] IDispatch** val);
/trunk/main/udkapi/com/sun/star/bridge/
H A DOleBridgeSupplier2.idl40 was mapped to IDispatch, then all objects (interfaces, structs) and other
48 For Automation objects to be mapped they have to implement IDispatch interface. Other
50 except for IUnknown, are not supported.UNO interfaces and structs are mapped to IDispatch.

123