Lines Matching refs:InterfaceOleWrapper_Impl

109 InterfaceOleWrapper_Impl::InterfaceOleWrapper_Impl( Reference<XMultiServiceFactory>& xFactory,  in InterfaceOleWrapper_Impl()  function in ole_adapter::InterfaceOleWrapper_Impl
112 UnoConversionUtilities<InterfaceOleWrapper_Impl>( xFactory, unoWrapperClass, comWrapperClass) in InterfaceOleWrapper_Impl()
116 InterfaceOleWrapper_Impl::~InterfaceOleWrapper_Impl() in ~InterfaceOleWrapper_Impl()
130 STDMETHODIMP InterfaceOleWrapper_Impl::QueryInterface(REFIID riid, LPVOID FAR * ppv) in QueryInterface()
157 STDMETHODIMP_(ULONG) InterfaceOleWrapper_Impl::AddRef() in STDMETHODIMP_()
165 STDMETHODIMP_(ULONG) InterfaceOleWrapper_Impl::Release() in STDMETHODIMP_()
173 STDMETHODIMP InterfaceOleWrapper_Impl::getWrapperXInterface( Reference<XInterface>* pXInt) in getWrapperXInterface()
178 STDMETHODIMP InterfaceOleWrapper_Impl::getOriginalUnoObject( Reference<XInterface>* pXInt) in getOriginalUnoObject()
183 STDMETHODIMP InterfaceOleWrapper_Impl::getOriginalUnoStruct( Any * pStruct) in getOriginalUnoStruct()
202 STDMETHODIMP InterfaceOleWrapper_Impl::GetTypeInfoCount( unsigned int * /*pctinfo*/ ) in GetTypeInfoCount()
207 STDMETHODIMP InterfaceOleWrapper_Impl::GetTypeInfo(unsigned int /*itinfo*/, LCID /*lcid*/, ITypeInf… in GetTypeInfo()
212 STDMETHODIMP InterfaceOleWrapper_Impl::GetIDsOfNames(REFIID /*riid*/, in GetIDsOfNames()
353 void InterfaceOleWrapper_Impl::convertDispparamsArgs(DISPID id, in convertDispparamsArgs()
435 sal_Bool InterfaceOleWrapper_Impl::getInvocationInfoForCall( DISPID id, InvocationInfo& info) in getInvocationInfoForCall()
495 Any SAL_CALL InterfaceOleWrapper_Impl::createBridge(const Any& modelDepObject, in createBridge()
529 void SAL_CALL InterfaceOleWrapper_Impl::initialize( const Sequence< Any >& aArguments ) in initialize()
548 Reference< XInterface > InterfaceOleWrapper_Impl::createUnoWrapperInstance() in createUnoWrapperInstance()
550 Reference<XWeak> xWeak= static_cast<XWeak*>( new InterfaceOleWrapper_Impl( in createUnoWrapperInstance()
555 Reference<XInterface> InterfaceOleWrapper_Impl::createComWrapperInstance() in createComWrapperInstance()
817 STDMETHODIMP InterfaceOleWrapper_Impl::Invoke(DISPID dispidMember, in Invoke()
906 HRESULT InterfaceOleWrapper_Impl::doInvoke( DISPPARAMS * pdispparams, VARIANT * pvarResult, in doInvoke()
998 HRESULT InterfaceOleWrapper_Impl::doGetProperty( DISPPARAMS * /*pdispparams*/, VARIANT * pvarResult… in doGetProperty()
1037 HRESULT InterfaceOleWrapper_Impl::doSetProperty( DISPPARAMS * /*pdispparams*/, VARIANT * /*pvarResu… in doSetProperty()
1074 HRESULT InterfaceOleWrapper_Impl::InvokeGeneral( DISPID dispidMember, unsigned short wFlags, in InvokeGeneral()
1205 STDMETHODIMP InterfaceOleWrapper_Impl::GetDispID(BSTR /*bstrName*/, DWORD /*grfdex*/, DISPID __RPC_… in GetDispID()
1212 STDMETHODIMP InterfaceOleWrapper_Impl::InvokeEx( in InvokeEx()
1227 STDMETHODIMP InterfaceOleWrapper_Impl::DeleteMemberByName( in DeleteMemberByName()
1236 STDMETHODIMP InterfaceOleWrapper_Impl::DeleteMemberByDispID(DISPID /*id*/) in DeleteMemberByDispID()
1243 STDMETHODIMP InterfaceOleWrapper_Impl::GetMemberProperties( in GetMemberProperties()
1253 STDMETHODIMP InterfaceOleWrapper_Impl::GetMemberName( in GetMemberName()
1262 STDMETHODIMP InterfaceOleWrapper_Impl::GetNextDispID( in GetNextDispID()
1272 STDMETHODIMP InterfaceOleWrapper_Impl::GetNameSpaceParent( in GetNameSpaceParent()
1288 InterfaceOleWrapper_Impl( aFactory, unoWrapperClass, comWrapperClass), in UnoObjectWrapperRemoteOpt()