Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx185 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()
567maEdObjectiveCell.GetText(), maRbMax.IsChecked(), maRbMin.IsChecked(), maRbValue.IsChecked(), in IMPL_LINK()
[all …]
/trunk/main/sc/source/ui/inc/
H A Doptsolver.hxx114 formula::RefEdit maEdObjectiveCell; member in ScOptSolverDlg