Searched refs:normalizeValue (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/forms/source/xforms/ |
H A D | datatypes.cxx | 392 normalizeValue( m_aMaxInclusive, m_fCachedMaxInclusive ); in setFastPropertyValue_NoBroadcast() 402 normalizeValue( m_aMaxExclusive, m_fCachedMaxExclusive ); in setFastPropertyValue_NoBroadcast() 412 normalizeValue( m_aMinInclusive, m_fCachedMinInclusive ); in setFastPropertyValue_NoBroadcast() 422 normalizeValue( m_aMinExclusive, m_fCachedMinExclusive ); in setFastPropertyValue_NoBroadcast() 759 normalizeValue( _rValue, fValue ); in typedValueAsHumanReadableString() 764 void ODecimalType::normalizeValue( const Any& _rValue, double& _rDoubleValue ) const in normalizeValue() function in xforms::ODecimalType 819 void ODateType::normalizeValue( const Any& _rValue, double& _rDoubleValue ) const in normalizeValue() function in xforms::ODateType 861 void OTimeType::normalizeValue( const Any& _rValue, double& _rDoubleValue ) const in normalizeValue() function in xforms::OTimeType 926 void ODateTimeType::normalizeValue( const Any& _rValue, double& _rDoubleValue ) const in normalizeValue() function in xforms::ODateTimeType 975 void OShortIntegerType::normalizeValue( const Any& _rValue, double& _rDoubleValue ) const in normalizeValue() function in xforms::OShortIntegerType
|
H A D | datatypes.hxx | 230 …virtual void normalizeValue( const ::com::sun::star::uno::Any& _rValue, double& _rDoubleValue ) co… 344 …virtual void normalizeValue( const ::com::sun::star::uno::Any& _rValue, double& _rDoubleValue ) co… 370 …virtual void normalizeValue( const ::com::sun::star::uno::Any& _rValue, double& _rDoubleValue ) co… 409 …virtual void normalizeValue( const ::com::sun::star::uno::Any& _rValue, double& _rDoubleValue ) co…
|
Completed in 30 milliseconds