Lines Matching refs:Adapter
61 Adapter::Adapter( const PyRef & ref, const Sequence< Type > &types ) in Adapter() function in pyuno::Adapter
67 Adapter::~Adapter() in ~Adapter()
77 Sequence<sal_Int8> Adapter::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
82 sal_Int64 Adapter::getSomething( const Sequence< sal_Int8 > &id) throw (RuntimeException) in getSomething()
103 Reference< XIntrospectionAccess > Adapter::getIntrospection() in getIntrospection()
110 Sequence< sal_Int16 > Adapter::getOutIndexes( const OUString & functionName ) in getOutIndexes()
189 Any Adapter::invoke( const OUString &aFunctionName, in invoke()
363 void Adapter::setValue( const OUString & aPropertyName, const Any & value ) in setValue()
391 Any Adapter::getValue( const OUString & aPropertyName ) in getValue()
415 sal_Bool Adapter::hasMethod( const OUString & aMethodName ) in hasMethod()
421 sal_Bool Adapter::hasProperty( const OUString & aPropertyName ) in hasProperty()