Searched refs:maEdTargetValue (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/sc/source/ui/miscdlgs/ |
| H A D | optsolver.cxx | 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() [all …]
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | optsolver.hxx | 121 formula::RefEdit maEdTargetValue; member in ScOptSolverDlg
|