Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx496 ,m_eValueUnit( FUNIT_NONE ) in ONumericControl()
540 …TypedControlWindow()->SetMin( impl_apiValueToFieldValue_nothrow( _minvalue.Value ) , m_eValueUnit); in setMinValue()
563 …TypedControlWindow()->SetMax( impl_apiValueToFieldValue_nothrow( _maxvalue.Value ), m_eValueUnit ); in setMaxValue()
598 return VCLUnoHelper::ConvertToMeasurementUnit( m_eValueUnit, m_nFieldToUNOValueFactor ); in getValueUnit()
606 m_eValueUnit = VCLUnoHelper::ConvertToFieldUnit( _valueunit, m_nFieldToUNOValueFactor ); in setValueUnit()
622 getTypedControlWindow()->SetValue( nControlValue, m_eValueUnit ); in setValue()
648 …le nValue = impl_fieldValueToApiValue_nothrow( getTypedControlWindow()->GetValue( m_eValueUnit ) ); in getValue()
H A Dstandardcontrol.hxx249 FieldUnit m_eValueUnit; member in pcr::ONumericControl

Completed in 37 milliseconds