Searched refs:RoundValueAsShown (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | chartarr.cxx | 270 nVal = pDocument->RoundValueAsShown( nVal, nFormat ); in CreateMemChartSingle() 431 nVal = pDocument->RoundValueAsShown( nVal, nFormat ); in CreateMemChartMulti() 464 nVal = pDocument->RoundValueAsShown( nVal, nFormat ); in CreateMemChartMulti()
|
H A D | interpr4.cxx | 189 fVal = pDok->RoundValueAsShown( fVal, nFormat ); in GetValueCellValue() 452 fValue = pDok->RoundValueAsShown( fValue, nCurFmtIndex ); in GetCellValueOrZero()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dociter.cxx | 361 rValue = pDoc->RoundValueAsShown( rValue, nNumFormat ); in GetThis() 379 fNextValue = pDoc->RoundValueAsShown( fNextValue, nNumFormat ); in GetThis() 608 … rValue.mfValue = mpDoc->RoundValueAsShown( rValue.mfValue, nNumFormat ); in getCurrent() 1876 rValue = pDoc->RoundValueAsShown( rValue, nNumFormat ); in GetNext()
|
H A D | documen4.cxx | 505 double ScDocument::RoundValueAsShown( double fVal, sal_uLong nFormat ) in RoundValueAsShown() function in ScDocument
|
H A D | cell.cxx | 1702 aResult.SetDouble( pDocument->RoundValueAsShown( in InterpretTail()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 1026 fVal = pDoc->RoundValueAsShown( fVal, nFormat ); in WriteCell()
|
/aoo41x/main/sc/inc/ |
H A D | document.hxx | 816 SC_DLLPUBLIC double RoundValueAsShown( double fVal, sal_uLong nFormat );
|
Completed in 62 milliseconds