Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx874 for ( std::vector<ScOptConditionRow>::const_iterator aConstrIter = maConditions.begin(); in CallSolver() local
875 aConstrIter != maConditions.end(); ++aConstrIter ) in CallSolver()
877 if ( aConstrIter->aLeftStr.Len() ) in CallSolver()
881 … aConstraint.Operator = static_cast<sheet::SolverConstraintOperator>(aConstrIter->nOperator); in CallSolver()
884 if ( !ParseRef( aLeftRange, aConstrIter->aLeftStr, true ) ) in CallSolver()
892 if ( ParseRef( aRightRange, aConstrIter->aRightStr, true ) ) in CallSolver()
910 … if ( mpDoc->GetFormatTable()->IsNumberFormat( aConstrIter->aRightStr, nFormat, fValue ) ) in CallSolver()

Completed in 10 milliseconds