Lines Matching refs:aEdColCell
65 aEdColCell ( this, this, ScResId( ED_COLCELL ) ), in ScTabOpDlg()
66 aRBColCell ( this, ScResId( RB_COLCELL ), &aEdColCell, this ), in ScTabOpDlg()
106 aEdColCell. SetGetFocusHdl( aLink ); in Init()
114 aEdColCell. SetLoseFocusHdl( aLink ); in Init()
174 else if ( pEdActive == &aEdColCell ) in SetReference()
220 pEd = &aEdColCell; in RaiseError()
269 aEdColCell.GetText().Len() == 0) in IMPL_LINK()
284 if (aEdColCell.GetText().Len() == 0 && in IMPL_LINK()
291 if (aEdColCell.GetText().Len() > 0) in IMPL_LINK()
293 if (!ConvertSingleRef( pDoc, aEdColCell.GetText(), nCurTab, in IMPL_LINK()
345 else if( (pCtrl == (Control*)&aEdColCell) || (pCtrl == (Control*)&aRBColCell) ) in IMPL_LINK()
346 pEdActive = &aEdColCell; in IMPL_LINK()