Home
last modified time | relevance | path

Searched refs:KEY_RIGHT (Results 1 – 25 of 81) sorted by relevance

1234

/aoo4110/main/vcl/source/window/
H A Dkeyevent.cxx81 case KEY_LEFT: aClone.maKeyCode = KeyCode(KEY_RIGHT, nMod); break; in LogicalTextDirectionality()
82 case KEY_RIGHT: aClone.maKeyCode = KeyCode(KEY_LEFT, nMod); break; in LogicalTextDirectionality()
89 case KEY_DOWN: aClone.maKeyCode = KeyCode(KEY_RIGHT, nMod); break; in LogicalTextDirectionality()
92 case KEY_RIGHT: aClone.maKeyCode = KeyCode(KEY_UP, nMod); break; in LogicalTextDirectionality()
H A Dsplit.cxx436 case KEY_RIGHT: in ImplKbdTracking()
676 case KEY_RIGHT: in KeyInput()
/aoo4110/main/cui/source/customize/
H A Dacccfg.cxx129 KEY_RIGHT ,
169 KEY_RIGHT | KEY_SHIFT,
234 KEY_RIGHT | KEY_MOD1 ,
303 KEY_RIGHT | KEY_SHIFT | KEY_MOD1,
367 KEY_RIGHT | KEY_MOD2 ,
431 KEY_RIGHT | KEY_SHIFT | KEY_MOD2,
495 KEY_RIGHT | KEY_MOD1 | KEY_MOD2 ,
559 KEY_RIGHT | KEY_SHIFT | KEY_MOD1 | KEY_MOD2,
664 (nCode1 != KEY_RIGHT ) && in KeyInput()
/aoo4110/main/svtools/source/brwbox/
H A Debbcontrols.cxx104 case KEY_RIGHT: in MoveAllowed()
444 case KEY_RIGHT: in MoveAllowed()
501 case KEY_RIGHT: in MoveAllowed()
/aoo4110/main/svx/source/tbxctrls/
H A Dlayctrl.cxx273 KEY_LEFT == nKey || KEY_RIGHT == nKey || in KeyInput()
299 case KEY_RIGHT : in KeyInput()
634 if( KEY_LEFT == nKey || KEY_RIGHT == nKey || in KeyInput()
646 case KEY_RIGHT : in KeyInput()
/aoo4110/main/sw/source/ui/docvw/
H A Dedtwin.cxx1358 KEY_LEFT == nKey || KEY_RIGHT == nKey ) in KeyInput()
1375 else if( KEY_DOWN == nKey ) nKey = KEY_RIGHT; in KeyInput()
1377 else if( KEY_RIGHT == nKey ) nKey = KEY_UP; in KeyInput()
1382 if( KEY_LEFT == nKey ) nKey = KEY_RIGHT; in KeyInput()
1585 case KEY_RIGHT | KEY_MOD2: in KeyInput()
1597 case KEY_RIGHT | KEY_MOD2 | KEY_SHIFT: in KeyInput()
1605 case KEY_RIGHT | KEY_MOD2 | KEY_MOD1: in KeyInput()
1668 case KEY_RIGHT | KEY_SHIFT: in KeyInput()
1709 case KEY_RIGHT | KEY_MOD1: in KeyInput()
1937 case KEY_RIGHT: in KeyInput()
[all …]
/aoo4110/main/sd/source/ui/func/
H A Dfuediglu.cxx338 case KEY_RIGHT: in KeyInput()
362 else if (nCode == KEY_RIGHT) in KeyInput()
H A Dfupoor.cxx649 case KEY_RIGHT: in IMPL_LINK_INLINE_END()
674 else if (nCode == KEY_RIGHT) in IMPL_LINK_INLINE_END()
H A Dfuoltext.cxx286 case KEY_RIGHT: in UpdateForKeyPress()
/aoo4110/main/vcl/source/control/
H A Dspinbtn.cxx328 case KEY_RIGHT: in KeyInput()
330 sal_Bool bUp = KEY_RIGHT == rKEvt.GetKeyCode().GetCode(); in KeyInput()
/aoo4110/main/basctl/source/dlged/
H A Ddlgedfunc.cxx202 case KEY_RIGHT: in KeyInput()
225 else if ( nCode == KEY_RIGHT ) in KeyInput()
/aoo4110/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx579 case KEY_RIGHT: in KeyInput()
606 else if (nCode == KEY_RIGHT) in KeyInput()
/aoo4110/main/sd/source/ui/annotations/
H A Dannotationtag.cxx386 case KEY_RIGHT: in KeyInput()
481 case KEY_RIGHT: nX = 1; break; in OnMove()
/aoo4110/main/svx/source/dialog/
H A Dgraphctl.cxx510 case KEY_RIGHT: in KeyInput()
533 else if (aCode.GetCode() == KEY_RIGHT) in KeyInput()
/aoo4110/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx454 case KEY_RIGHT: in KeyInput()
493 else if (nCode == KEY_RIGHT) in KeyInput()
/aoo4110/main/chart2/source/controller/main/
H A DChartController_Window.cxx1411 nCode == KEY_RIGHT || in execute_KeyInput()
1426 (nCode == KEY_RIGHT && (aMaximumPosition.X < 0)) || in execute_KeyInput()
1474 nCode == KEY_RIGHT || in execute_KeyInput()
1500 case KEY_RIGHT: in execute_KeyInput()
/aoo4110/main/editeng/source/editeng/
H A Dediteng.cxx949 case KEY_RIGHT: in PostKeyEvent()
971 … if ( !rKeyEvent.GetKeyCode().IsMod2() || ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) ) in PostKeyEvent()
973 …ing( aCurSel.Max().GetNode() ) && ( ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) /* || ( nCode … in PostKeyEvent()
1251 ( IsVertical() && ( nCode != KEY_LEFT ) && ( nCode != KEY_RIGHT ) )) in PostKeyEvent()
1257 ( !IsVertical() && ( nCode != KEY_LEFT ) && ( nCode != KEY_RIGHT ) ) || in PostKeyEvent()
2714 case KEY_RIGHT: in DoesKeyMoveCursor()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx700 case KEY_RIGHT: in PreNotify()
785 …() && nKeyCode != KEY_UP && nKeyCode != KEY_DOWN && nKeyCode != KEY_LEFT && nKeyCode != KEY_RIGHT ) in PreNotify()
/aoo4110/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1600 …ScrollBar* pScrollBar = ( nCode == KEY_LEFT || nCode == KEY_RIGHT ) ? pScrollWindow->GetHScroll() … in handleKey()
1602 …pScrollBar->DoScrollAction(( nCode == KEY_RIGHT || nCode == KEY_UP ) ? SCROLL_LINEUP : SCROLL_LINE… in handleKey()
1619 else if ( nCode == KEY_RIGHT ) in handleKey()
1708 else if ( nCode == KEY_RIGHT ) in handleKey()
/aoo4110/main/svtools/source/table/
H A Ddefaultinputhandler.cxx161 { KEY_RIGHT, 0, cursorRight }, in KeyInput()
/aoo4110/main/sc/source/ui/view/
H A Dolinewin.cxx1001 bool bLeftRightKey = (nCode == KEY_LEFT) || (nCode == KEY_RIGHT); in KeyInput()
1011 bool bForward = (nCode == KEY_DOWN) || (nCode == KEY_RIGHT); in KeyInput()
/aoo4110/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx555 … case KEY_RIGHT: MoveSelectedField( mbVertical ? NEXT_LINE : NEXT_FIELD ); break; in KeyInput()
569 … case KEY_RIGHT: MoveSelection( mbVertical ? NEXT_LINE : NEXT_FIELD ); break; in KeyInput()
H A Dcsvcontrol.cxx294 case KEY_RIGHT: return MOVE_NEXT; in GetHorzDirection()
/aoo4110/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx633 case KEY_RIGHT: in KeyInput()
748 case KEY_RIGHT: nX = 1; break; in OnMove()
/aoo4110/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1136 case KEY_RIGHT: in GetKeyName()
1322 nKey = KEY_RIGHT; in GetKeyCode()
1398 nKey = KEY_RIGHT; in GetKeyCode()
1465 nKey = KEY_RIGHT; in GetKeyCode()

Completed in 222 milliseconds

1234