Lines Matching refs:Invocation_Impl
122 class Invocation_Impl class
133 Invocation_Impl( const Any & rAdapted, const Reference<XTypeConverter> &,
136 virtual ~Invocation_Impl();
272 Invocation_Impl::Invocation_Impl in Invocation_Impl() function in stoc_inv::Invocation_Impl
287 Invocation_Impl::~Invocation_Impl() in ~Invocation_Impl()
297 Any SAL_CALL Invocation_Impl::queryInterface( const Type & aType ) in queryInterface()
369 Any Invocation_Impl::getMaterial(void) throw(RuntimeException) in getMaterial()
393 void Invocation_Impl::setMaterial( const Any& rMaterial ) in setMaterial()
481 OUString Invocation_Impl::getExactName( const OUString& rApproximateName ) in getExactName()
496 Reference<XIntrospectionAccess> Invocation_Impl::getIntrospection(void) in getIntrospection()
506 sal_Bool Invocation_Impl::hasMethod( const OUString& Name ) in hasMethod()
517 sal_Bool Invocation_Impl::hasProperty( const OUString& Name ) in hasProperty()
533 Any Invocation_Impl::getValue( const OUString& PropertyName ) in getValue()
569 void Invocation_Impl::setValue( const OUString& PropertyName, const Any& Value ) in setValue()
648 Any Invocation_Impl::invoke( const OUString& FunctionName, const Sequence<Any>& InParams, in invoke()
769 void Invocation_Impl::getInfoSequenceImpl in getInfoSequenceImpl()
884 Sequence< OUString > SAL_CALL Invocation_Impl::getMemberNames( ) in getMemberNames()
896 Sequence< InvocationInfo > SAL_CALL Invocation_Impl::getInfo( ) in getInfo()
908 InvocationInfo SAL_CALL Invocation_Impl::getInfoForName( const OUString& aName, sal_Bool bExact ) in getInfoForName()
959 void Invocation_Impl::fillInfoForNameAccess in fillInfoForNameAccess()
975 void Invocation_Impl::fillInfoForProperty in fillInfoForProperty()
987 void Invocation_Impl::fillInfoForMethod in fillInfoForMethod()
1021 Sequence< Type > SAL_CALL Invocation_Impl::getTypes(void) throw( RuntimeException ) in getTypes()
1087 Sequence< sal_Int8 > SAL_CALL Invocation_Impl::getImplementationId( ) throw( RuntimeException) in getImplementationId()
1204 ( *new Invocation_Impl( *rArguments.getConstArray(), in createInstanceWithArguments()