Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/view/
H A Dselect.cxx405 SCCOL nDelStartX = nStartX; in SetCursorAtCell() local
408 nDelStartX = nPosX + 1; in SetCursorAtCell()
413 if ( nDelStartX < nStartX ) in SetCursorAtCell()
414 nDelStartX = nStartX; in SetCursorAtCell()
420 pViewData->SetDelMark( ScRange( nDelStartX,nDelStartY,nTab, in SetCursorAtCell()
429 aRect.SetNew( nDelStartX,nDelStartY, nEndX,nEndY ); in SetCursorAtCell()

Completed in 15 milliseconds