Lines Matching refs:sal_Int64

62 static sal_Int64 ImplPower10( sal_uInt16 n )  in ImplPower10()
65 sal_Int64 nValue = 1; in ImplPower10()
457 mnCorrectedValue = (sal_Int64)nTempVal; in ImplNumericReformat()
467 rOutStr = CreateFieldText( (sal_Int64)nTempVal ); in ImplNumericReformat()
549 void NumericFormatter::SetMin( sal_Int64 nNewMin ) in SetMin()
558 void NumericFormatter::SetMax( sal_Int64 nNewMax ) in SetMax()
601 void NumericFormatter::SetValue( sal_Int64 nNewValue ) in SetValue()
610 XubString NumericFormatter::CreateFieldText( sal_Int64 nValue ) const in CreateFieldText()
617 void NumericFormatter::ImplSetUserValue( sal_Int64 nNewValue, Selection* pNewSelection ) in ImplSetUserValue()
631 void NumericFormatter::SetUserValue( sal_Int64 nNewValue ) in SetUserValue()
638 sal_Int64 NumericFormatter::GetValue() const in GetValue()
653 return (sal_Int64)nTempValue; in GetValue()
673 Fraction NumericFormatter::ConvertToFraction( sal_Int64 nValue ) in ConvertToFraction()
681 sal_Int64 NumericFormatter::ConvertToLong( const Fraction& rValue ) in ConvertToLong()
685 return (sal_Int64)(double)aFract; in ConvertToLong()
690 sal_Int64 NumericFormatter::Normalize( sal_Int64 nValue ) const in Normalize()
697 sal_Int64 NumericFormatter::Denormalize( sal_Int64 nValue ) const in Denormalize()
699 sal_Int64 nFactor = ImplPower10( GetDecimalDigits() ); in Denormalize()
724 mnLastValue = (sal_Int64)nTemp; in Reformat()
738 sal_Int64 nValue = GetValue(); in FieldUp()
750 sal_Int64 nValue = GetValue(); in FieldDown()
774 void NumericFormatter::ImplNewFieldValue( sal_Int64 nNewValue ) in ImplNewFieldValue()
798 sal_Int64 nOldLastValue = mnLastValue; in ImplNewFieldValue()
1055 void NumericBox::InsertValue( sal_Int64 nValue, sal_uInt16 nPos ) in InsertValue()
1062 void NumericBox::RemoveValue( sal_Int64 nValue ) in RemoveValue()
1069 sal_Int64 NumericBox::GetValue( sal_uInt16 nPos ) const in GetValue()
1073 return (sal_Int64)nValue; in GetValue()
1078 sal_uInt16 NumericBox::GetValuePos( sal_Int64 nValue ) const in GetValuePos()
1185 static const sal_Int64 aImplFactor[FUNIT_MILE+1][FUNIT_MILE+1] =
1254 sal_Int64 MetricField::ConvertValue( sal_Int64 nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecDigits, in ConvertValue()
1259 sal_Int64 nLong ; in ConvertValue()
1267 nLong = static_cast<sal_Int64>( nDouble ); in ConvertValue()
1273 sal_Int64 MetricField::ConvertValue( sal_Int64 nValue, sal_uInt16 nDigits, in ConvertValue()
1276 return static_cast<sal_Int64>( in ConvertValue()
1283 sal_Int64 MetricField::ConvertValue( sal_Int64 nValue, sal_uInt16 nDigits, in ConvertValue()
1286 return static_cast<sal_Int64>( in ConvertValue()
1295 double MetricField::ConvertDoubleValue( double nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecDigits, in ConvertDoubleValue()
1300 sal_Int64 nMult = 1, nDiv = 1; in ConvertDoubleValue()
1384 sal_Int64 nDiv = aImplFactor[eFieldUnit][eOutUnit]; in ConvertDoubleValue()
1385 sal_Int64 nMult = aImplFactor[eOutUnit][eFieldUnit]; in ConvertDoubleValue()
1441 sal_Int64 nDiv = aImplFactor[eInUnit][eFieldUnit]; in ConvertDoubleValue()
1442 sal_Int64 nMult = aImplFactor[eFieldUnit][eInUnit]; in ConvertDoubleValue()
1460 static sal_Bool ImplMetricGetValue( const XubString& rStr, double& rValue, sal_Int64 nBaseValue, in ImplMetricGetValue()
1493 mnCorrectedValue = (sal_Int64)nTempVal; in ImplMetricReformat()
1503 rOutStr = CreateFieldText( (sal_Int64)nTempVal ); in ImplMetricReformat()
1573 void MetricFormatter::SetValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetValue()
1581 XubString MetricFormatter::CreateFieldText( sal_Int64 nValue ) const in CreateFieldText()
1598 void MetricFormatter::SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetUserValue()
1607 sal_Int64 MetricFormatter::GetValue( FieldUnit eOutUnit ) const in GetValue()
1624 …return MetricField::ConvertValue( (sal_Int64)nTempValue, mnBaseValue, GetDecimalDigits(), meUnit, … in GetValue()
1629 void MetricFormatter::SetValue( sal_Int64 nValue ) in SetValue()
1637 sal_Int64 MetricFormatter::GetValue() 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()
1711 mnLastValue = (sal_Int64)nTemp; in Reformat()
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()
2060sal_Int64 nRetValue = MetricField::ConvertValue( (sal_Int64)nValue, mnBaseValue, GetDecimalDigits(… 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()
2086 sal_Int64 MetricBox::GetValue() const in GetValue()
2130 mnCorrectedValue = (sal_Int64)nTempVal; in ImplCurrencyReformat()
2182 void CurrencyFormatter::SetValue( sal_Int64 nNewValue ) in SetValue()
2191 XubString CurrencyFormatter::CreateFieldText( sal_Int64 nValue ) const in CreateFieldText()
2198 sal_Int64 CurrencyFormatter::GetValue() const in GetValue()
2211 return (sal_Int64)nTempValue; in GetValue()
2235 mnLastValue = (sal_Int64)nTemp; in Reformat()
2485 void CurrencyBox::InsertValue( sal_Int64 nValue, sal_uInt16 nPos ) in InsertValue()
2492 void CurrencyBox::RemoveValue( sal_Int64 nValue ) in RemoveValue()
2499 sal_Int64 CurrencyBox::GetValue( sal_uInt16 nPos ) const in GetValue()
2503 return (sal_Int64)nValue; in GetValue()
2508 sal_uInt16 CurrencyBox::GetValuePos( sal_Int64 nValue ) const in GetValuePos()
2515 sal_Int64 CurrencyBox::GetValue() const in GetValue()