Lines Matching refs:aEdFormulaCell
63 aEdFormulaCell ( this, this, ScResId( ED_FORMULACELL ) ), in ScSolverDlg()
64 aRBFormulaCell ( this, ScResId( RB_FORMULACELL ), &aEdFormulaCell, this ), in ScSolverDlg()
108 aEdFormulaCell. SetGetFocusHdl ( aLink ); in Init()
115 aEdFormulaCell. SetLoseFocusHdl ( aLink ); in Init()
122 aEdFormulaCell.SetText( aStr ); in Init()
123 aEdFormulaCell.GrabFocus(); in Init()
124 pEdActive = &aEdFormulaCell; in Init()
169 if ( pEdActive == &aEdFormulaCell ) in SetReference()
184 aEdFormulaCell.GrabFocus(); in RaiseError()
189 aEdFormulaCell.GrabFocus(); in RaiseError()
236 sal_uInt16 nRes1 = theFormulaCell .Parse( aEdFormulaCell.GetText(), pDoc, eConv ); in IMPL_LINK()
289 if( (pCtrl == (Control*)&aEdFormulaCell) || (pCtrl == (Control*)&aRBFormulaCell) ) in IMPL_LINK()
290 pEdit = pEdActive = &aEdFormulaCell; in IMPL_LINK()