Lines Matching refs:fResult
2005 double fResult; in RTLFUNC() local
2007 sal_Bool bSuccess = pFormatter->IsNumberFormat( aStr, nIndex, fResult ); in RTLFUNC()
2021 bSuccess = aFormatter.IsNumberFormat( aStr, nIndex, fResult ); in RTLFUNC()
2030 if ( fResult > 0.0 ) in RTLFUNC()
2031 fResult = floor( fResult ); in RTLFUNC()
2033 fResult = ceil( fResult ); in RTLFUNC()
2036 rPar.Get(0)->PutDate( fResult ); // JSM in RTLFUNC()
2067 double fResult; in RTLFUNC() local
2069 nIndex, fResult ); in RTLFUNC()
2075 fResult = fmod( fResult, 1 ); in RTLFUNC()
2076 rPar.Get(0)->PutDate( fResult ); // JSM in RTLFUNC()