Home
last modified time | relevance | path

Searched refs:m_pVclControl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx109 ,m_pVclControl(NULL) in DBG_NAME()
142 m_pVclControl = NULL; in Construct()
294 …return m_pVclControl ? m_pVclControl->GetModelColumnPos(m_pVclControl->GetColumnIdFromViewPos(nPos… in View2ModelPos()
300 if ( !m_pVclControl ) in getVclControl()
318 return m_pVclControl; in getVclControl()
326 else if (m_pVclControl && m_xGrid.is()) in GetFocus()
329 if(!m_pVclControl->HasChildPathFocus()) in GetFocus()
333 m_pVclControl->GrabFocus(); in GetFocus()
343 m_pVclControl = NULL; in _disposing()
361 m_pVclControl->GrabFocus(); in PreNotify()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A Dbrwview.hxx68 mutable SbaGridControl* m_pVclControl; // our grid's VCL representation member in dbaui::UnoDataBrowserView

Completed in 13 milliseconds