Home
last modified time | relevance | path

Searched refs:m_eChildFocus (Results 1 – 10 of 10) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx246 ,m_eChildFocus(NONE) in OTableEditorCtrl()
1386 switch(m_eChildFocus) in IsCutAllowed()
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()
1498 else if(m_eChildFocus == ROW) in cut()
1511 else if(m_eChildFocus == NAME) in copy()
1992 m_eChildFocus = HELPTEXT; in PreNotify()
1996 m_eChildFocus = NAME; in PreNotify()
[all …]
H A DTableDesignView.cxx224 ,m_eChildFocus(NONE) in OTableDesignView()
307 m_eChildFocus = DESCRIPTION; in PreNotify()
309 m_eChildFocus = EDITOR; in PreNotify()
311 m_eChildFocus = NONE; in PreNotify()
321 switch(m_eChildFocus) in getActiveChild()
H A DTableFieldDescWin.cxx260 switch(m_eChildFocus) in getActiveChild()
324 m_eChildFocus = DESCRIPTION; in PreNotify()
326 m_eChildFocus = HELP; in PreNotify()
H A DTableFieldDescWin.hxx58 ChildFocusState m_eChildFocus; member in dbaui::OTableFieldDescWin
H A DTEditControl.hxx80 ChildFocusState m_eChildFocus; member in dbaui::OTableEditorCtrl
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx270 ,m_eChildFocus(NONE) in OApplicationView()
353 m_eChildFocus = PANELSWAP; in PreNotify()
355 m_eChildFocus = DETAIL; in PreNotify()
357 m_eChildFocus = NONE; in PreNotify()
380 if ( DETAIL == m_eChildFocus ) in getActiveChild()
620 if ( m_eChildFocus == NONE && m_pWin ) in GetFocus()
H A DAppView.hxx109 ChildFocusState m_eChildFocus; member in dbaui::OApplicationView
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2602 ,m_eChildFocus(NONE) in DBG_NAME()
2758 if( m_eChildFocus == SELECTION) in copy()
2765 if ( SELECTION == m_eChildFocus ) in isCutAllowed()
2773 if ( SELECTION == m_eChildFocus ) in isPasteAllowed()
2781 if ( SELECTION == m_eChildFocus ) in isCopyAllowed()
2798 if( m_eChildFocus == SELECTION) in cut()
2807 if( m_eChildFocus == SELECTION) in paste()
2898 m_eChildFocus = SELECTION; in PreNotify()
2900 m_eChildFocus = TABLEVIEW; in PreNotify()
/trunk/main/dbaccess/source/ui/inc/
H A DTableDesignView.hxx83 ChildFocusState m_eChildFocus; member in dbaui::OTableDesignView
H A DQueryDesignView.hxx97 ChildFocusState m_eChildFocus; member in dbaui::OQueryDesignView

Completed in 64 milliseconds