Home
last modified time | relevance | path

Searched refs:GetDoubleWithDefault (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sc/source/core/inc/
H A Dinterpre.hxx356 double GetDoubleWithDefault(double nDefault);
/aoo41x/main/sc/source/core/tool/
H A Dinterpr1.cxx6923 if( nParamCount >= 4 && 0.0 == ::rtl::math::approxFloor( GetDoubleWithDefault( 1.0))) in ScAddressFunc()
6929 sal_uInt16 n = (sal_uInt16) ::rtl::math::approxFloor( GetDoubleWithDefault( 1.0)); in ScAddressFunc()
7031 nRowNew = (long) ::rtl::math::approxFloor(GetDoubleWithDefault( -1.0 )); in ScOffset()
7537 fDec = ::rtl::math::approxFloor(GetDoubleWithDefault( 2.0 )); in ScFixed()
H A Dinterpr4.cxx1960 double ScInterpreter::GetDoubleWithDefault(double nDefault) in GetDoubleWithDefault() function in ScInterpreter

Completed in 51 milliseconds