Searched refs:GetDoubleWithDefault (Results 1 – 3 of 3) sorted by relevance
356 double GetDoubleWithDefault(double nDefault);
6923 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()
1960 double ScInterpreter::GetDoubleWithDefault(double nDefault) in GetDoubleWithDefault() function in ScInterpreter
Completed in 51 milliseconds