Home
last modified time | relevance | path

Searched refs:GetKeyCode (Results 26 – 50 of 264) sorted by relevance

1234567891011

/aoo41x/main/toolkit/source/helper/
H A Dvclunohelper.cxx777 if ( _rVclEvent.GetKeyCode().IsShift() ) in createKeyEvent()
779 if ( _rVclEvent.GetKeyCode().IsMod1() ) in createKeyEvent()
781 if ( _rVclEvent.GetKeyCode().IsMod2() ) in createKeyEvent()
783 if ( _rVclEvent.GetKeyCode().IsMod3() ) in createKeyEvent()
786 aKeyEvent.KeyCode = _rVclEvent.GetKeyCode().GetCode(); in createKeyEvent()
788 aKeyEvent.KeyFunc = ::sal::static_int_cast< sal_Int16 >( _rVclEvent.GetKeyCode().GetFunction()); in createKeyEvent()
/aoo41x/main/svtools/source/control/
H A Durlcontrol.cxx57 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in PreNotify()
69 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in Notify()
H A Dfileurlbox.cxx81 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in PreNotify()
103 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
H A Dfixedhyper.cxx107 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
203 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
/aoo41x/main/cui/source/options/
H A Dradiobtnbox.cxx71 if ( !rKEvt.GetKeyCode().GetModifier() && KEY_SPACE == rKEvt.GetKeyCode().GetCode() ) in KeyInput()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx975 sal_uInt16 nCode = rEvt.GetKeyCode().GetCode(); in KeyInput()
976 sal_Bool bShift = rEvt.GetKeyCode().IsShift(); in KeyInput()
977 sal_Bool bCtrl = rEvt.GetKeyCode().IsMod1(); in KeyInput()
1427 if (!pKeyEvent->GetKeyCode().IsMod1()) in PreNotify()
1429 switch (pKeyEvent->GetKeyCode().GetCode()) in PreNotify()
1436 sal_Bool bForward = !pKeyEvent->GetKeyCode().IsShift(); in PreNotify()
1545 if (!pKeyEvent->GetKeyCode().IsShift() && GetSelectedConn() && HasFocus()) in PreNotify()
H A DTableWindow.cxx565 const KeyCode& rCode = rEvt.GetKeyCode(); in HandleKeyInput()
676 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify()
783 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify()
/aoo41x/main/sw/source/ui/cctrl/
H A Dactctrl.cxx48 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
125 const KeyCode aKeyCode = rEvt.GetKeyCode(); in KeyInput()
/aoo41x/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx1228 if ( ( pKeyEvent->GetKeyCode().GetModifier() != 0 ) in PreNotify()
1229 || ( ( pKeyEvent->GetKeyCode().GetCode() != KEY_PAGEUP ) in PreNotify()
1230 && ( pKeyEvent->GetKeyCode().GetCode() != KEY_PAGEDOWN ) in PreNotify()
1238 if ( pKeyEvent->GetKeyCode().GetCode() == KEY_PAGEUP ) in PreNotify()
1240 else if ( pKeyEvent->GetKeyCode().GetCode() == KEY_PAGEDOWN ) in PreNotify()
H A Dstandardcontrol.hxx85 if ( ( pKeyEvent->GetKeyCode().GetModifier() == 0 ) in PreNotify()
86 && ( ( pKeyEvent->GetKeyCode().GetCode() == KEY_PAGEUP ) in PreNotify()
87 || ( pKeyEvent->GetKeyCode().GetCode() == KEY_PAGEDOWN ) in PreNotify()
/aoo41x/main/vcl/source/control/
H A Dfield2.cxx494 KeyCode aCode = rKEvt.GetKeyCode(); in ImplPatternProcessKeyInput()
639 if ( rKEvt.GetKeyCode().IsMod2() || (cChar < 32) || (cChar == 127) ) in ImplPatternProcessKeyInput()
950 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1028 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1194 sal_uInt16 nGroup = rKEvt.GetKeyCode().GetGroup(); in ImplDateProcessKeyInput()
2116 !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2261 !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2387 sal_uInt16 nGroup = rKEvt.GetKeyCode().GetGroup(); in ImplTimeProcessKeyInput()
3164 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
3347 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
H A Dfield.cxx84 sal_uInt16 nGroup = rKEvt.GetKeyCode().GetGroup(); in ImplNumericProcessKeyInput()
865 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
984 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1829 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1955 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2296 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2415 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews4.cxx162 if ( !IsInputLocked() || ( rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE ) ) in KeyInput()
165 if(KEY_RETURN == rKEvt.GetKeyCode().GetCode() in KeyInput()
166 && rKEvt.GetKeyCode().IsMod1() in KeyInput()
233 if(KEY_TAB == rKEvt.GetKeyCode().GetCode()) in KeyInput()
/aoo41x/main/svx/source/tbxctrls/
H A Dlayctrl.cxx268 sal_uInt16 nModifier = rKEvt.GetKeyCode().GetModifier(); in KeyInput()
269 sal_uInt16 nKey = rKEvt.GetKeyCode().GetCode(); in KeyInput()
630 sal_uInt16 nModifier = rKEvt.GetKeyCode().GetModifier(); in KeyInput()
631 sal_uInt16 nKey = rKEvt.GetKeyCode().GetCode(); in KeyInput()
H A Dtbunosearchcontrollers.cxx130 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify()
131 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify()
132 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify()
133 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify()
/aoo41x/main/basctl/source/basicide/
H A Dbaside2b.cxx434 if ( ( rKEvt.GetKeyCode().GetCode() == KEY_Y ) && rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
438 if ( ( rKEvt.GetKeyCode().GetCode() == KEY_TAB ) && !rKEvt.GetKeyCode().IsMod1() && in KeyInput()
439 !rKEvt.GetKeyCode().IsMod2() && !GetEditView()->IsReadOnly() ) in KeyInput()
445 if ( !rKEvt.GetKeyCode().IsShift() ) in KeyInput()
471 if ( rKEvt.GetKeyCode().GetGroup() == KEYGROUP_CURSOR ) in KeyInput()
481 if ( rKEvt.GetKeyCode().GetCode() == KEY_INSERT ) in KeyInput()
/aoo41x/main/sd/source/ui/func/
H A Dfudraw.cxx412 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
457 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
494 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
513 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
H A Dfuoltext.cxx246 sal_uInt16 nKeyGroup = rKEvt.GetKeyCode().GetGroup(); in KeyInput()
277 switch (rEvent.GetKeyCode().GetCode()) in UpdateForKeyPress()
/aoo41x/main/svx/source/dialog/
H A Dgraphctl.cxx400 KeyCode aCode( rKEvt.GetKeyCode() ); in KeyInput()
656 if(rKEvt.GetKeyCode().IsShift()) in KeyInput()
663 if(!rKEvt.GetKeyCode().IsShift()) in KeyInput()
/aoo41x/main/svx/source/svdraw/
H A Dsvdibrow.cxx194 sal_uInt16 nKeyCode(rKEvt.GetKeyCode().GetCode() + rKEvt.GetKeyCode().GetModifier()); in KeyInput()
413 sal_uInt16 nKeyCode=rKEvt.GetKeyCode().GetCode()+rKEvt.GetKeyCode().GetModifier(); in KeyInput()
421 } else if (rKEvt.GetKeyCode().GetModifier()==KEY_SHIFT+KEY_MOD1+KEY_MOD2) { // Strg in KeyInput()
/aoo41x/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1682 (pKeyEvent->GetKeyCode().IsShift() in callKeyHandlers()
1684 | (pKeyEvent->GetKeyCode().IsMod1() in callKeyHandlers()
1686 | (pKeyEvent->GetKeyCode().IsMod2() in callKeyHandlers()
1688 | (pKeyEvent->GetKeyCode().IsMod3() in callKeyHandlers()
1690 pKeyEvent->GetKeyCode().GetCode(), pKeyEvent->GetCharCode(), in callKeyHandlers()
1692 pKeyEvent->GetKeyCode().GetFunction())); in callKeyHandlers()
/aoo41x/main/padmin/source/
H A Dhelper.cxx165 rEvent.GetKeyEvent()->GetKeyCode().GetCode() == KEY_DELETE ) in Notify()
185 rEvent.GetKeyEvent()->GetKeyCode().GetCode() == KEY_DELETE ) in Notify()
/aoo41x/main/sfx2/source/appl/
H A Dnewhelp.cxx421 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
528 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
944 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in PreNotify()
966 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
1350 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify()
1836 const KeyCode& rKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify()
2057 …if( ( rNEvt.GetType() == EVENT_KEYINPUT ) && rNEvt.GetKeyEvent()->GetKeyCode().GetCode() == KEY_TA… in Notify()
2659 const KeyCode& rKeyCode = pKEvt->GetKeyCode(); in PreNotify()
3264 const KeyCode& rKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify()
/aoo41x/main/svtools/source/edit/
H A Dtexteng.cxx369 switch ( rKeyEvent.GetKeyCode().GetCode() ) in DoesKeyMoveCursor()
380 if ( !rKeyEvent.GetKeyCode().IsMod2() ) in DoesKeyMoveCursor()
392 KeyFuncType eFunc = rKeyEvent.GetKeyCode().GetFunction(); in DoesKeyChangeText()
408 switch ( rKeyEvent.GetKeyCode().GetCode() ) in DoesKeyChangeText()
413 if ( !rKeyEvent.GetKeyCode().IsMod2() ) in DoesKeyChangeText()
420 if ( !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() ) in DoesKeyChangeText()
436 KEY_MOD1 != (rKeyEvent.GetKeyCode().GetModifier() & ~KEY_SHIFT) && // (ssa) #i45714#: in IsSimpleCharInput()
437 …KEY_MOD2 != (rKeyEvent.GetKeyCode().GetModifier() & ~KEY_SHIFT) ) // check for Ctrl and Alt separ… in IsSimpleCharInput()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx454 const KeyCode& rCode (rEvent.GetKeyCode()); in KeyInput()
1066 sal_uInt32 nEventCode (rEvent.GetKeyCode().GetCode()); in EncodeKeyEvent()
1069 if (rEvent.GetKeyCode().IsShift()) in EncodeKeyEvent()
1071 if (rEvent.GetKeyCode().IsMod1()) in EncodeKeyEvent()

Completed in 430 milliseconds

1234567891011