Home
last modified time | relevance | path

Searched refs:KEY_LEFT (Results 26 – 50 of 80) sorted by relevance

1234

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx320 case KEY_LEFT: in KeyInput()
1118 case KEY_LEFT: in KeyInput()
1163 case KEY_LEFT: in KeyInput()
H A Dfrmsel.cxx228 case KEY_LEFT: eBorder = meKeyLeft; break; in GetKeyboardNeighbor()
1153 case KEY_LEFT: in KeyInput()
H A Dsimptabl.cxx60 else if ( m_pTable->IsFocusOnCellEnabled() && ( nKey == KEY_LEFT || nKey == KEY_RIGHT ) ) in PreNotify()
H A Dcharmap.cxx266 case KEY_LEFT: in KeyInput()
H A Ddlgctl3d.cxx1141 case KEY_LEFT: in KeyInput()
/trunk/main/sd/source/ui/func/
H A Dfusel.cxx959 case KEY_LEFT: in KeyInput()
978 else if (nCode == KEY_LEFT) in KeyInput()
/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 Dmenu.cxx4998 case KEY_LEFT: in KeyInput()
5762 if ( ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) || in ImplHandleKeyEvent()
5768 if ( nCode == KEY_LEFT) in ImplHandleKeyEvent()
5794 if ( nCode == KEY_LEFT || nCode == KEY_END ) in ImplHandleKeyEvent()
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx325 case KEY_LEFT: in KeyInput()
H A Dslider.cxx877 case KEY_LEFT: in KeyInput()
/trunk/main/sfx2/source/sidebar/
H A DFocusManager.cxx548 case KEY_LEFT: in HandleKeyEvent()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1463 case KEY_LEFT: in TabKeyInput()
1498 case KEY_LEFT: in TabKeyInput()
H A Dolinewin.cxx1001 bool bLeftRightKey = (nCode == KEY_LEFT) || (nCode == KEY_RIGHT); in KeyInput()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx408 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1 ) ) ); in Command()
433 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1|KEY_SHIFT ) ) ); in Command()
874 if ( !bCtrl && ( ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) ) ) in MoveCursor()
876 …PCHARACTER : i18n::CharacterIteratorMode::SKIPCELL, rKeyEvent.GetKeyCode().GetCode() == KEY_LEFT ); in MoveCursor()
895 …case KEY_LEFT: aPaM = bCtrl ? WordLeft( aPaM ) : CursorLeft( aPaM, aTranslatedKeyEvent.GetKeyCode… in MoveCursor()
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx364 case KEY_LEFT: in KeyInput()
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx115 case KEY_LEFT: 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,
1094 [self sendKeyInputAndReleaseToFrame: KEY_LEFT character: 0 modifiers: 0];
1100 [self sendKeyInputAndReleaseToFrame: KEY_LEFT character: 0 modifiers: NSShiftKeyMask];
/trunk/main/vcl/inc/vcl/
H A Dkeycodes.hxx113 #define KEY_LEFT ((sal_uInt16)::com::sun::star::awt::Key::LEFT) macro
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx78 case KEY_LEFT: in KeyInput()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx620 case KEY_LEFT: in KeyInput()
643 if ( ( !rKeyEvent.GetKeyCode().IsMod2() || ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) ) in KeyInput()
1292 …case KEY_LEFT: aPaM = bCtrl ? CursorWordLeft( aPaM ) : CursorLeft( aPaM, aTranslatedKeyEvent.GetK… in ImpMoveCursor()
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx224 case( KEY_LEFT ): in KeyInput()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1872 case KEY_LEFT: nId = BROWSER_CURSORLEFT; break; in ProcessKey()
1909 case KEY_LEFT: nId = BROWSER_MOVECOLUMNLEFT; break; in ProcessKey()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx1473 case KEY_LEFT: in KeyInput()
1475 if ( rKEvt.GetKeyCode().GetCode()==KEY_LEFT ) in KeyInput()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx370 case KEY_LEFT: in handleKeyEvent()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx450 case KEY_LEFT: in KeyInput()

Completed in 276 milliseconds

1234