Searched refs:SC_FOLLOW_FIX (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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 | 789 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()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 57 enum ScFollowMode { SC_FOLLOW_NONE, SC_FOLLOW_LINE, SC_FOLLOW_FIX, SC_FOLLOW_JUMP }; enumerator
|
Completed in 19 milliseconds