Searched refs:ParseRef (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 779 bool ScOptSolverDlg::ParseRef( ScRange& rRange, const String& rInput, bool bAllowRange ) in ParseRef() function in ScOptSolverDlg 838 if ( !ParseRef( aObjRange, maEdObjectiveCell.GetText(), false ) ) in CallSolver() 884 if ( !ParseRef( aLeftRange, aConstrIter->aLeftStr, true ) ) in CallSolver() 892 if ( ParseRef( aRightRange, aConstrIter->aRightStr, true ) ) in CallSolver() 951 if ( ParseRef( aRightRange, aValStr, false ) ) in CallSolver()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | optsolver.hxx | 200 bool ParseRef( ScRange& rRange, const String& rInput, bool bAllowRange );
|
Completed in 11 milliseconds