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