Lines Matching refs:ModuleInvocationProxy

4416 class ModuleInvocationProxy : public OMutexBasis,  class
4426 ModuleInvocationProxy( const ::rtl::OUString& aPrefix, SbxObjectRef xScopeObj );
4427 ~ModuleInvocationProxy() in ~ModuleInvocationProxy()
4451 ModuleInvocationProxy::ModuleInvocationProxy( const ::rtl::OUString& aPrefix, SbxObjectRef xScopeOb… in ModuleInvocationProxy() function in ModuleInvocationProxy
4459 Reference< XIntrospectionAccess > SAL_CALL ModuleInvocationProxy::getIntrospection() throw() in getIntrospection()
4464 void SAL_CALL ModuleInvocationProxy::setValue( const ::rtl::OUString& rProperty, const Any& rValue … in setValue()
4505 Any SAL_CALL ModuleInvocationProxy::getValue( const ::rtl::OUString& rProperty ) throw( UnknownProp… in getValue()
4532 sal_Bool SAL_CALL ModuleInvocationProxy::hasMethod( const ::rtl::OUString& ) throw() in hasMethod()
4537 sal_Bool SAL_CALL ModuleInvocationProxy::hasProperty( const ::rtl::OUString& ) throw() in hasProperty()
4542 Any SAL_CALL ModuleInvocationProxy::invoke( const ::rtl::OUString& rFunction, in invoke()
4611 void SAL_CALL ModuleInvocationProxy::dispose() in dispose()
4622 void SAL_CALL ModuleInvocationProxy::addEventListener( const Reference< XEventListener >& xListener… in addEventListener()
4628 void SAL_CALL ModuleInvocationProxy::removeEventListener( const Reference< XEventListener >& xListe… in removeEventListener()
4643 Reference< XInvocation > xProxy = new ModuleInvocationProxy( aPrefix, xScopeObj ); in createComListener()
4788 …Reference< XInvocation > xProxy = new ModuleInvocationProxy( aPureIfaceName, pProxyClassModuleObje… in createCOMWrapperForIface()