Lines Matching refs:m_pVclControl
109 ,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 …pTHIS->startComponentListening(Reference<XComponent>(VCLUnoHelper::GetInterface(m_pVclControl),UNO… 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()
342 stopComponentListening(Reference<XComponent>(VCLUnoHelper::GetInterface(m_pVclControl),UNO_QUERY)); in _disposing()
343 m_pVclControl = NULL; in _disposing()
360 if ( m_pTreeView && m_pVclControl && m_pTreeView->HasChildPathFocus() ) in PreNotify()
361 m_pVclControl->GrabFocus(); in PreNotify()
362 else if ( m_pTreeView && m_pVclControl && m_pVclControl->HasChildPathFocus() ) in PreNotify()