Lines Matching refs:BigInt
50 static BigInt ImplPower10( sal_uInt16 n ) in ImplPower10()
53 BigInt nValue = 1; in ImplPower10()
63 static XubString ImplGetCurr( const LocaleDataWrapper& rLocaleDataWrapper, const BigInt &rNumber, s… in ImplGetCurr()
70 BigInt aTmp( ImplPower10( nDigits ) ); in ImplGetCurr()
71 BigInt aInteger( rNumber ); in ImplGetCurr()
74 BigInt aFraction( rNumber ); in ImplGetCurr()
136 static sal_Bool ImplNumericGetValue( const XubString& rStr, BigInt& rValue, in ImplNumericGetValue()
247 BigInt nValue( aStr ); in ImplNumericGetValue()
273 inline sal_Bool ImplLongCurrencyGetValue( const XubString& rStr, BigInt& rValue, in ImplLongCurrencyGetValue()
282 sal_Bool ImplLongCurrencyReformat( const XubString& rStr, BigInt nMin, BigInt nMax, in ImplLongCurrencyReformat()
287 BigInt nValue; in ImplLongCurrencyReformat()
292 BigInt nTempVal = nValue; in ImplLongCurrencyReformat()
399 void LongCurrencyFormatter::SetValue( BigInt nNewValue ) in SetValue()
408 void LongCurrencyFormatter::SetUserValue( BigInt nNewValue ) in SetUserValue()
433 BigInt LongCurrencyFormatter::GetValue() const in GetValue()
438 BigInt nTempValue; in GetValue()
486 void LongCurrencyFormatter::SetMin( BigInt nNewMin ) in SetMin()
494 void LongCurrencyFormatter::SetMax( BigInt nNewMax ) in SetMax()
551 BigInt LongCurrencyFormatter::Normalize( BigInt nValue ) const in Normalize()
558 BigInt LongCurrencyFormatter::Denormalize( BigInt nValue ) const in Denormalize()
560 BigInt nFactor = ImplPower10( GetDecimalDigits() ); in Denormalize()
561 BigInt nTmp = nFactor; in Denormalize()
570 void ImplNewLongCurrencyFieldValue( LongCurrencyField* pField, BigInt nNewValue ) in ImplNewLongCurrencyFieldValue()
577 BigInt nOldLastValue = pField->mnLastValue; in ImplNewLongCurrencyFieldValue()
692 BigInt nValue = GetValue(); in Up()
705 BigInt nValue = GetValue(); in Down()
821 void LongCurrencyBox::InsertValue( BigInt nValue, sal_uInt16 nPos ) in InsertValue()
829 void LongCurrencyBox::RemoveValue( BigInt nValue ) in RemoveValue()
837 BigInt LongCurrencyBox::GetValue( sal_uInt16 nPos ) const in GetValue()
839 BigInt nValue = 0; in GetValue()
847 sal_uInt16 LongCurrencyBox::GetValuePos( BigInt nValue ) const in GetValuePos()