Lines Matching refs:FieldUnit

1138 static const String& ImplMetricToString( FieldUnit rUnit )  in ImplMetricToString()
1154 static FieldUnit ImplStringToMetric( const String &rMetricString ) in ImplStringToMetric()
1175 static FieldUnit ImplMetricGetUnit( const XubString& rStr ) in ImplMetricGetUnit()
1206 static FieldUnit eDefaultUnit = FUNIT_NONE;
1208 FieldUnit MetricField::GetDefaultUnit() { return eDefaultUnit; } in GetDefaultUnit()
1209 void MetricField::SetDefaultUnit( FieldUnit meUnit ) { eDefaultUnit = meUnit; } in SetDefaultUnit()
1211 static FieldUnit ImplMap2FieldUnit( MapUnit meUnit, long& nDecDigits ) in ImplMap2FieldUnit()
1255 FieldUnit eInUnit, FieldUnit eOutUnit ) in ConvertValue()
1274 MapUnit eInUnit, FieldUnit eOutUnit ) in ConvertValue()
1284 FieldUnit eInUnit, MapUnit eOutUnit ) in ConvertValue()
1296 FieldUnit eInUnit, FieldUnit eOutUnit ) in ConvertDoubleValue()
1347 MapUnit eInUnit, FieldUnit eOutUnit ) in ConvertDoubleValue()
1362 FieldUnit eFieldUnit = ImplMap2FieldUnit( eInUnit, nDecDigits ); in ConvertDoubleValue()
1404 FieldUnit eInUnit, MapUnit eOutUnit ) in ConvertDoubleValue()
1419 FieldUnit eFieldUnit = ImplMap2FieldUnit( eOutUnit, nDecDigits ); in ConvertDoubleValue()
1461 … sal_uInt16 nDecDigits, const LocaleDataWrapper& rLocaleDataWrapper, FieldUnit eUnit ) in ImplMetricGetValue()
1468 FieldUnit eEntryUnit = ImplMetricGetUnit( rStr ); in ImplMetricGetValue()
1536 meUnit = (FieldUnit)pMgr->ReadLong(); in ImplLoadRes()
1551 void MetricFormatter::SetUnit( FieldUnit eNewUnit ) in SetUnit()
1573 void MetricFormatter::SetValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetValue()
1598 void MetricFormatter::SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetUserValue()
1607 sal_Int64 MetricFormatter::GetValue( FieldUnit eOutUnit ) const in GetValue()
1645 void MetricFormatter::SetMin( sal_Int64 nNewMin, FieldUnit eInUnit ) in SetMin()
1654 sal_Int64 MetricFormatter::GetMin( FieldUnit eOutUnit ) const in GetMin()
1663 void MetricFormatter::SetMax( sal_Int64 nNewMax, FieldUnit eInUnit ) in SetMax()
1672 sal_Int64 MetricFormatter::GetMax( FieldUnit eOutUnit ) const in GetMax()
1681 void MetricFormatter::SetBaseValue( sal_Int64 nNewBase, FieldUnit eInUnit ) in SetBaseValue()
1689 sal_Int64 MetricFormatter::GetBaseValue( FieldUnit eOutUnit ) const in GetBaseValue()
1729 sal_Int64 MetricFormatter::GetCorrectedValue( FieldUnit eOutUnit ) const in GetCorrectedValue()
1789 void MetricField::SetFirst( sal_Int64 nNewFirst, FieldUnit eInUnit ) in SetFirst()
1799 sal_Int64 MetricField::GetFirst( FieldUnit eOutUnit ) const in GetFirst()
1808 void MetricField::SetLast( sal_Int64 nNewLast, FieldUnit eInUnit ) in SetLast()
1818 sal_Int64 MetricField::GetLast( FieldUnit eOutUnit ) const in GetLast()
2033 void MetricBox::InsertValue( sal_Int64 nValue, FieldUnit eInUnit, sal_uInt16 nPos ) in InsertValue()
2043 void MetricBox::RemoveValue( sal_Int64 nValue, FieldUnit eInUnit ) in RemoveValue()
2053 sal_Int64 MetricBox::GetValue( sal_uInt16 nPos, FieldUnit eOutUnit ) const in GetValue()
2068 sal_uInt16 MetricBox::GetValuePos( sal_Int64 nValue, FieldUnit eInUnit ) const in GetValuePos()
2078 sal_Int64 MetricBox::GetValue( FieldUnit eOutUnit ) const in GetValue()