|
LibreOffice Module extensions (master) 1
|
#include "StdAfx2.h"Go to the source code of this file.
Functions | |
| HRESULT | ExecuteFunc (IDispatch *idispUnoObject, OLECHAR const *sFuncName, CComVariant *params, unsigned int count, CComVariant *pResult) |
| HRESULT | GetIDispByFunc (IDispatch *idispUnoObject, OLECHAR *sFuncName, CComVariant *params, unsigned int count, CComPtr< IDispatch > &pdispResult) |
| HRESULT | PutPropertiesToIDisp (IDispatch *pdispObject, OLECHAR **sMemberNames, CComVariant *pVariant, unsigned int count) |
| HRESULT | GetPropertiesFromIDisp (IDispatch *pdispObject, OLECHAR const **sMemberNames, CComVariant *pVariant, unsigned int count) |
| HRESULT ExecuteFunc | ( | IDispatch * | idispUnoObject, |
| OLECHAR const * | sFuncName, | ||
| CComVariant * | params, | ||
| unsigned int | count, | ||
| CComVariant * | pResult | ||
| ) |
Definition at line 49 of file SOActiveX.cxx.
Referenced by CSOActiveX::CallbackCreateXInputStream(), CSOActiveX::CallDispatchMethod(), CSOActiveX::CallLoadComponentFromURL1PBool(), CSOActiveX::Cleanup(), CSOActiveX::CreateFrameOldWay(), GetIDispByFunc(), CSOActiveX::GetUrlStruct(), CSOActiveX::GetVersionConnected(), CSOActiveX::LoadURLToFrame(), CSOActiveX::OnDrawAdvanced(), SODispatchInterceptor::queryDispatch(), and CSOActiveX::TerminateOffice().
| HRESULT GetIDispByFunc | ( | IDispatch * | idispUnoObject, |
| OLECHAR * | sFuncName, | ||
| CComVariant * | params, | ||
| unsigned int | count, | ||
| CComPtr< IDispatch > & | pdispResult | ||
| ) |
| HRESULT GetPropertiesFromIDisp | ( | IDispatch * | pdispObject, |
| OLECHAR const ** | sMemberNames, | ||
| CComVariant * | pVariant, | ||
| unsigned int | count | ||
| ) |
Definition at line 116 of file SOActiveX.cxx.
Referenced by SODispatchInterceptor::dispatch(), SODispatchInterceptor::queryDispatches(), and CSOActiveX::SetLayoutManagerProps().
| HRESULT PutPropertiesToIDisp | ( | IDispatch * | pdispObject, |
| OLECHAR ** | sMemberNames, | ||
| CComVariant * | pVariant, | ||
| unsigned int | count | ||
| ) |