Searched refs:XLB_Invocation (Results 1 – 1 of 1) sorted by relevance
288 class XLB_Invocation : public WeakImplHelper1< XInvocation > class293 XLB_Invocation( const Reference< XMultiServiceFactory > & /*xMgr*/, in XLB_Invocation() function in XLB_Invocation311 Any XLB_Invocation::invoke( const OUString & rFunctionName, in invoke()550 void XLB_Invocation::setValue( const OUString & rName, const Any & rValue ) in setValue()591 Any XLB_Invocation::getValue( const OUString & rName ) in getValue()640 sal_Bool XLB_Invocation::hasMethod( const OUString & rName ) in hasMethod()652 sal_Bool XLB_Invocation::hasProperty( const OUString & rName ) in hasProperty()954 Reference< XInvocation > xInvok( new XLB_Invocation( xMgr, xOriginal ) ); in test_adapter()
Completed in 18 milliseconds