Lines Matching refs:eOutUnit

1255                                      FieldUnit eInUnit, FieldUnit eOutUnit )  in ConvertValue()  argument
1258 (double)nValue, mnBaseValue, nDecDigits, eInUnit, eOutUnit ) ); in ConvertValue()
1274 MapUnit eInUnit, FieldUnit eOutUnit ) in ConvertValue() argument
1278 ConvertDoubleValue( nValue, nDigits, eInUnit, eOutUnit ) ) ); in ConvertValue()
1284 FieldUnit eInUnit, MapUnit eOutUnit ) in ConvertValue() argument
1290 ConvertDoubleValue( nValue, nDigits, eInUnit, eOutUnit ) ) ); in ConvertValue()
1296 FieldUnit eInUnit, FieldUnit eOutUnit ) in ConvertDoubleValue() argument
1298 if ( eInUnit != eOutUnit ) in ConvertDoubleValue()
1312 else if ( eOutUnit == FUNIT_PERCENT || in ConvertDoubleValue()
1313 eOutUnit == FUNIT_CUSTOM || in ConvertDoubleValue()
1314 eOutUnit == FUNIT_NONE || in ConvertDoubleValue()
1320 if ( eOutUnit == FUNIT_100TH_MM ) in ConvertDoubleValue()
1321 eOutUnit = FUNIT_NONE; in ConvertDoubleValue()
1325 nDiv = aImplFactor[eInUnit][eOutUnit]; in ConvertDoubleValue()
1326 nMult = aImplFactor[eOutUnit][eInUnit]; in ConvertDoubleValue()
1347 MapUnit eInUnit, FieldUnit eOutUnit ) in ConvertDoubleValue() argument
1349 if ( eOutUnit == FUNIT_PERCENT || in ConvertDoubleValue()
1350 eOutUnit == FUNIT_CUSTOM || in ConvertDoubleValue()
1351 eOutUnit == FUNIT_NONE || in ConvertDoubleValue()
1382 if ( eFieldUnit != eOutUnit ) in ConvertDoubleValue()
1384 sal_Int64 nDiv = aImplFactor[eFieldUnit][eOutUnit]; in ConvertDoubleValue()
1385 sal_Int64 nMult = aImplFactor[eOutUnit][eFieldUnit]; in ConvertDoubleValue()
1404 FieldUnit eInUnit, MapUnit eOutUnit ) in ConvertDoubleValue() argument
1409 eOutUnit == MAP_PIXEL || in ConvertDoubleValue()
1410 eOutUnit == MAP_SYSFONT || in ConvertDoubleValue()
1411 eOutUnit == MAP_APPFONT || in ConvertDoubleValue()
1412 eOutUnit == MAP_RELATIVE ) in ConvertDoubleValue()
1419 FieldUnit eFieldUnit = ImplMap2FieldUnit( eOutUnit, nDecDigits ); in ConvertDoubleValue()
1607 sal_Int64 MetricFormatter::GetValue( FieldUnit eOutUnit ) const in GetValue()
1624 …ricField::ConvertValue( (sal_Int64)nTempValue, mnBaseValue, GetDecimalDigits(), meUnit, eOutUnit ); in GetValue()
1654 sal_Int64 MetricFormatter::GetMin( FieldUnit eOutUnit ) const in GetMin()
1658 GetDecimalDigits(), meUnit, eOutUnit ); in GetMin()
1672 sal_Int64 MetricFormatter::GetMax( FieldUnit eOutUnit ) const in GetMax()
1676 GetDecimalDigits(), meUnit, eOutUnit ); in GetMax()
1689 sal_Int64 MetricFormatter::GetBaseValue( FieldUnit eOutUnit ) const in GetBaseValue()
1693 meUnit, eOutUnit ); in GetBaseValue()
1729 sal_Int64 MetricFormatter::GetCorrectedValue( FieldUnit eOutUnit ) const in GetCorrectedValue()
1733 meUnit, eOutUnit ); in GetCorrectedValue()
1799 sal_Int64 MetricField::GetFirst( FieldUnit eOutUnit ) const in GetFirst()
1803 meUnit, eOutUnit ); in GetFirst()
1818 sal_Int64 MetricField::GetLast( FieldUnit eOutUnit ) const in GetLast()
1822 meUnit, eOutUnit ); in GetLast()
2053 sal_Int64 MetricBox::GetValue( sal_uInt16 nPos, FieldUnit eOutUnit ) const in GetValue()
2061 meUnit, eOutUnit ); in GetValue()
2078 sal_Int64 MetricBox::GetValue( FieldUnit eOutUnit ) const in GetValue()
2081 return MetricFormatter::GetValue( eOutUnit ); in GetValue()