Lines Matching refs:queryAggregation
194 Any SAL_CALL OControl::queryAggregation( const Type& _rType ) throw(RuntimeException) in queryAggregation() function in frm::OControl
197 Any aReturn( OComponentHelper::queryAggregation(_rType) ); in queryAggregation()
204 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
425 Any SAL_CALL OBoundControl::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation() function in frm::OBoundControl
431 aReturn = OControl::queryAggregation( _rType ); in queryAggregation()
440 aReturn = OControl::queryAggregation( _rType ); in queryAggregation()
531 Any SAL_CALL OControlModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OControlModel
534 Any aReturn(OComponentHelper::queryAggregation(_rType)); in queryAggregation()
547 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
1235 Any SAL_CALL OBoundControlModel::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation() function in frm::OBoundControlModel
1237 Any aReturn( OControlModel::queryAggregation(_rType) ); in queryAggregation()