Home
last modified time | relevance | path

Searched refs:KEY_LEFT (Results 1 – 25 of 80) sorted by relevance

1234

/trunk/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()
90 case KEY_UP: aClone.maKeyCode = KeyCode(KEY_LEFT, nMod); break; in LogicalTextDirectionality()
91 case KEY_LEFT: aClone.maKeyCode = KeyCode(KEY_DOWN, nMod); break; in LogicalTextDirectionality()
H A Dsplit.cxx433 case KEY_LEFT: in ImplKbdTracking()
677 case KEY_LEFT: in KeyInput()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx128 KEY_LEFT ,
168 KEY_LEFT | KEY_SHIFT,
233 KEY_LEFT | KEY_MOD1 ,
302 KEY_LEFT | KEY_SHIFT | KEY_MOD1,
366 KEY_LEFT | KEY_MOD2 ,
430 KEY_LEFT | KEY_SHIFT | KEY_MOD2,
494 KEY_LEFT | KEY_MOD1 | KEY_MOD2 ,
558 KEY_LEFT | KEY_SHIFT | KEY_MOD1 | KEY_MOD2,
663 (nCode1 != KEY_LEFT ) && in KeyInput()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx110 case KEY_LEFT: in MoveAllowed()
450 case KEY_LEFT: in MoveAllowed()
507 case KEY_LEFT: in MoveAllowed()
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx273 KEY_LEFT == nKey || KEY_RIGHT == nKey || in KeyInput()
294 case KEY_LEFT : in KeyInput()
634 if( KEY_LEFT == nKey || KEY_RIGHT == nKey || in KeyInput()
642 case KEY_LEFT : in KeyInput()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx1358 KEY_LEFT == nKey || KEY_RIGHT == nKey ) in KeyInput()
1374 if( KEY_UP == nKey ) nKey = KEY_LEFT; in KeyInput()
1376 else if( KEY_LEFT == nKey ) nKey = KEY_DOWN; in KeyInput()
1382 if( KEY_LEFT == nKey ) nKey = KEY_RIGHT; in KeyInput()
1591 case KEY_LEFT | KEY_MOD2: in KeyInput()
1601 case KEY_LEFT | KEY_MOD2 | KEY_SHIFT: in KeyInput()
1609 case KEY_LEFT | KEY_MOD2 | KEY_MOD1: in KeyInput()
1669 case KEY_LEFT | KEY_SHIFT: in KeyInput()
1693 case KEY_LEFT: in KeyInput()
1694 case KEY_LEFT | KEY_MOD1: in KeyInput()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuediglu.cxx337 case KEY_LEFT: in KeyInput()
356 else if (nCode == KEY_LEFT) in KeyInput()
H A Dfupoor.cxx648 case KEY_LEFT: in IMPL_LINK_INLINE_END()
668 else if (nCode == KEY_LEFT) in IMPL_LINK_INLINE_END()
H A Dfuoltext.cxx285 case KEY_LEFT: in UpdateForKeyPress()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx201 case KEY_LEFT: in KeyInput()
219 else if ( nCode == KEY_LEFT ) in KeyInput()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx385 case KEY_LEFT: in KeyInput()
480 case KEY_LEFT: nX = -1; break; in OnMove()
/trunk/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx578 case KEY_LEFT: in KeyInput()
600 else if (nCode == KEY_LEFT) in KeyInput()
/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx509 case KEY_LEFT: in KeyInput()
527 else if (aCode.GetCode() == KEY_LEFT) in KeyInput()
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx453 case KEY_LEFT: in KeyInput()
487 else if (nCode == KEY_LEFT) in KeyInput()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx948 case KEY_LEFT: in PostKeyEvent()
971 … if ( !rKeyEvent.GetKeyCode().IsMod2() || ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) ) in PostKeyEvent()
973 …ine->DoVisualCursorTraveling( aCurSel.Max().GetNode() ) && ( ( nCode == KEY_LEFT ) || ( nCode == K… in PostKeyEvent()
1251 ( IsVertical() && ( nCode != KEY_LEFT ) && ( nCode != KEY_RIGHT ) )) in PostKeyEvent()
1257 ( !IsVertical() && ( nCode != KEY_LEFT ) && ( nCode != KEY_RIGHT ) ) || in PostKeyEvent()
2713 case KEY_LEFT: in DoesKeyMoveCursor()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1410 nCode == KEY_LEFT || in execute_KeyInput()
1427 (nCode == KEY_LEFT && (aMaximumPosition.X > 0)) || in execute_KeyInput()
1473 else if( nCode == KEY_LEFT || in execute_KeyInput()
1496 case KEY_LEFT: in execute_KeyInput()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx696 case KEY_LEFT: in PreNotify()
785 …if ( rCode.IsMod2() && nKeyCode != KEY_UP && nKeyCode != KEY_DOWN && nKeyCode != KEY_LEFT && nKeyC… in PreNotify()
/trunk/main/svtools/source/table/
H A Ddefaultinputhandler.cxx160 { KEY_LEFT, 0, cursorLeft }, in KeyInput()
/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx554 … case KEY_LEFT: MoveSelectedField( mbVertical ? PREV_LINE : PREV_FIELD ); break; in KeyInput()
568 … case KEY_LEFT: MoveSelection( mbVertical ? PREV_LINE : PREV_FIELD ); break; in KeyInput()
H A Dcsvcontrol.cxx293 case KEY_LEFT: return MOVE_PREV; in GetHorzDirection()
/trunk/main/vcl/source/control/
H A Dedit.cxx1618 case KEY_LEFT: in ImplHandleKeyEvent()
1647 bool bGoLeft = (nCode == KEY_LEFT); in ImplHandleKeyEvent()
2209 ImplHandleKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1 ) ) ); in Command()
2224 ImplHandleKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1|KEY_SHIFT ) ) ); in Command()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1133 case KEY_LEFT: in GetKeyName()
1316 nKey = KEY_LEFT; in GetKeyCode()
1392 nKey = KEY_LEFT; in GetKeyCode()
1459 nKey = KEY_LEFT; in GetKeyCode()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx632 case KEY_LEFT: in KeyInput()
747 case KEY_LEFT: nX = -1; break; in OnMove()
/trunk/main/svx/workben/
H A Dedittest.cxx1578 ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) ) ) in KeyInput()
1596 else if ( ( nCode == KEY_LEFT ) && ( nX > 5 ) ) in KeyInput()
1609 else if ( ( nCode == KEY_LEFT ) && ( nProp > 5 ) ) in KeyInput()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1600 …ScrollBar* pScrollBar = ( nCode == KEY_LEFT || nCode == KEY_RIGHT ) ? pScrollWindow->GetHScroll() … in handleKey()
1617 else if ( nCode == KEY_LEFT ) in handleKey()
1702 else if ( nCode == KEY_LEFT ) in handleKey()

Completed in 175 milliseconds

1234