Searched refs:maEdVariableCells (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 194 maEdVariableCells ( this, this, ScResId( ED_VARIABLECELLS ) ), in ScOptSolverDlg() 195 maRBVariableCells ( this, ScResId( IB_VARIABLECELLS ), &maEdVariableCells, this), in ScOptSolverDlg() 319 maEdVariableCells.SetGetFocusHdl( aLink ); in Init() 336 maEdVariableCells.SetLoseFocusHdl( aLink ); in Init() 381 maEdVariableCells.SetRefString( pOldData->GetVariable() ); in Init() 516 if ( mpEdActive == &maEdVariableCells ) in SetReference() 568 … maEdTargetValue.GetText(), maEdVariableCells.GetText(), maConditions, maEngine, maProperties ); in IMPL_LINK() 605 else if( pCtrl == &maEdVariableCells || pCtrl == &maRBVariableCells ) in IMPL_LINK() 606 pEdit = mpEdActive = &maEdVariableCells; in IMPL_LINK() 847 if ( !ParseWithNames( aVarRanges, maEdVariableCells.GetText(), mpDoc ) ) in CallSolver() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | optsolver.hxx | 125 formula::RefEdit maEdVariableCells; member in ScOptSolverDlg
|
Completed in 33 milliseconds