Searched refs:nFillCol (Results 1 – 2 of 2) sorted by relevance
842 SCCOL nFillCol = GetViewData()->GetRefEndX(); in ExecuteEdit() local858 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 …]
2008 SCCOL nFillCol = pViewData->GetRefEndX(); in MouseButtonUp() local2010 ScAddress aEndPos( nFillCol, nFillRow, nTab ); in MouseButtonUp()
Completed in 171 milliseconds