Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx109 ,m_pVclControl(NULL) in DBG_NAME()
142 m_pVclControl = NULL; in Construct()
145 DBG_ASSERT(m_pVclControl != NULL, "UnoDataBrowserView::Construct : no real grid control !"); in Construct()
294 …return m_pVclControl ? m_pVclControl->GetModelColumnPos(m_pVclControl->GetColumnIdFromViewPos(nPos… in View2ModelPos()
300 if ( !m_pVclControl ) in getVclControl()
312 m_pVclControl = static_cast<SbaGridControl*>(pPeer->GetWindow()); in getVclControl()
313 …tartComponentListening(Reference<XComponent>(VCLUnoHelper::GetInterface(m_pVclControl),UNO_QUERY)); 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()
[all …]
/AOO41X/main/dbaccess/source/ui/inc/
H A Dbrwview.hxx68 mutable SbaGridControl* m_pVclControl; // our grid's VCL representation member in dbaui::UnoDataBrowserView