Home
last modified time | relevance | path

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

/aoo42x/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx497 ,m_nFieldToUNOValueFactor( 1 ) in ONumericControl()
598 return VCLUnoHelper::ConvertToMeasurementUnit( m_eValueUnit, m_nFieldToUNOValueFactor ); in getValueUnit()
606 m_eValueUnit = VCLUnoHelper::ConvertToFieldUnit( _valueunit, m_nFieldToUNOValueFactor ); in setValueUnit()
630 nControlValue /= m_nFieldToUNOValueFactor; in impl_apiValueToFieldValue_nothrow()
638 nApiValue *= m_nFieldToUNOValueFactor; in impl_fieldValueToApiValue_nothrow()
H A Dstandardcontrol.hxx250 sal_Int16 m_nFieldToUNOValueFactor; member in pcr::ONumericControl

Completed in 22 milliseconds