Lines Matching refs:pFormula
1638 ScFormulaCell* pFormula = (ScFormulaCell*) pFCell; in ScBackSolver() local
1641 pFormula->Interpret(); in ScBackSolver()
1642 sal_Bool bError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
1645 fFPrev = pFormula->GetValue() - fTargetVal; in ScBackSolver()
1663 pFormula->Interpret(); in ScBackSolver()
1664 bError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
1665 fF = pFormula->GetValue() - fTargetVal; in ScBackSolver()
1697 pFormula->Interpret(); in ScBackSolver()
1698 bHorMoveError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
1702 fF = pFormula->GetValue() - fTargetVal; in ScBackSolver()
1762 pFormula->Interpret(); in ScBackSolver()
1763 if ( fabs( pFormula->GetValue() - fTargetVal ) > fabs( fF ) ) in ScBackSolver()
1778 pFormula->Interpret(); in ScBackSolver()