Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/view/
H A Dcellsh4.cxx141 pTabViewShell->MoveCursorPage( 0, nRepeat, SC_FOLLOW_FIX, bSel, bKeep ); in ExecuteCursor()
145 pTabViewShell->MoveCursorPage( 0, -nRepeat, SC_FOLLOW_FIX, bSel, bKeep ); in ExecuteCursor()
149 pTabViewShell->MoveCursorPage( static_cast<SCsCOL>(nRepeat), 0, SC_FOLLOW_FIX, bSel, bKeep ); in ExecuteCursor()
153 pTabViewShell->MoveCursorPage( static_cast<SCsCOL>(-nRepeat), 0, SC_FOLLOW_FIX, bSel, bKeep ); in ExecuteCursor()
H A Dtabview3.cxx1082 void ScTabView::MoveCursorPage( SCsCOL nMovX, SCsROW nMovY, ScFollowMode eMode, sal_Bool bShift, sa… in MoveCursorPage() function in ScTabView
1331 … case MOD_NONE: MoveCursorPage( 0, static_cast<SCsCOLROW>(nDX), SC_FOLLOW_FIX, bSel ); break; in MoveCursorKeyInput()
1332 case MOD_ALT: MoveCursorPage( nDX, 0, SC_FOLLOW_FIX, bSel ); break; in MoveCursorKeyInput()
/aoo42x/main/sc/source/ui/inc/
H A Dtabview.hxx373 void MoveCursorPage( SCsCOL nMovX, SCsROW nMovY, ScFollowMode eMode,

Completed in 27 milliseconds