Lines Matching refs:m_eChildFocus
246 ,m_eChildFocus(NONE) in OTableEditorCtrl()
1386 switch(m_eChildFocus) in IsCutAllowed()
1419 if(m_eChildFocus == DESCRIPTION ) in IsCopyAllowed()
1421 else if(HELPTEXT == m_eChildFocus ) in IsCopyAllowed()
1423 else if(m_eChildFocus == NAME) in IsCopyAllowed()
1425 else if(m_eChildFocus == ROW) in IsCopyAllowed()
1459 if ( m_eChildFocus == ROW ) in IsPasteAllowed()
1471 if(m_eChildFocus == NAME) in cut()
1480 else if(m_eChildFocus == DESCRIPTION) in cut()
1489 else if(HELPTEXT == m_eChildFocus ) in cut()
1498 else if(m_eChildFocus == ROW) in cut()
1511 else if(m_eChildFocus == NAME) in copy()
1513 else if(HELPTEXT == m_eChildFocus ) in copy()
1515 else if(m_eChildFocus == DESCRIPTION ) in copy()
1529 else if(m_eChildFocus == NAME) in paste()
1537 else if(HELPTEXT == m_eChildFocus ) in paste()
1545 else if(m_eChildFocus == DESCRIPTION) in paste()
1992 m_eChildFocus = HELPTEXT; in PreNotify()
1994 m_eChildFocus = DESCRIPTION; in PreNotify()
1996 m_eChildFocus = NAME; in PreNotify()
1998 m_eChildFocus = ROW; in PreNotify()