Lines Matching refs:nStartX

132 				SCCOL nStartX = aMarkRange.aStart.Col();  in BeginDrag()  local
134 SCCOL nHandleX = (nPosX >= (SCsCOL) nStartX) ? nPosX - nStartX : 0; in BeginDrag()
380 SCCOL nStartX, nEndX; in SetCursorAtCell() local
383 pViewData->GetSimpleArea( nStartX, nStartY, nDummy, nEndX, nEndY, nDummy ); in SetCursorAtCell()
387 pView->InitRefMode( nStartX, nStartY, nTab, SC_REFTYPE_FILL ); in SetCursorAtCell()
394 if ( nPosX+1 >= (SCsCOL) nStartX && nPosX <= (SCsCOL) nEndX && in SetCursorAtCell()
405 SCCOL nDelStartX = nStartX; in SetCursorAtCell()
413 if ( nDelStartX < nStartX ) in SetCursorAtCell()
414 nDelStartX = nStartX; in SetCursorAtCell()
442 PaintArea( nStartX,nDelStartY, nEndX,nEndY, SC_UPDATE_MARKS ); in SetCursorAtCell()
448 if ( nStartX != pViewData->GetRefStartX() || nStartY != pViewData->GetRefStartY() ) in SetCursorAtCell()
451 pViewData->GetView()->InitRefMode( nStartX, nStartY, nTab, SC_REFTYPE_FILL ); in SetCursorAtCell()
468 sal_Bool bNegX = ( nPosX < (SCsCOL) nStartX ); in SetCursorAtCell()
476 do ++nPosX; while ( nPosX<nStartX && pDoc->ColHidden(nPosX, nTab) ); in SetCursorAtCell()
477 for (SCCOL i=nPosX; i<nStartX; i++) in SetCursorAtCell()
511 SCCOL nRefStX = bNegX ? nEndX : nStartX; in SetCursorAtCell()
544 SCCOL nStartX, nEndX; in SetCursorAtCell() local
547 pViewData->GetSimpleArea( nStartX, nStartY, nDummy, nEndX, nEndY, nDummy ); in SetCursorAtCell()
551 pView->InitRefMode( nStartX, nStartY, nTab, SC_REFTYPE_FILL ); in SetCursorAtCell()
555 if ( nPosX < nStartX ) nPosX = nStartX; in SetCursorAtCell()