Searched refs:XLB_Invocation (Results 1 – 1 of 1) sorted by relevance
284 class XLB_Invocation : public WeakImplHelper1< XInvocation > class289 XLB_Invocation( const Reference< XMultiServiceFactory > & /*xMgr*/, in XLB_Invocation() function in XLB_Invocation307 Any XLB_Invocation::invoke( const OUString & rFunctionName, in invoke()545 void XLB_Invocation::setValue( const OUString & rName, const Any & rValue ) in setValue()585 Any XLB_Invocation::getValue( const OUString & rName ) in getValue()633 sal_Bool XLB_Invocation::hasMethod( const OUString & rName ) in hasMethod()644 sal_Bool XLB_Invocation::hasProperty( const OUString & rName ) in hasProperty()941 Reference< XInvocation > xInvok( new XLB_Invocation( xMgr, xOriginal ) ); in test_adapter()