Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx705 double x, xNeu, fWert, fZaehler, fNenner, nCount; in ScIRR() local
732 if (aValIter.GetFirst(fWert, nErr)) in ScIRR()
735 fNenner += -nCount * fWert / pow(1.0+x,nCount+1.0); in ScIRR()
737 while ((nErr == 0) && aValIter.GetNext(fWert, nErr)) in ScIRR()
890 fAlterWert = fWert; in ScGetGDA()
895 fAlterWert = fWert * pow(1.0 - fZins, fPeriode - 1.0); in ScGetGDA()
896 fNeuerWert = fWert * pow(1.0 - fZins, fPeriode); in ScGetGDA()
986 double fRestwert = fWert - fRest; in ScInterVDB()
1050 fWert = GetDouble(); in ScVDB()
1052 || fRest > fWert || fFaktor <= 0.0) in ScVDB()
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dexpop.cxx148 void ExportWK1::Number( const sal_uInt16 nCol, const sal_uInt16 nRow, const double fWert, const ScP… in Number() argument
154 aOut << ( sal_uInt16 ) 0x0E << ( sal_uInt16 ) 13 << GenFormByte( aAttr ) << nCol << nRow << fWert; in Number()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx654 double ScGetGDA(double fWert, double fRest, double fDauer,
658 double ScInterVDB(double fWert,double fRest,double fDauer,double fDauer1,

Completed in 47 milliseconds