/aoo41x/main/svtools/source/brwbox/ |
H A D | ebbcontrols.cxx | 70 (!pEvt->GetKeyCode().IsShift() && pEvt->GetKeyCode().IsMod1())) in PreNotify() 101 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed() 119 if (!rEvt.GetKeyCode().IsShift() && in MoveAllowed() 120 rEvt.GetKeyCode().IsMod1()) in MoveAllowed() 123 else if (rEvt.GetKeyCode().IsMod2() && rEvt.GetKeyCode().GetCode() == KEY_DOWN) in MoveAllowed() 177 (!pEvt->GetKeyCode().IsShift() && pEvt->GetKeyCode().IsMod1())) in PreNotify() 211 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed() 215 if (!rEvt.GetKeyCode().IsShift() && in MoveAllowed() 216 rEvt.GetKeyCode().IsMod1()) in MoveAllowed() 220 if (rEvt.GetKeyCode().IsMod2() && rEvt.GetKeyCode().GetCode() == KEY_DOWN) in MoveAllowed() [all …]
|
H A D | editbrowsebox.cxx | 458 sal_uInt16 nCode = rEvt.GetKeyCode().GetCode(); in KeyInput() 459 sal_Bool bShift = rEvt.GetKeyCode().IsShift(); in KeyInput() 460 sal_Bool bCtrl = rEvt.GetKeyCode().IsMod1(); in KeyInput() 648 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify() 649 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify() 650 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify() 651 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fupoor.cxx | 264 if(rKEvt.GetKeyCode().IsMod1()) in IMPL_LINK_INLINE_END() 349 if(rKEvt.GetKeyCode().IsMod1() || rKEvt.GetKeyCode().IsMod2()) in IMPL_LINK_INLINE_END() 353 sal_Bool bForward(!rKEvt.GetKeyCode().IsShift()); in IMPL_LINK_INLINE_END() 493 if( rKEvt.GetKeyCode().IsMod1() && rKEvt.GetKeyCode().IsMod2() ) in IMPL_LINK_INLINE_END() 526 else if (rKEvt.GetKeyCode().IsMod1()) in IMPL_LINK_INLINE_END() 541 if( rKEvt.GetKeyCode().IsMod1() && rKEvt.GetKeyCode().IsMod2() ) in IMPL_LINK_INLINE_END() 571 else if (rKEvt.GetKeyCode().IsMod1()) in IMPL_LINK_INLINE_END() 601 if(rKEvt.GetKeyCode().IsShift()) in IMPL_LINK_INLINE_END() 608 if(!rKEvt.GetKeyCode().IsShift()) in IMPL_LINK_INLINE_END() 738 else if(rKEvt.GetKeyCode().IsMod2()) in IMPL_LINK_INLINE_END() [all …]
|
H A D | fuediglu.cxx | 333 switch (rKEvt.GetKeyCode().GetCode()) in KeyInput() 340 if(rKEvt.GetKeyCode().IsShift()&& mpView->IsInsGluePointMode() ){ in KeyInput() 343 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() 385 if(rKEvt.GetKeyCode().IsShift() && mpView->IsInsGluePointMode() ) in KeyInput()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fudraw.cxx | 244 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput() 302 if( rKEvt.GetKeyCode().GetModifier() == 0 ) in KeyInput() 328 if( rKEvt.GetKeyCode().GetModifier() == 0 ) in KeyInput() 350 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() 375 if(rKEvt.GetKeyCode().IsMod1() || rKEvt.GetKeyCode().IsMod2()) in KeyInput() 407 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() 432 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() 502 if(!rKEvt.GetKeyCode().IsMod1() && !bReadOnly) in KeyInput() 504 if(rKEvt.GetKeyCode().IsMod2()) in KeyInput() 642 if(rKEvt.GetKeyCode().IsShift()) in KeyInput() [all …]
|
/aoo41x/main/vcl/source/window/ |
H A D | keyevent.cxx | 55 if( GetKeyCode().IsShift() ) in InitKeyEvent() 57 if( GetKeyCode().IsMod1() ) in InitKeyEvent() 59 if( GetKeyCode().IsMod2() ) in InitKeyEvent() 61 if( GetKeyCode().IsMod3() ) in InitKeyEvent() 64 rEvent.KeyCode = GetKeyCode().GetCode(); in InitKeyEvent() 66 rEvent.KeyFunc = sal::static_int_cast< sal_Int16 >(GetKeyCode().GetFunction()); in InitKeyEvent()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editeng.cxx | 891 if ( rKeyEvent.GetKeyCode().IsMod1() && rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent() 915 if ( rKeyEvent.GetKeyCode().IsMod1() && rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent() 927 if ( rKeyEvent.GetKeyCode().IsMod1() && rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent() 1072 if ( !bReadOnly && !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent() 1102 if ( !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent() 1105 if ( rKeyEvent.GetKeyCode().IsShift() ) in PostKeyEvent() 1135 if ( !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent() 1142 … if ( ( nCode == KEY_W ) && rKeyEvent.GetKeyCode().IsMod1() && rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent() 2709 switch ( rKeyEvent.GetKeyCode().GetCode() ) in DoesKeyMoveCursor() 2720 if ( !rKeyEvent.GetKeyCode().IsMod2() ) in DoesKeyMoveCursor() [all …]
|
/aoo41x/main/svtools/source/edit/ |
H A D | svmedit.cxx | 805 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput() 807 ( (nCode == KEY_A) && rKEvent.GetKeyCode().IsMod1() && !rKEvent.GetKeyCode().IsMod2() ) in KeyInput() 813 else if ( (nCode == KEY_S) && rKEvent.GetKeyCode().IsShift() && rKEvent.GetKeyCode().IsMod1() ) in KeyInput() 831 if ( !mbIgnoreTab || rKEvent.GetKeyCode().IsMod1() ) in KeyInput() 1486 …if ( ( rKEvent.GetKeyCode().GetCode() == KEY_W ) && rKEvent.GetKeyCode().IsMod1() && rKEvent.GetKe… in PreNotify() 1496 if ( !rKEvent.GetKeyCode().IsShift() && ( rKEvent.GetKeyCode().GetGroup() == KEYGROUP_CURSOR ) ) in PreNotify() 1507 switch ( rKEvent.GetKeyCode().GetCode() ) in PreNotify() 1547 if ( rKEvent.GetKeyCode().IsMod1() ) in PreNotify() 1554 if ( rKEvent.GetKeyCode().IsMod1() ) in PreNotify()
|
H A D | textview.cxx | 574 sal_uInt16 nCode = rKeyEvent.GetKeyCode().GetCode(); in KeyInput() 575 KeyFuncType eFunc = rKeyEvent.GetKeyCode().GetFunction(); in KeyInput() 666 if ( !mpImpl->mbReadOnly && !rKeyEvent.GetKeyCode().IsMod2() ) in KeyInput() 670 if ( ( nMode == DELMODE_RESTOFWORD ) && rKeyEvent.GetKeyCode().IsShift() ) in KeyInput() 726 if ( !mpImpl->mbReadOnly && !rKeyEvent.GetKeyCode().IsShift() && in KeyInput() 727 !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() && in KeyInput() 741 if ( !mpImpl->mbReadOnly && !rKeyEvent.GetKeyCode().IsMod1() && in KeyInput() 742 !rKeyEvent.GetKeyCode().IsMod2() && ImplCheckTextLen( 'x' ) ) in KeyInput() 1270 sal_Bool bCtrl = aTranslatedKeyEvent.GetKeyCode().IsMod1() ? sal_True : sal_False; in ImpMoveCursor() 1271 sal_uInt16 nCode = aTranslatedKeyEvent.GetKeyCode().GetCode(); in ImpMoveCursor() [all …]
|
/aoo41x/main/svx/workben/ |
H A D | edittest.cxx | 1534 USHORT nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() 1536 if ( ( nCode == KEY_A) && rKEvt.GetKeyCode().IsMod1() ) in KeyInput() 1538 else if ( ( nCode == KEY_R ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput() 1540 else if ( ( nCode == KEY_L ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput() 1547 else if ( ( nCode == KEY_Z ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput() 1551 else if ( ( nCode == KEY_V ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput() 1569 if ( rKEvt.GetKeyCode().IsMod1() ) in KeyInput() 1576 else if ( rKEvt.GetKeyCode().IsMod2() && in KeyInput() 1580 if( rKEvt.GetKeyCode().IsMod1() ) in KeyInput() 1615 else if ( ( nCode == KEY_O ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput() [all …]
|
/aoo41x/main/sc/source/ui/pagedlg/ |
H A D | tphfedit.cxx | 588 sal_uInt16 nKey = rKEvt.GetKeyCode().GetModifier() in KeyInput() 589 + rKEvt.GetKeyCode().GetCode(); in KeyInput() 599 else if ( !rKEvt.GetKeyCode().IsMod1() && !rKEvt.GetKeyCode().IsShift() && in KeyInput() 600 rKEvt.GetKeyCode().IsMod2() && rKEvt.GetKeyCode().GetCode() == KEY_DOWN ) in KeyInput()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | itemwin.cxx | 188 if( pKEvt->GetKeyCode().GetCode() == KEY_TAB) in PreNotify() 209 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify() 395 if( pKEvt->GetKeyCode().GetCode() == KEY_TAB) in PreNotify() 416 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify() 602 const KeyCode& rKey = pKEvt->GetKeyCode(); in Notify() 700 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify() 780 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify()
|
/aoo41x/main/vcl/source/control/ |
H A D | spinbtn.cxx | 321 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() 323 if ( !rKEvt.GetKeyCode().GetModifier() ) in KeyInput() 325 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput() 330 sal_Bool bUp = KEY_RIGHT == rKEvt.GetKeyCode().GetCode(); in KeyInput() 339 sal_Bool bUp = KEY_UP == rKEvt.GetKeyCode().GetCode(); in KeyInput() 340 if ( !mbHorz && !ImplMoveFocus( KEY_UP == rKEvt.GetKeyCode().GetCode() ) ) in KeyInput()
|
H A D | edit.cxx | 379 !rKeyEvent.GetKeyCode().IsMod3() && in IsCharInput() 380 !rKeyEvent.GetKeyCode().IsMod2() && in IsCharInput() 381 !rKeyEvent.GetKeyCode().IsMod1() ); in IsCharInput() 1528 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in ImplHandleKeyEvent() 1529 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); in ImplHandleKeyEvent() 1583 if ( !bDone && rKEvt.GetKeyCode().IsMod1() && !rKEvt.GetKeyCode().IsMod2() ) in ImplHandleKeyEvent() 1590 else if ( rKEvt.GetKeyCode().IsShift() && (nCode == KEY_S) ) in ImplHandleKeyEvent() 1639 if ( !rKEvt.GetKeyCode().IsMod2() ) in ImplHandleKeyEvent() 1645 bool bWord = rKEvt.GetKeyCode().IsMod1(); in ImplHandleKeyEvent() 1646 bool bSelect = rKEvt.GetKeyCode().IsShift(); in ImplHandleKeyEvent() [all …]
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableDesignControl.cxx | 117 if (rEvt.GetKeyCode().GetCode() == KEY_DELETE && // Delete rows in KeyInput() 118 !rEvt.GetKeyCode().IsShift() && in KeyInput() 119 !rEvt.GetKeyCode().IsMod1()) in KeyInput() 124 if( rEvt.GetKeyCode().GetCode() == KEY_F2 ) in KeyInput()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | colorpicker.cxx | 260 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() 319 const KeyCode& rKeyCode = rKEv.GetKeyCode(); in ImplProcessKeyInput() 693 bool bShift = rKEvt.GetKeyCode().IsShift(); in KeyInput() 694 bool bCtrl = rKEvt.GetKeyCode().IsMod1(); in KeyInput() 695 bool bAlt = rKEvt.GetKeyCode().IsMod2(); in KeyInput() 699 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput() 988 if ( !rKEvt.GetKeyCode().IsMod2() && !rKEvt.GetKeyCode().IsShift() ) in KeyInput() 990 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput() 992 case KEY_DOWN: KeyMove( rKEvt.GetKeyCode().IsMod1() ? 5 : 1 ); return; in KeyInput() 993 case KEY_UP: KeyMove( rKEvt.GetKeyCode().IsMod1() ? -5 : -1 ); return; in KeyInput()
|
/aoo41x/main/svx/source/gallery2/ |
H A D | GalleryControl.cxx | 192 const sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() 193 sal_Bool bRet = ( !rKEvt.GetKeyCode().IsMod1() && in KeyInput() 194 … ( ( KEY_TAB == nCode ) || ( KEY_F6 == nCode && rKEvt.GetKeyCode().IsMod2() ) ) ); in KeyInput() 198 if( !rKEvt.GetKeyCode().IsShift() ) in KeyInput()
|
H A D | galbrws.cxx | 212 const sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() 213 sal_Bool bRet = ( !rKEvt.GetKeyCode().IsMod1() && in KeyInput() 214 … ( ( KEY_TAB == nCode ) || ( KEY_F6 == nCode && rKEvt.GetKeyCode().IsMod2() ) ) ); in KeyInput() 218 if( !rKEvt.GetKeyCode().IsShift() ) in KeyInput()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 624 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() 663 if(rKEvt.GetKeyCode().IsMod1() || rKEvt.GetKeyCode().IsMod2()) in OnTabHandles() 666 sal_Bool bForward(!rKEvt.GetKeyCode().IsShift()); in OnTabHandles() 703 if(rKEvt.GetKeyCode().IsShift()) in OnMarkHandle() 710 if(!rKEvt.GetKeyCode().IsShift()) in OnMarkHandle() 743 switch( rKEvt.GetKeyCode().GetCode() ) in OnMove() 752 if(rKEvt.GetKeyCode().IsMod2()) in OnMove()
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextvclcontrol.cxx | 222 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify() 223 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify() 224 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify() 225 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify()
|
/aoo41x/main/svtools/source/control/ |
H A D | valueset.cxx | 1449 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput() 1475 if ( rKEvt.GetKeyCode().GetCode()==KEY_LEFT ) in KeyInput() 1518 if( rKEvt.GetKeyCode().GetCode() != KEY_PAGEUP || in KeyInput() 1519 …( !rKEvt.GetKeyCode().IsShift() && !rKEvt.GetKeyCode().IsMod1() && !rKEvt.GetKeyCode().IsMod2() ) ) in KeyInput() 1521 … const long nLineCount = ( ( KEY_UP == rKEvt.GetKeyCode().GetCode() ) ? 1 : mnVisLines ); in KeyInput() 1569 if( rKEvt.GetKeyCode().GetCode() != KEY_PAGEDOWN || in KeyInput() 1570 …( !rKEvt.GetKeyCode().IsShift() && !rKEvt.GetKeyCode().IsMod1() && !rKEvt.GetKeyCode().IsMod2() ) ) in KeyInput() 1572 … const long nLineCount = ( ( KEY_DOWN == rKEvt.GetKeyCode().GetCode() ) ? 1 : mnVisLines ); in KeyInput() 1583 if( (KEY_DOWN == rKEvt.GetKeyCode().GetCode() ) && (GetStyle() & WB_MENUSTYLEVALUESET) ) in KeyInput()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | marktree.cxx | 99 …if (rKEvt.GetKeyCode().GetCode() == KEY_SPACE && !rKEvt.GetKeyCode().IsShift() && !rKEvt.GetKeyCod… in KeyInput()
|
/aoo41x/main/sfx2/source/view/ |
H A D | userinputinterception.cxx | 99 lcl_initModifiers( rEvent, rEvt.GetKeyCode() ); in lcl_initKeyEvent() 101 rEvent.KeyCode = rEvt.GetKeyCode().GetCode(); in lcl_initKeyEvent() 103 rEvent.KeyFunc = sal::static_int_cast< sal_Int16 >( rEvt.GetKeyCode().GetFunction()); in lcl_initKeyEvent()
|
/aoo41x/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 376 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() 397 mrManager.SelectNextAnnotation(!rKEvt.GetKeyCode().IsShift()); in KeyInput() 476 switch( rKEvt.GetKeyCode().GetCode() ) in OnMove() 485 if(rKEvt.GetKeyCode().IsMod2()) in OnMove()
|
/aoo41x/main/formula/source/ui/dlg/ |
H A D | funcutl.cxx | 125 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() 870 const KeyCode& aKeyCode=rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() 1011 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput() 1095 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
|