Home
last modified time | relevance | path

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

/aoo41x/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.cxx789 case SC_FOLLOW_FIX: in AlignToCursor()
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()
/aoo41x/main/sc/source/ui/inc/
H A Dviewdata.hxx57 enum ScFollowMode { SC_FOLLOW_NONE, SC_FOLLOW_LINE, SC_FOLLOW_FIX, SC_FOLLOW_JUMP }; enumerator

Completed in 24 milliseconds