Lines Matching refs:pEdActive
78 pEdActive ( NULL ), in ScSolverDlg()
124 pEdActive = &aEdFormulaCell; in Init()
141 if( pEdActive ) in SetActive()
142 pEdActive->GrabFocus(); in SetActive()
155 if( pEdActive ) in SetReference()
158 RefInputStart(pEdActive); in SetReference()
167 pEdActive->SetRefString( aStr ); in SetReference()
169 if ( pEdActive == &aEdFormulaCell ) in SetReference()
171 else if ( pEdActive == &aEdVariableCell ) in SetReference()
208 return pEdActive != NULL; in IsRefInputMode()
287 pEdActive = NULL; in IMPL_LINK()
290 pEdit = pEdActive = &aEdFormulaCell; in IMPL_LINK()
292 pEdit = pEdActive = &aEdVariableCell; in IMPL_LINK()