Lines Matching refs:maEdObjectiveCell
185 maEdObjectiveCell ( this, this, ScResId( ED_OBJECTIVECELL ) ), in ScOptSolverDlg()
186 maRBObjectiveCell ( this, ScResId( IB_OBJECTIVECELL ), &maEdObjectiveCell, this ), in ScOptSolverDlg()
315 maEdObjectiveCell.SetGetFocusHdl( aLink ); in Init()
332 maEdObjectiveCell.SetLoseFocusHdl( aLink ); in Init()
376 maEdObjectiveCell.SetRefString( pOldData->GetObjective() ); in Init()
392 maEdObjectiveCell.SetRefString( aCursorStr ); in Init()
398 maEdObjectiveCell.GrabFocus(); in Init()
399 mpEdActive = &maEdObjectiveCell; in Init()
495 bool bSingle = ( mpEdActive == &maEdObjectiveCell || mpEdActive == &maEdTargetValue ); in SetReference()
567 … maEdObjectiveCell.GetText(), maRbMax.IsChecked(), maRbMin.IsChecked(), maRbValue.IsChecked(), in IMPL_LINK()
601 if( pCtrl == &maEdObjectiveCell || pCtrl == &maRBObjectiveCell ) in IMPL_LINK()
602 pEdit = mpEdActive = &maEdObjectiveCell; in IMPL_LINK()
838 if ( !ParseRef( aObjRange, maEdObjectiveCell.GetText(), false ) ) in CallSolver()
840 ShowError( false, &maEdObjectiveCell ); in CallSolver()