Home
last modified time | relevance | path

Searched refs:mnLastValue (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/vcl/source/control/
H A Dfield.cxx477 mnLastValue = 0; in ImplInit()
533 mnLastValue = mnFieldValue; in ImplLoadRes()
604 mnFieldValue = mnLastValue; in SetValue()
623 mnLastValue = nNewValue; in ImplSetUserValue()
656 return mnLastValue; in GetValue()
722 double nTemp = (double)mnLastValue; in Reformat()
724 mnLastValue = (sal_Int64)nTemp; in Reformat()
731 SetValue( mnLastValue ); in Reformat()
798 sal_Int64 nOldLastValue = mnLastValue; in ImplNewFieldValue()
800 mnLastValue = nOldLastValue; in ImplNewFieldValue()
[all …]
H A Dlongcurr.cxx323 mnLastValue = 0; in ImpInit()
371 mnLastValue = mnFieldValue; in ImplLoadRes()
402 mnFieldValue = mnLastValue; in SetValue()
414 mnLastValue = nNewValue; in SetUserValue()
448 return mnLastValue; in GetValue()
471 ImplLongCurrencyGetValue( aStr, mnLastValue, GetDecimalDigits(), GetLocaleDataWrapper() ); in Reformat()
474 SetValue( mnLastValue ); in Reformat()
577 BigInt nOldLastValue = pField->mnLastValue; in ImplNewLongCurrencyFieldValue()
579 pField->mnLastValue = nOldLastValue; in ImplNewLongCurrencyFieldValue()
/AOO42X/main/svtools/source/control/
H A Dctrlbox.cxx1178 mnLastValue = nNewValue; in Reformat()
1440 mnLastValue = nTempValue; in SetValue()
1442 mnFieldValue = mnLastValue; in SetValue()
1513 mnLastValue = nTempValue; in SetUserValue()
/AOO42X/main/vcl/inc/vcl/
H A Dlongcurr.hxx47 BigInt mnLastValue; member in LongCurrencyFormatter
H A Dfield.hxx155 sal_Int64 mnLastValue; member in NumericFormatter
/AOO42X/main/extensions/source/propctrlr/
H A Dstandardcontrol.hxx239 sal_Int64 GetLastValue() const { return mnLastValue; } in GetLastValue()