Home
last modified time | relevance | path

Searched refs:KEY_RIGHT (Results 26 – 50 of 81) sorted by relevance

1234

/trunk/main/sc/source/ui/dbgui/
H A Dcsvcontrol.cxx294 case KEY_RIGHT: return MOVE_NEXT; in GetHorzDirection()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx335 case KEY_RIGHT: in KeyInput()
1126 case KEY_RIGHT: in KeyInput()
1164 case KEY_RIGHT: in KeyInput()
H A Dfrmsel.cxx229 case KEY_RIGHT: eBorder = meKeyRight; break; in GetKeyboardNeighbor()
1154 case KEY_RIGHT: in KeyInput()
H A Dsimptabl.cxx60 else if ( m_pTable->IsFocusOnCellEnabled() && ( nKey == KEY_LEFT || nKey == KEY_RIGHT ) ) in PreNotify()
H A Dcharmap.cxx269 case KEY_RIGHT: in KeyInput()
H A Ddlgctl3d.cxx1146 case KEY_RIGHT: in KeyInput()
/trunk/main/sd/source/ui/func/
H A Dfusel.cxx960 case KEY_RIGHT: in KeyInput()
984 else if (nCode == KEY_RIGHT) in KeyInput()
/trunk/main/sfx2/source/sidebar/
H A DFocusManager.cxx583 case KEY_RIGHT: in HandleKeyEvent()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1467 case KEY_RIGHT: in TabKeyInput()
1501 case KEY_RIGHT: in TabKeyInput()
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx365 case KEY_RIGHT: in KeyInput()
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx144 case KEY_RIGHT: in KeyInput()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm86 KEY_UP, KEY_DOWN, KEY_LEFT, KEY_RIGHT, KEY_F1, KEY_F2, KEY_F3, KEY_F4,
1112 [self sendKeyInputAndReleaseToFrame: KEY_RIGHT character: 0 modifiers: 0];
1118 [self sendKeyInputAndReleaseToFrame: KEY_RIGHT character: 0 modifiers: NSShiftKeyMask];
/trunk/main/vcl/source/control/
H A Dedit.cxx1619 case KEY_RIGHT: in ImplHandleKeyEvent()
1648 bool bGoRight = (nCode == KEY_RIGHT); in ImplHandleKeyEvent()
2214 ImplHandleKeyEvent( KeyEvent( 0, KeyCode( KEY_RIGHT, KEY_MOD1 ) ) ); in Command()
H A Dtabctrl.cxx1039 if ( (nKeyCode == KEY_LEFT) || (nKeyCode == KEY_RIGHT) ) in KeyInput()
1041 sal_Bool bNext = (nKeyCode == KEY_RIGHT); in KeyInput()
H A Dslider.cxx882 case KEY_RIGHT: in KeyInput()
/trunk/main/vcl/inc/vcl/
H A Dkeycodes.hxx114 #define KEY_RIGHT ((sal_uInt16)::com::sun::star::awt::Key::RIGHT) macro
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx82 case KEY_RIGHT: in KeyInput()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx621 case KEY_RIGHT: in KeyInput()
643 if ( ( !rKeyEvent.GetKeyCode().IsMod2() || ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) ) in KeyInput()
1294 …case KEY_RIGHT: aPaM = bCtrl ? CursorWordRight( aPaM ) : CursorRight( aPaM, aTranslatedKeyEvent.G… in ImpMoveCursor()
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx229 case( KEY_RIGHT ): in KeyInput()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1871 case KEY_RIGHT: nId = BROWSER_CURSORRIGHT; break; in ProcessKey()
1910 case KEY_RIGHT: nId = BROWSER_MOVECOLUMNRIGHT; break; in ProcessKey()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx1869 else if ( aTabCtrl.HasFocus() && ( KEY_LEFT == nCode || KEY_RIGHT == nCode ) ) in PreNotify()
3266 if ( ( rKeyCode.IsMod2() && ( KEY_LEFT == nKey || KEY_RIGHT == nKey ) ) || in PreNotify()
3269 DoAction( rKeyCode.GetCode() == KEY_RIGHT ? TBI_FORWARD : TBI_BACKWARD ); in PreNotify()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx371 case KEY_RIGHT: in handleKeyEvent()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx1091 if( (aKeyCode.GetCode() == KEY_LEFT || aKeyCode.GetCode() == KEY_RIGHT) && in ImplHandleKey()
1093 …aKeyCode = KeyCode( aKeyCode.GetCode() == KEY_LEFT ? KEY_RIGHT : KEY_LEFT, aKeyCode.GetModifier() … in ImplHandleKey()
H A Ddlgctrl.cxx824 else if ( (nKeyCode == KEY_RIGHT) || (nKeyCode == KEY_DOWN) ) in ImplDlgCtrl()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx454 case KEY_RIGHT: in KeyInput()

Completed in 345 milliseconds

1234