Lines Matching refs:rType

83 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su…  in queryInterface()  argument
84 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
107 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryInterface() argument
108 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
140 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryInterface() argument
141 { return OWeakAggObject::queryInterface( rType ); } in queryInterface()
142 …::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryAggregation() argument
143 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
205 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryInterface() argument
207 … ::com::sun::star::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(), this ) ); in queryInterface()
210 return BaseClass::queryInterface( rType ); in queryInterface()
274 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryInterface() argument
275 { return BaseClass::queryInterface( rType ); } in queryInterface()
276 …::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryAggregation() argument
278 … ::com::sun::star::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(), this ) ); in queryAggregation()
281 return BaseClass::queryAggregation( rType ); in queryAggregation()