Lines Matching refs:Col
132 SCCOL nStartX = aMarkRange.aStart.Col(); in BeginDrag()
181 pView->InitRefMode( aAnchorPos.Col(), aAnchorPos.Row(), aAnchorPos.Tab(), in SetAnchor()
204 pView->InitBlockMode( aAnchorPos.Col(), aAnchorPos.Row(), in SetAnchor()
427 ScUpdateRect aRect( aDelRange.aStart.Col(), aDelRange.aStart.Row(), in SetCursorAtCell()
428 aDelRange.aEnd.Col(), aDelRange.aEnd.Row() ); in SetCursorAtCell()
463 PaintArea( aDelRange.aStart.Col(), aDelRange.aStart.Row(), in SetCursorAtCell()
464 aDelRange.aEnd.Col(), aDelRange.aEnd.Row(), SC_UPDATE_MARKS ); in SetCursorAtCell()
534 pView->InitRefMode( aRange.aEnd.Col(), aRange.aEnd.Row(), nTab, eRefMode ); in SetCursorAtCell()
536 pView->InitRefMode( aRange.aStart.Col(), aRange.aStart.Row(), nTab, eRefMode ); in SetCursorAtCell()
573 sal_Bool bMove = ( nPosX != (SCsCOL) aAnchorPos.Col() || in SetCursorAtCell()
577 pView->InitBlockMode( aAnchorPos.Col(), aAnchorPos.Row(), in SetCursorAtCell()