Lines Matching refs:nCellIndex
507 long nCellIndex = GetRealRow(nRow); in GetController() local
508 switch (nCellIndex) in GetController()
537 long nCellIndex = GetRealRow(nRow); in InitController() local
539 switch (nCellIndex) in InitController()
615 sal_uInt16 nIdx = sal_uInt16(nCellIndex - BROW_CRIT1_ROW); in InitController()
2380 String OSelectionBrowseBox::GetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId) in GetCellContents() argument
2391 switch (nCellIndex) in GetCellContents()
2403 return GetCellText(nCellIndex, nColId); in GetCellContents()
2464 long nCellIndex = GetRealRow(nRow); in SetCellContents() local
2466 RowModified(nCellIndex, nColId); in SetCellContents()
2473 ActivateCell(nCellIndex, nColId); in SetCellContents()