Home
last modified time | relevance | path

Searched refs:KEY_TAB (Results 1 – 25 of 69) sorted by relevance

123

/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx188 if( pKEvt->GetKeyCode().GetCode() == KEY_TAB) in PreNotify()
395 if( pKEvt->GetKeyCode().GetCode() == KEY_TAB) in PreNotify()
720 case KEY_TAB: in Notify()
800 case KEY_TAB: in Notify()
H A Dtbunocontroller.cxx201 case KEY_TAB: in Notify()
203 if ( KEY_TAB == nCode ) in Notify()
H A Dtbcontrl.cxx488 case KEY_TAB: in Notify()
490 if ( KEY_TAB == nCode ) in Notify()
696 case KEY_TAB: in Notify()
698 if ( KEY_TAB == nCode ) in Notify()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx226 if ( ( KEY_TAB == nCode ) && bCtrl && !bAlt ) in PreNotify()
230 KeyCode aNewCode( KEY_TAB, bShift, sal_False, sal_False, sal_False ); in PreNotify()
/trunk/main/chart2/source/controller/main/
H A DElementSelector.cxx227 case KEY_TAB: in Notify()
229 if ( KEY_TAB == nCode ) in Notify()
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx591 if ( nKey == KEY_TAB || nKey == KEY_TAB + KEY_SHIFT ) in KeyInput()
/trunk/main/sfx2/source/sidebar/
H A DFocusManager.cxx523 case KEY_TAB: in HandleKeyEvent()
709 case KEY_TAB: in IMPL_LINK()
H A DSidebarToolBox.cxx231 if (rEvent.GetKeyEvent()->GetKeyCode().GetCode() == KEY_TAB) in Notify()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1157 case KEY_TAB: in GetKeyName()
1306 nKey = KEY_TAB; in GetKeyCode()
1517 nKey = KEY_TAB; in GetKeyCode()
1536 nKey = KEY_TAB; in GetKeyCode()
1606 nKey = KEY_TAB; in GetKeyCode()
1620 nKey = KEY_TAB; in GetKeyCode()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx472 case KEY_TAB: in KeyInput()
666 case KEY_TAB: in PreNotify()
698 case KEY_TAB: in PreNotify()
H A Debbcontrols.cxx610 … if ( ( nCode != KEY_TAB ) && ( nCode != KEY_RETURN ) ) // everything but tab and enter in PreNotify()
/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx452 if ( (nKeyCode == KEY_TAB) || (nKeyCode == KEY_PAGEUP) ) in Notify()
466 if ( (nKeyCode == KEY_TAB) || (nKeyCode == KEY_PAGEDOWN) ) in Notify()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm59 KEY_BACKSPACE, KEY_TAB, KEY_RETURN, 0, 0, KEY_RETURN, 0, 0,
61 0, KEY_TAB, 0, KEY_ESCAPE, 0, 0, 0, 0,
80 // Note: the mapping of 0x19 to KEY_TAB is because for unknown reasons
1082 [self sendKeyInputAndReleaseToFrame: KEY_TAB character: '\t' modifiers: 0];
1088 [self sendKeyInputAndReleaseToFrame: (KEY_TAB | KEY_SHIFT) character: '\t' modifiers: 0];
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx857 case KEY_TAB: in Notify()
859 if ( KEY_TAB == nCode ) in Notify()
/trunk/main/sw/source/ui/docvw/
H A DAnnotationMenuButton.cxx196 if ( nKey == KEY_TAB ) in KeyInput()
H A Dedtwin.cxx1945 case KEY_TAB: in KeyInput()
2005 case KEY_TAB | KEY_SHIFT: in KeyInput()
2065 case KEY_TAB | KEY_MOD1: in KeyInput()
2066 case KEY_TAB | KEY_MOD2: in KeyInput()
2090 case KEY_TAB | KEY_MOD1 | KEY_SHIFT: in KeyInput()
2122 case KEY_TAB: in KeyInput()
2123 case KEY_TAB | KEY_SHIFT: in KeyInput()
/trunk/main/svx/source/gallery2/
H A DGalleryControl.cxx194 … ( ( KEY_TAB == nCode ) || ( KEY_F6 == nCode && rKEvt.GetKeyCode().IsMod2() ) ) ); in KeyInput()
H A Dgalbrws.cxx214 … ( ( KEY_TAB == nCode ) || ( KEY_F6 == nCode && rKEvt.GetKeyCode().IsMod2() ) ) ); in KeyInput()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx357 || ( rKeyCode == KeyCode( KEY_TAB, sal_True, sal_False, sal_False, sal_False ) ) in PreNotify()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx442 if ( nKeyCode == KEY_TAB ) in Notify()
1205 if ( nKeyCode == KEY_TAB ) in Notify()
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx367 case KEY_TAB: in KeyInput()
/trunk/main/svx/source/dialog/
H A Dsimptabl.cxx58 if ( nKey == KEY_TAB ) in PreNotify()
/trunk/main/vcl/inc/vcl/
H A Dkeycodes.hxx122 #define KEY_TAB ((sal_uInt16)::com::sun::star::awt::Key::TAB) macro
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx163 case KEY_TAB: in KeyInput()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx189 case KEY_TAB : in KeyInput()

Completed in 164 milliseconds

123