Lines Matching refs:rObj
77 …virtual Any SAL_CALL get( const Any & rObj ) throw(::com::sun::star::lang::IllegalArgumentExceptio…
78 …virtual void SAL_CALL set( const Any & rObj, const Any & rValue ) throw(::com::sun::star::lang::Il…
80 …virtual void SAL_CALL set( Any & rObj, const Any & rValue ) throw(::com::sun::star::lang::IllegalA…
186 Any IdlAttributeFieldImpl::get( const Any & rObj ) in get() argument
190 rObj, (typelib_InterfaceTypeDescription *)getDeclTypeDescr() ); in get()
206 *static_cast< Reference< XInterface > const * >(rObj.getValue())); in get()
219 void IdlAttributeFieldImpl::set( Any & rObj, const Any & rValue ) in set() argument
230 rObj, (typelib_InterfaceTypeDescription *)getDeclTypeDescr() ); in set()
295 rObj.getValue())); in set()
302 *(const Reference< XInterface > *)rObj.getValue(), 1 ); in set()
309 void IdlAttributeFieldImpl::set( const Any & rObj, const Any & rValue ) in set() argument
312 IdlAttributeFieldImpl::set( const_cast< Any & >( rObj ), rValue ); in set()
385 …virtual Any SAL_CALL invoke( const Any & rObj, Sequence< Any > & rArgs ) throw(::com::sun::star::l…
602 Any SAL_CALL IdlInterfaceMethodImpl::invoke( const Any & rObj, Sequence< Any > & rArgs ) in invoke() argument
607 if (rObj.getValueTypeClass() == TypeClass_INTERFACE) in invoke()
613 (*(const Reference< XInterface > *)rObj.getValue())->acquire(); in invoke()
619 (*(const Reference< XInterface > *)rObj.getValue())->release(); in invoke()
625 rObj, (typelib_InterfaceTypeDescription *)getDeclTypeDescr() ); in invoke()
635 *(const Reference< XInterface > *)rObj.getValue(), 1 ); in invoke()
709 *(const Reference< XInterface > *)rObj.getValue(), (sal_Int16)nPos ); in invoke()
746 aExc.Context = *(const Reference< XInterface > *)rObj.getValue(); in invoke()
980 void InterfaceIdlClassImpl::createObject( Any & rObj ) in createObject() argument
984 rObj.clear(); in createObject()