Home
last modified time | relevance | path

Searched refs:nFillRow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx843 SCROW nFillRow = GetViewData()->GetRefEndY(); in ExecuteEdit() local
857 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 …]
H A Dgridwin.cxx2024 SCROW nFillRow = pViewData->GetRefEndY(); in MouseButtonUp() local
2025 ScAddress aEndPos( nFillCol, nFillRow, nTab ); in MouseButtonUp()

Completed in 53 milliseconds