Lines Matching refs:Any
63 …virtual Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce…
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…
89 Any IdlAttributeFieldImpl::queryInterface( const Type & rType ) in queryInterface()
92 Any aRet( ::cppu::queryInterface( rType, in queryInterface()
186 Any IdlAttributeFieldImpl::get( const Any & rObj ) in get()
207 Any aRet; in get()
219 void IdlAttributeFieldImpl::set( Any & rObj, const Any & rValue ) in set()
244 uno_copyAndConvertData( pArg, SAL_CONST_CAST( Any *, &rValue ), in set()
309 void IdlAttributeFieldImpl::set( const Any & rObj, const Any & rValue ) in set()
312 IdlAttributeFieldImpl::set( const_cast< Any & >( rObj ), rValue ); in set()
319 Any e; in checkException()
368 …virtual Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce…
385 …virtual Any SAL_CALL invoke( const Any & rObj, Sequence< Any > & rArgs ) throw(::com::sun::star::l…
397 Any IdlInterfaceMethodImpl::queryInterface( const Type & rType ) in queryInterface()
400 Any aRet( ::cppu::queryInterface( rType, static_cast< XIdlMethod * >( this ) ) ); in queryInterface()
602 Any SAL_CALL IdlInterfaceMethodImpl::invoke( const Any & rObj, Sequence< Any > & rArgs ) in invoke()
614 return Any(); in invoke()
620 return Any(); in invoke()
638 Any * pCppArgs = rArgs.getArray(); in invoke()
733 Any aRet; in invoke()
752 &aExc.TargetException, pUnoExc, ::getCppuType( (const Any *)0 ).getTypeLibType(), in invoke()
980 void InterfaceIdlClassImpl::createObject( Any & rObj ) in createObject()