Home
last modified time | relevance | path

Searched refs:GetCorrectedValue (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/vcl/inc/vcl/
H A Dfield.hxx216 sal_Int64 GetCorrectedValue() const { return mnCorrectedValue; } in GetCorrectedValue() function in NumericFormatter
277 using NumericFormatter::GetCorrectedValue;
278 sal_Int64 GetCorrectedValue( FieldUnit eOutUnit ) const;
H A Dlongcurr.hxx86 BigInt GetCorrectedValue() const { return mnCorrectedValue; } in GetCorrectedValue() function in LongCurrencyFormatter
/AOO42X/main/vcl/source/control/
H A Dfield.cxx1729 sal_Int64 MetricFormatter::GetCorrectedValue( FieldUnit eOutUnit ) const in GetCorrectedValue() function in MetricFormatter
/AOO42X/main/svx/source/fmcomp/
H A Dgridcell.cxx2152 BigInt aValue = _rField.GetCorrectedValue(); in lcl_setFormattedCurrency_nothrow()
/AOO42X/main/toolkit/source/awt/
H A Dvclxwindows.cxx5582 return GetMetricFormatter()->GetCorrectedValue( MetricUnitUnoToVcl( nUnit ) ); in getCorrectedValue()