Lines Matching refs:aEdRowCell
62 aEdRowCell ( this, this, ScResId( ED_ROWCELL ) ), in ScTabOpDlg()
63 aRBRowCell ( this, ScResId( RB_ROWCELL ), &aEdRowCell, this ), in ScTabOpDlg()
104 aEdRowCell. SetGetFocusHdl( aLink ); in Init()
112 aEdRowCell. SetLoseFocusHdl( aLink ); in Init()
169 else if ( pEdActive == &aEdRowCell ) in SetReference()
200 pEd = &aEdRowCell; in RaiseError()
210 pEd = &aEdRowCell; in RaiseError()
268 else if (aEdRowCell.GetText().Len() == 0 && in IMPL_LINK()
277 if (aEdRowCell.GetText().Len() > 0) in IMPL_LINK()
279 if (!ConvertSingleRef( pDoc, aEdRowCell.GetText(), nCurTab, in IMPL_LINK()
343 else if( (pCtrl == (Control*)&aEdRowCell) || (pCtrl == (Control*)&aRBRowCell) ) in IMPL_LINK()
344 pEdActive = &aEdRowCell; in IMPL_LINK()