Searched refs:MoveCursorPage (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | cellsh4.cxx | 141 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 D | tabview3.cxx | 1082 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 D | tabview.hxx | 373 void MoveCursorPage( SCsCOL nMovX, SCsROW nMovY, ScFollowMode eMode,
|
Completed in 27 milliseconds