Lines Matching refs:Type

194 Any SAL_CALL OControl::queryAggregation( const Type& _rType ) throw(RuntimeException)  in queryAggregation()
217 Sequence<Type> SAL_CALL OControl::getTypes() throw(RuntimeException) in getTypes()
229 Sequence<Type> OControl::_getTypes() in _getTypes()
420 Sequence< Type> OBoundControl::_getTypes() in _getTypes()
425 Any SAL_CALL OBoundControl::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation()
510 Sequence<Type> SAL_CALL OControlModel::getTypes() throw(RuntimeException) in getTypes()
522 Sequence<Type> OControlModel::_getTypes() in _getTypes()
531 Any SAL_CALL OControlModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
1235 Any SAL_CALL OBoundControlModel::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation()
1441 m_aValuePropertyType = aValuePropDesc.Type; in initValueProperty()
1471 Sequence< Type > OBoundControlModel::_getTypes() in _getTypes()
2605 Sequence< Type > aTypeCandidates; in impl_approveValueBinding_nolock()
2613 for ( const Type* pType = aTypeCandidates.getConstArray(); in impl_approveValueBinding_nolock()
2808 Type aValueExchangeType( getExternalValueType() ); in transferExternalValueToControl()
2856 Sequence< Type > OBoundControlModel::getSupportedBindingTypes() in getSupportedBindingTypes()
2858 return Sequence< Type >( &m_aValuePropertyType, 1 ); in getSupportedBindingTypes()
2864 m_aExternalValueType = Type(); in calculateExternalValueType()
2868 Sequence< Type > aTypeCandidates( getSupportedBindingTypes() ); in calculateExternalValueType()
2869 for ( const Type* pTypeCandidate = aTypeCandidates.getConstArray(); in calculateExternalValueType()