Home
last modified time | relevance | path

Searched refs:m_aValueType (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/comphelper/source/container/
H A Denumerablemap.cxx103 Type m_aValueType; member
116 ,m_aValueType( _source.m_aValueType ) in MapData()
411 m_aData.m_aValueType = aValueType; in initialize()
446 TypeClass eAllowedTypeClass = m_aData.m_aValueType.getTypeClass(); in impl_checkValue_throw()
461 if ( m_aData.m_aValueType.isAssignableFrom( _value.getValueType() ) ) in impl_checkValue_throw()
471 xValue.set( xValue->queryInterface( m_aData.m_aValueType ), UNO_QUERY ); in impl_checkValue_throw()
487 const TypeDescription aRequiredTypeDesc( m_aData.m_aValueType ); in impl_checkValue_throw()
510 aMessage.append( m_aData.m_aValueType.getTypeName() ); in impl_checkValue_throw()
515 impl_checkNaN_throw( _value, m_aData.m_aValueType ); in impl_checkValue_throw()
588 return m_aData.m_aValueType; in getValueType()

Completed in 12 milliseconds