Lines Matching refs:nSel
134 uRow.nSel = BROWSER_ENDOFSELECTION; in ConstructImpl()
1362 else if ( uRow.nSel != BROWSER_ENDOFSELECTION && nRow <= uRow.nSel ) in RowInserted()
1363 uRow.nSel += nNumRows; in RowInserted()
1449 else if ( nRow < uRow.nSel && uRow.nSel >= nNumRows ) in RowRemoved()
1450 uRow.nSel -= nNumRows; in RowRemoved()
1451 else if ( nRow <= uRow.nSel ) in RowRemoved()
1452 uRow.nSel = BROWSER_ENDOFSELECTION; in RowRemoved()
1609 if ( nRow == nCurRow && ( bMultiSelection || uRow.nSel == nRow ) ) in GoToRow()
1666 uRow.nSel = nRow; in GoToRow()
1754 if ( nRow == nCurRow && ( bMultiSelection || uRow.nSel == nRow ) && in GoToRowColumnId()
1780 ( ( !bMultiSelection && uRow.nSel == BROWSER_ENDOFSELECTION ) || in SetNoSelection()
1792 uRow.nSel = BROWSER_ENDOFSELECTION; in SetNoSelection()
1940 uRow.nSel = BROWSER_ENDOFSELECTION; in SelectRow()
1952 && ( uRow.nSel = nRow ) != BROWSER_ENDOFSELECTION ) in SelectRow()
1998 uRow.nSel == BROWSER_ENDOFSELECTION ? 0 : 1; in GetSelectRowCount()
2027 uRow.nSel = BROWSER_ENDOFSELECTION; in SelectColumnPos()
2096 return bMultiSelection ? uRow.pSel->FirstSelected(bInverse) : uRow.nSel; in FirstSelectedRow()
2123 return bMultiSelection ? uRow.pSel->LastSelected() : uRow.nSel; in LastSelectedRow()
2132 return bMultiSelection ? uRow.pSel->IsSelected(nRow) : nRow == uRow.nSel; in IsRowSelected()
2472 long nOldRowSel = bMultiSelection ? uRow.pSel->FirstSelected() : uRow.nSel; in SetMode()
2552 uRow.nSel = nOldRowSel; in SetMode()