Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx842 SCCOL nFillCol = GetViewData()->GetRefEndX(); in ExecuteEdit() local
858 nFillCol = aScAddress.Col(); in ExecuteEdit()
877 if ( nFillCol >= nStartCol && nFillCol <= nMergeCol && nFillRow == nStartRow ) in ExecuteEdit()
878 nFillCol = nStartCol; in ExecuteEdit()
887 if ( nFillCol==nEndCol || nFillRow==nEndRow ) in ExecuteEdit()
892 if ( nFillCol==nEndCol ) in ExecuteEdit()
907 if ( nFillCol > nEndCol ) in ExecuteEdit()
910 nCount = nFillCol - nEndCol; in ExecuteEdit()
912 else if ( nFillCol < nStartCol ) in ExecuteEdit()
915 nCount = nStartCol - nFillCol; in ExecuteEdit()
[all …]
H A Dgridwin.cxx2023 SCCOL nFillCol = pViewData->GetRefEndX(); in MouseButtonUp() local
2025 ScAddress aEndPos( nFillCol, nFillRow, nTab ); in MouseButtonUp()

Completed in 50 milliseconds