Lines Matching refs:pEdActive
74 pEdActive ( NULL ), in ScTabOpDlg()
118 pEdActive = &aEdFormulaRange; in Init()
138 if( pEdActive ) in SetActive()
139 pEdActive->GrabFocus(); in SetActive()
151 if ( pEdActive ) in SetReference()
156 RefInputStart(pEdActive); in SetReference()
163 if ( pEdActive == &aEdFormulaRange ) in SetReference()
169 else if ( pEdActive == &aEdRowCell ) in SetReference()
174 else if ( pEdActive == &aEdColCell ) in SetReference()
180 pEdActive->SetRefString( aStr ); in SetReference()
342 pEdActive = &aEdFormulaRange; in IMPL_LINK()
344 pEdActive = &aEdRowCell; in IMPL_LINK()
346 pEdActive = &aEdColCell; in IMPL_LINK()
348 pEdActive = NULL; in IMPL_LINK()
350 if( pEdActive ) in IMPL_LINK()
351 pEdActive->SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK()