Lines Matching refs:m_rParent
185 if (m_rParent.IsFilterMode()) in CreateControl()
187 pCellControl = new DbFilterField(m_rParent.getServiceManager(),*this); in CreateControl()
200 …ellControl = new DbPatternField( *this, ::comphelper::ComponentContext( m_rParent.getServiceManage… in CreateControl()
211 if (m_rParent.getDataSource()) in CreateControl()
212 … xCur = Reference< XRowSet > ((Reference< XInterface >)*m_rParent.getDataSource(), UNO_QUERY); in CreateControl()
215 pCellControl->Init( m_rParent.GetDataWindow(), xCur ); in CreateControl()
218 if (m_rParent.IsFilterMode()) in CreateControl()
407 if (m_rParent.GetCurColumnId() == m_nId) in setLock()
409 m_rParent.DeactivateCell(); in setLock()
410 m_rParent.ActivateCell(m_rParent.GetCurRow(), m_rParent.GetCurColumnId()); in setLock()
449 const DbGridRowRef xRow = m_rParent.GetCurrentRow(); in GetCurrentFieldValue()