Home
last modified time | relevance | path

Searched refs:m_spDispatch (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/extensions/source/ole/
H A Doleobjw.cxx152 if (t == getCppuType(static_cast<Reference<XInvocation>*>( 0)) && !m_spDispatch) in queryInterface()
175 if ( ! m_spDispatch ) in invoke()
238 if ( ! m_spDispatch ) in setValue()
329 …hr = m_spDispatch->Invoke(dispid, IID_NULL, LOCALE_USER_DEFAULT, ::sal::static_int_cast< WORD, INV… in setValue()
410 if ( ! m_spDispatch ) in getValue()
488 hr = m_spDispatch->Invoke(dispid, in getValue()
592 if ( ! m_spDispatch ) in hasMethod()
642 if ( ! m_spDispatch ) in hasProperty()
712 pVariant->pdispVal = m_spDispatch; in createBridge()
1021 hr = m_spDispatch->Invoke(aDesc->memid, in invokeWithDispIdUnoTlb()
[all …]
H A Doleobjw.hxx247 CComPtr<IDispatch> m_spDispatch; member in ole_adapter::IUnknownWrapper_Impl