Lines Matching refs:xReceiver
147 const Reference< script::XInvocation > & xReceiver, const Type & rType )
151 const Reference< script::XInvocation > & xReceiver,
198 void * key, Reference< script::XInvocation > const & xReceiver,
676 void * key, Reference< script::XInvocation > const & xReceiver, in AdapterImpl()
716 xReceiver.get(), ::getCppuType( &xReceiver ) ); in AdapterImpl()
865 const Reference< script::XInvocation > & xReceiver, in createAdapter()
870 if (xReceiver.is() && rTypes.getLength()) in createAdapter()
874 Reference< XInterface > xKey( xReceiver, UNO_QUERY ); in createAdapter()
884 new AdapterImpl( xKey.get(), xReceiver, rTypes, this ); in createAdapter()
926 const Reference< script::XInvocation > & xReceiver, const Type & rType ) in createAdapter()
929 return createAdapter( xReceiver, Sequence< Type >( &rType, 1 ) ); in createAdapter()