Searched refs:m_eValueUnit (Results 1 – 2 of 2) sorted by relevance
496 ,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()
249 FieldUnit m_eValueUnit; member in pcr::ONumericControl
Completed in 20 milliseconds