Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx371 double GetDoubleWithDefault(double nDefault);
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx7060 if( nParamCount >= 4 && 0.0 == ::rtl::math::approxFloor( GetDoubleWithDefault( 1.0))) in ScAddressFunc()
7066 sal_uInt16 n = (sal_uInt16) ::rtl::math::approxFloor( GetDoubleWithDefault( 1.0)); in ScAddressFunc()
7168 nRowNew = (long) ::rtl::math::approxFloor(GetDoubleWithDefault( -1.0 )); in ScOffset()
7674 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 57 milliseconds