Lines Matching refs:nEditRow
162 ,nEditRow(-1) in EditBrowseBox()
183 ,nEditRow(-1) in EditBrowseBox()
223 nOldEditRow = nEditRow = nPaintRow = -1; in RemoveRows()
296 if (nPaintRow == nEditRow) in PaintField()
440 Rectangle aRect( GetCellRect( nEditRow, nEditCol, sal_False ) ); in RowHeightChanged()
509 …if (IsEditing() && (nColPos != nEditCol || nRow != nEditRow) && (nColPos != BROWSER_INVALIDID) && … in MouseButtonDown()
899 if (!nInfo && nNewRow != nEditRow) in IsCursorMoveAllowed()
942 if (nNewRow != nEditRow) in IsCursorMoveAllowed()
947 if ((nEditRow >= 0) && (GetBrowserFlags() & EBBF_NO_HANDLE_COLUMN_CONTENT) == 0) in IsCursorMoveAllowed()
949 Rectangle aRect = GetFieldRectPixel(nEditRow, 0, sal_False ); in IsCursorMoveAllowed()
965 pTHIS->InvalidateStatusCell(nEditRow); in IsCursorMoveAllowed()
985 Rectangle aRect( GetCellRect(nEditRow, nEditCol, sal_False)); in ColumnMoved()
1009 if (nEditRow != nNewRow) in CursorMoved()
1013 nEditRow = nNewRow; in CursorMoved()
1026 Rectangle aRect = GetCellRect(nEditRow, nEditCol, sal_False); in EndScroll()
1047 if (nEditRow >= 0 && nEditCol > HANDLE_ID) in ActivateCell()
1052 Rectangle aRect( GetCellRect(nEditRow, nEditCol, sal_False)); in ActivateCell()
1055 InitController(aController, nEditRow, nEditCol); in ActivateCell()
1110 nOldEditRow = nEditRow; in DeactivateCell()
1166 Rectangle aRect( GetCellRect(nEditRow, nEditCol, sal_False)); in ColumnResized()