Home
last modified time | relevance | path

Searched refs:KEY_RETURN (Results 26 – 50 of 124) sorted by relevance

12345

/aoo4110/main/sw/source/core/access/
H A Dacchyperlink.cxx153 aKeyStroke.KeyCode = KEY_RETURN; in getAccessibleActionKeyBinding()
/aoo4110/main/svtools/source/toolpanel/
H A Ddrawerlayouter.cxx270 if ( ( rKeyCode.GetModifier() == 0 ) && ( rKeyCode.GetCode() == KEY_RETURN ) ) in IMPL_LINK()
/aoo4110/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx464 case KEY_RETURN: in KeyInput()
672 case KEY_RETURN: in PreNotify()
/aoo4110/main/svtools/source/control/
H A Dinettbc.cxx970 if ( aCode == KEY_RETURN && GetText().Len() ) in ProcessKey()
1006 else if ( aCode == KEY_RETURN && !GetText().Len() && GetOpenHdl().IsSet() ) in ProcessKey()
/aoo4110/main/sc/source/ui/navipi/
H A Dnavipi.cxx128 if ( aCode.GetCode() == KEY_RETURN ) in Notify()
331 if ( aCode.GetCode() == KEY_RETURN && !aCode.IsMod1() && !aCode.IsMod2() ) in Notify()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx179 if (rCode.GetCode() != KEY_RETURN) in PreNotify()
/aoo4110/main/chart2/source/controller/main/
H A DElementSelector.cxx226 case KEY_RETURN: in Notify()
/aoo4110/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx1017 if ( ( (KEY_RETURN == nKey) in PreNotify()
1122 if ( nKey == KEY_RETURN && !aKeyCode.IsShift() ) in PreNotify()
/aoo4110/main/svx/source/form/
H A Dtbxform.cxx124 if( rKeyEvent.GetKeyCode() == KEY_RETURN && GetText().Len() ) in KeyInput()
H A Dtabwin.cxx298 if ( ( 0 == rKeyCode.GetModifier() ) && ( KEY_RETURN == rKeyCode.GetCode() ) ) in PreNotify()
H A Dfmview.cxx507 && rKeyCode.GetCode() == KEY_RETURN in KeyInput()
/aoo4110/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx200 case KEY_RETURN: in Notify()
/aoo4110/main/framework/source/uielement/
H A Dcomboboxtoolbarcontroller.cxx266 if(( rKeyCode.GetModifier() | rKeyCode.GetCode()) == KEY_RETURN ) in PreNotify()
H A Dspinfieldtoolbarcontroller.cxx351 if(( rKeyCode.GetModifier() | rKeyCode.GetCode()) == KEY_RETURN ) in PreNotify()
/aoo4110/main/sd/source/ui/func/
H A Dfuediglu.cxx384 case KEY_RETURN: in KeyInput()
/aoo4110/main/sc/source/ui/app/
H A Dinputhdl.cxx2999 if (( bAlt && !bControl && nCode != KEY_RETURN ) || in KeyInput()
3011 case KEY_RETURN: in KeyInput()
3157 if( pTableView->PostKeyEvent( KeyEvent( CHAR_CR, KeyCode(KEY_RETURN) ) ) ) in KeyInput()
3160 if( pTopView->PostKeyEvent( KeyEvent( CHAR_CR, KeyCode(KEY_RETURN) ) ) ) in KeyInput()
/aoo4110/main/sfx2/source/sidebar/
H A DFocusManager.cxx501 case KEY_RETURN: in HandleKeyEvent()
/aoo4110/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx368 case KEY_RETURN: in KeyInput()
/aoo4110/main/basic/workben/
H A Dmgrtest.cxx529 if ( ( nCode == KEY_RETURN ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
/aoo4110/main/svx/source/svdraw/
H A Dsvdibrow.cxx196 if(nKeyCode == KEY_RETURN) in KeyInput()
417 if (nKeyCode==KEY_RETURN) { in KeyInput()
/aoo4110/main/vcl/inc/vcl/
H A Dkeycodes.hxx120 #define KEY_RETURN ((sal_uInt16)::com::sun::star::awt::Key::RETURN) macro
/aoo4110/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1151 case KEY_RETURN: in GetKeyName()
1309 nKey = KEY_RETURN; in GetKeyCode()
1524 nKey = KEY_RETURN; in GetKeyCode()
/aoo4110/main/vcl/aqua/source/window/
H A Dsalframeview.mm59 KEY_BACKSPACE, KEY_TAB, KEY_RETURN, 0, 0, KEY_RETURN, 0, 0,
1325 …[self sendKeyInputAndReleaseToFrame: KEY_RETURN character: '\n' modifiers: mpFrame->mnLastModifier…
/aoo4110/main/sfx2/source/dialog/
H A Dversdlg.cxx187 case KEY_RETURN : in KeyInput()
/aoo4110/main/sd/source/ui/annotations/
H A Dannotationtag.cxx400 case KEY_RETURN: in KeyInput()

Completed in 130 milliseconds

12345