Lines Matching refs:_nRow
230 sal_uInt32 IndexFieldsControl::GetTotalCellWidth(long _nRow, sal_uInt16 _nColId) in GetTotalCellWidth() argument
239 return EditBrowseBox::GetTotalCellWidth(_nRow, _nColId); in GetTotalCellWidth()
296 CellController* IndexFieldsControl::GetController(long _nRow, sal_uInt16 _nColumnId) in GetController() argument
302 sal_Bool bNewField = !implGetFieldDesc(_nRow, aRow); in GetController()
327 sal_Bool IndexFieldsControl::implGetFieldDesc(long _nRow, ConstIndexFieldsIterator& _rPos) in implGetFieldDesc() argument
330 if ((_nRow < 0) || (_nRow >= (sal_Int32)m_aFields.size())) in implGetFieldDesc()
332 _rPos = m_aFields.begin() + _nRow; in implGetFieldDesc()
413 …void IndexFieldsControl::InitController(CellControllerRef& /*_rController*/, long _nRow, sal_uInt1… in InitController() argument
416 sal_Bool bNewField = !implGetFieldDesc(_nRow, aFieldDescription); in InitController()
472 String IndexFieldsControl::GetCellText(long _nRow,sal_uInt16 nColId) const in GetCellText() argument
475 if ( _nRow >= 0 ) in GetCellText()
477 aRow = m_aFields.begin() + _nRow; in GetCellText()