Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/
H A Dsolvrdlg.cxx68 aEdVariableCell ( this, this, ScResId( ED_VARCELL ) ), in ScSolverDlg()
69 aRBVariableCell ( this, ScResId( RB_VARCELL ), &aEdVariableCell, this ), in ScSolverDlg()
110 aEdVariableCell.SetGetFocusHdl ( aLink ); in Init()
117 aEdVariableCell.SetLoseFocusHdl ( aLink ); in Init()
171 else if ( pEdActive == &aEdVariableCell ) in SetReference()
194 aEdVariableCell.GrabFocus(); in RaiseError()
237 sal_uInt16 nRes2 = theVariableCell.Parse( aEdVariableCell.GetText(), pDoc, eConv ); in IMPL_LINK()
291 else if( (pCtrl == (Control*)&aEdVariableCell) || (pCtrl == (Control*)&aRBVariableCell) ) in IMPL_LINK()
292 pEdit = pEdActive = &aEdVariableCell; in IMPL_LINK()
/trunk/main/sc/source/ui/inc/
H A Dsolvrdlg.hxx71 formula::RefEdit aEdVariableCell; member in ScSolverDlg

Completed in 23 milliseconds