Lines Matching refs:maEdTargetValue
191 maEdTargetValue ( this, this, ScResId( ED_TARGET ) ), in ScOptSolverDlg()
192 maRBTargetValue ( this, ScResId( IB_TARGET ), &maEdTargetValue, this ), in ScOptSolverDlg()
317 maEdTargetValue.SetGetFocusHdl( aLink ); in Init()
334 maEdTargetValue. SetLoseFocusHdl( aLink ); in Init()
358 maEdTargetValue.SetModifyHdl( LINK( this, ScOptSolverDlg, TargetModifyHdl ) ); in Init()
380 maEdTargetValue.SetRefString( pOldData->GetTarget() ); in Init()
495 bool bSingle = ( mpEdActive == &maEdObjectiveCell || mpEdActive == &maEdTargetValue ); in SetReference()
534 if ( mpEdActive == &maEdTargetValue ) in SetReference()
568 … maEdTargetValue.GetText(), maEdVariableCells.GetText(), maConditions, maEngine, maProperties ); in IMPL_LINK()
603 else if( pCtrl == &maEdTargetValue || pCtrl == &maRBTargetValue ) in IMPL_LINK()
604 pEdit = mpEdActive = &maEdTargetValue; in IMPL_LINK()
617 …mpEdActive = &maEdTargetValue; // use value edit for ref input, but don't change selection in IMPL_LINK()
669 if ( maEdTargetValue.GetText().Len() ) in IMPL_LINK()
949 String aValStr = maEdTargetValue.GetText(); in CallSolver()
962 ShowError( false, &maEdTargetValue ); in CallSolver()