Searched refs:fCellValue (Results 1 – 1 of 1) sorted by relevance
777 double fCellValue; in ScMIRR() local781 sal_Bool bLoop = aValIter.GetFirst( fCellValue, nIterError ); in ScMIRR()784 if( fCellValue > 0.0 ) // reinvestments in ScMIRR()785 fNPV_reinvest += fCellValue * fPow_reinvest; in ScMIRR()786 else if( fCellValue < 0.0 ) // investments in ScMIRR()787 fNPV_invest += fCellValue * fPow_invest; in ScMIRR()792 bLoop = aValIter.GetNext( fCellValue, nIterError ); in ScMIRR()