Searched refs:nFillRow (Results 1 – 2 of 2) sorted by relevance
843 SCROW nFillRow = GetViewData()->GetRefEndY(); in ExecuteEdit() local857 nFillRow = aScAddress.Row(); in ExecuteEdit()879 if ( nFillRow >= nStartRow && nFillRow <= nMergeRow && nFillCol == nStartCol ) in ExecuteEdit()880 nFillRow = nStartRow; in ExecuteEdit()885 if ( nFillCol != nEndCol || nFillRow != nEndRow ) in ExecuteEdit()887 if ( nFillCol==nEndCol || nFillRow==nEndRow ) in ExecuteEdit()894 if ( nFillRow > nEndRow ) in ExecuteEdit()897 nCount = nFillRow - nEndRow; in ExecuteEdit()899 else if ( nFillRow < nStartRow ) in ExecuteEdit()902 nCount = nStartRow - nFillRow; in ExecuteEdit()[all …]
2024 SCROW nFillRow = pViewData->GetRefEndY(); in MouseButtonUp() local2025 ScAddress aEndPos( nFillCol, nFillRow, nTab ); in MouseButtonUp()
Completed in 50 milliseconds