Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx191 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()
568maEdTargetValue.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 Doptsolver.hxx121 formula::RefEdit maEdTargetValue; member in ScOptSolverDlg