Lines Matching refs:rType

86 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su…  in queryInterface()  argument
87 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
110 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryInterface() argument
111 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
143 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryInterface() argument
144 { return OWeakAggObject::queryInterface( rType ); } in queryInterface()
145 …::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryAggregation() argument
146 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
208 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryInterface() argument
210 … ::com::sun::star::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(), this ) ); in queryInterface()
213 return BaseClass::queryInterface( rType ); in queryInterface()
277 …ar::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryInterface() argument
278 { return BaseClass::queryInterface( rType ); } in queryInterface()
279 …::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & rType ) throw (::com::su… in queryAggregation() argument
281 … ::com::sun::star::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(), this ) ); in queryAggregation()
284 return BaseClass::queryAggregation( rType ); in queryAggregation()