Home
last modified time | relevance | path

Searched refs:eHDir (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx457 ScMoveMode eHDir = GetHorzDirection( nCode, true ); in KeyInput() local
462 if( eHDir != MOVE_NONE ) in KeyInput()
463 MoveCursorRel( eHDir ); in KeyInput()
473 else if( bJump && (eHDir != MOVE_NONE) ) in KeyInput()
474 MoveCursorToSplit( eHDir ); in KeyInput()
475 else if( bMove && (eHDir != MOVE_NONE) ) in KeyInput()
476 MoveCurrSplitRel( eHDir ); in KeyInput()
H A Dcsvgrid.cxx890 ScMoveMode eHDir = GetHorzDirection( nCode, !bMod1 ); in KeyInput() local
893 if( eHDir != MOVE_NONE ) in KeyInput()
896 MoveCursorRel( eHDir ); in KeyInput()

Completed in 26 milliseconds