Lines Matching refs:_rType

3315 Any SAL_CALL FmXGridCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Runti…  in queryAggregation()  argument
3317 Any aReturn = OComponentHelper::queryAggregation( _rType ); in queryAggregation()
3320 aReturn = FmXGridCell_Base::queryInterface( _rType ); in queryAggregation()
3323 aReturn = FmXGridCell_WindowBase::queryInterface( _rType ); in queryAggregation()
3712 Any SAL_CALL FmXEditCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Runti… in queryAggregation() argument
3714 Any aReturn = FmXTextCell::queryAggregation( _rType ); in queryAggregation()
3717 aReturn = FmXEditCell_Base::queryInterface( _rType ); in queryAggregation()
3961 Any SAL_CALL FmXCheckBoxCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(R… in queryAggregation() argument
3963 Any aReturn = FmXDataCell::queryAggregation( _rType ); in queryAggregation()
3966 aReturn = FmXCheckBoxCell_Base::queryInterface( _rType ); in queryAggregation()
4144 Any SAL_CALL FmXListBoxCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Ru… in queryAggregation() argument
4146 Any aReturn = FmXTextCell::queryAggregation(_rType); in queryAggregation()
4149 aReturn = FmXListBoxCell_Base::queryInterface( _rType ); in queryAggregation()
4481 Any SAL_CALL FmXComboBoxCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(R… in queryAggregation() argument
4483 Any aReturn = FmXTextCell::queryAggregation(_rType); in queryAggregation()
4486 aReturn = FmXComboBoxCell_Base::queryInterface( _rType ); in queryAggregation()
4736 Any SAL_CALL FmXFilterCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Run… in queryAggregation() argument
4738 Any aReturn = FmXGridCell::queryAggregation(_rType); in queryAggregation()
4741 aReturn = FmXFilterCell_Base::queryInterface( _rType ); in queryAggregation()