Home
last modified time | relevance | path

Searched refs:GetKeyCode (Results 76 – 100 of 264) sorted by relevance

1234567891011

/aoo41x/main/extensions/source/propctrlr/
H A Dbrowserview.cxx107 sal_uInt16 nKey = _rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify()
H A Dcommoncontrol.cxx153 const KeyCode& aKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in handlePreNotify()
/aoo41x/main/vcl/source/control/
H A Dslider.cxx866 if ( !rKEvt.GetKeyCode().GetModifier() ) in KeyInput()
868 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
H A Dquickselectionengine.cxx131 if ( ( c >= 32 ) && ( c != 127 ) && !_keyEvent.GetKeyCode().IsMod2() ) in HandleKeyEvent()
H A Dmenubtn.cxx196 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
H A Dspinfld.cxx539 sal_uInt16 nMod = rKEvt.GetKeyCode().GetModifier(); in Notify()
540 switch ( rKEvt.GetKeyCode().GetCode() ) in Notify()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx863 sal_Bool bCtrl = aTranslatedKeyEvent.GetKeyCode().IsMod1() ? sal_True : sal_False; in MoveCursor()
864 sal_uInt16 nCode = aTranslatedKeyEvent.GetKeyCode().GetCode(); in MoveCursor()
871 …, rKeyEvent.GetKeyCode().IsMod2() ? i18n::CharacterIteratorMode::SKIPCHARACTER : i18n::CharacterIt… in MoveCursor()
883 bool bKeyModifySelection = aTranslatedKeyEvent.GetKeyCode().IsShift(); in MoveCursor()
890 …PaM = bCtrl ? WordLeft( aPaM ) : CursorLeft( aPaM, aTranslatedKeyEvent.GetKeyCode().IsMod2() ? i18… in MoveCursor()
892 …M = bCtrl ? WordRight( aPaM ) : CursorRight( aPaM, aTranslatedKeyEvent.GetKeyCode().IsMod2() ? i18… in MoveCursor()
1010 aSelEngine.CursorPosChanging( bKeyModifySelection, aTranslatedKeyEvent.GetKeyCode().IsMod1() ); in MoveCursor()
/aoo41x/main/vcl/inc/vcl/
H A Daccel.hxx96 KeyCode GetKeyCode( sal_uInt16 nItemId ) const;
/aoo41x/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx146 const sal_uInt16 nCode (rNEvt.GetKeyEvent()->GetKeyCode().GetCode()); in Notify()
/aoo41x/main/svx/source/svdraw/
H A Dsvdview.cxx202 switch (rKEvt.GetKeyCode().GetFullFunction()) { in KeyInput()
211 switch (rKEvt.GetKeyCode().GetFullCode()) { in KeyInput()
233 rKEvt.GetKeyCode().GetModifier())); in KeyInput()
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfumark.cxx191 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
/aoo41x/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx462 if ( rKEvt.GetKeyCode().GetGroup() == KEYGROUP_CURSOR ) in KeyInput()
469 if( rKEvt.GetKeyCode().GetCode() == KEY_INSERT ) in KeyInput()
H A DAnnotationMenuButton.cxx194 const KeyCode& rKeyCode = rKeyEvt.GetKeyCode(); in KeyInput()
/aoo41x/main/sd/source/ui/dlg/
H A Dnavigatr.cxx832 if( KEY_ESCAPE == pKEvt->GetKeyCode().GetCode() ) in Notify()
872 if (rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE) in KeyInput()
/aoo41x/main/dbaccess/source/ui/browser/
H A Ddataview.cxx168 const KeyCode& aKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
/aoo41x/main/svtools/source/table/
H A Ddefaultinputhandler.cxx148 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
/aoo41x/main/svx/source/dialog/
H A Dchecklbx.cxx249 const KeyCode& rKey = rKEvt.GetKeyCode(); in KeyInput()
/aoo41x/main/framework/source/uielement/
H A Dedittoolbarcontroller.cxx228 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
/aoo41x/main/dbaccess/source/ui/app/
H A DAppSwapWindow.cxx158 const KeyCode& rKeyCode = _rEvent.GetKeyCode(); in interceptKeyInput()
H A DAppDetailView.cxx369 const KeyCode& rCode = rKEvt.GetKeyCode(); in KeyInput()
700 const KeyCode& rKeyCode = _rEvent.GetKeyCode(); in interceptKeyInput()
/aoo41x/main/dbaccess/source/ui/control/
H A Dsqledit.cxx88 KeyFuncType aKeyFunc = rKEvt.GetKeyCode().GetFunction(); in KeyInput()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx724 if (rEvt.GetKeyCode().GetCode() == KEY_DELETE && // Delete rows in KeyInput()
725 !rEvt.GetKeyCode().IsShift() && in KeyInput()
726 !rEvt.GetKeyCode().IsMod1()) in KeyInput()
/aoo41x/main/svtools/source/control/
H A Dcalendar.cxx1694 sal_Bool bExpand = rKEvt.GetKeyCode().IsShift(); in KeyInput()
1695 sal_Bool bExtended = rKEvt.GetKeyCode().IsMod1(); in KeyInput()
1697 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
2831 if ( pKEvt->GetKeyCode().GetCode() == KEY_RETURN ) in Notify()
/aoo41x/main/sw/source/core/inc/
H A Dbookmrk.hxx186 virtual const KeyCode& GetKeyCode() const in GetKeyCode() function in sw::mark::Bookmark
/aoo41x/main/sfx2/source/view/
H A Dprinter.cxx293 if ( rNEvt.GetKeyEvent()->GetKeyCode().GetCode() == KEY_F1 && pDlgImpl->mbHelpDisabled ) in Notify()

Completed in 262 milliseconds

1234567891011