Home
last modified time | relevance | path

Searched refs:rKeyCode (Results 51 – 72 of 72) sorted by relevance

123

/aoo41x/main/svtools/source/contnr/
H A Dsvimpbox.cxx2244 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
2246 if( rKeyCode.IsMod2() ) in KeyInput()
2259 sal_uInt16 aCode = rKeyCode.GetCode(); in KeyInput()
2261 sal_Bool bShift = rKeyCode.IsShift(); in KeyInput()
2262 sal_Bool bMod1 = rKeyCode.IsMod1(); in KeyInput()
H A Dfileview.cxx841 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
842 if ( 0 == rKeyCode.GetModifier() ) in KeyInput()
844 if ( rKeyCode.GetCode() == KEY_RETURN ) in KeyInput()
850 else if ( ( rKeyCode.GetCode() == KEY_DELETE ) && in KeyInput()
H A Dtemplwin.cxx1373 const KeyCode& rKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local
1374 sal_uInt16 nCode = rKeyCode.GetCode(); in PreNotify()
1376 if ( KEY_BACKSPACE == nCode && !rKeyCode.GetModifier() && pFileWin->HasChildPathFocus() ) in PreNotify()
/aoo41x/main/vcl/inc/
H A Dsalframe.hxx219 … MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode ) = 0;
H A Dsvdata.hxx392 sal_Bool ImplCallHotKey( const KeyCode& rKeyCode );
/aoo41x/main/vcl/inc/win/
H A Dsalframe.h126 … MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode );
/aoo41x/main/vcl/inc/os2/
H A Dsalframe.h138 … MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode );
/aoo41x/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx700 const KeyCode& rKeyCode = _rEvent.GetKeyCode(); in interceptKeyInput() local
701 if ( rKeyCode.GetModifier() == KEY_MOD2 ) in interceptKeyInput()
/aoo41x/main/sw/source/ui/uiview/
H A Dpview.cxx507 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
508 sal_uInt16 nKey = rKeyCode.GetCode(); in KeyInput()
510 if(!rKeyCode.GetModifier()) in KeyInput()
/aoo41x/main/sc/source/ui/view/
H A Dpreview.cxx607 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
608 sal_uInt16 nKey = rKeyCode.GetCode(); in KeyInput()
610 if(!rKeyCode.GetModifier()) in KeyInput()
H A Dgridwin.cxx3105 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
3106 if( !rKeyCode.GetModifier() && (rKeyCode.GetCode() == KEY_F2) ) in KeyInput()
3133 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
3134 if (rKeyCode.GetCode() == KEY_DOWN in KeyInput()
3135 || rKeyCode.GetCode() == KEY_UP in KeyInput()
3136 || rKeyCode.GetCode() == KEY_LEFT in KeyInput()
3137 || rKeyCode.GetCode() == KEY_RIGHT) in KeyInput()
/aoo41x/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx1484 const KeyCode& rKeyCode = pKEvt->GetKeyCode(); in PreNotify() local
1485 sal_uInt16 nMod = rKeyCode.GetModifier(); in PreNotify()
1486 sal_uInt16 nCode = rKeyCode.GetCode(); in PreNotify()
H A DSpellDialog.cxx1504 const KeyCode& rKeyCode = rKeyEvt.GetKeyCode(); in PreNotify() local
1505 bool bDelete = rKeyCode.GetCode() == KEY_DELETE; in PreNotify()
1506 bool bBackspace = rKeyCode.GetCode() == KEY_BACKSPACE; in PreNotify()
/aoo41x/main/vcl/inc/aqua/
H A Dsalframe.h143 … MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode );
/aoo41x/main/vcl/inc/unx/
H A Dsalframe.h251 … MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode );
/aoo41x/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx351 … MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode );
/aoo41x/main/cui/source/tabpages/
H A Dautocdlg.cxx2637 const KeyCode& rKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local
2638 switch( rKeyCode.GetModifier() | rKeyCode.GetCode() ) in PreNotify()
2646 if( KEYFUNC_COPY == rKeyCode.GetFunction() ) in PreNotify()
/aoo41x/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx359 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
363 switch (rKeyCode.GetCode()) in KeyInput()
/aoo41x/main/fpicker/source/office/
H A Diodlg.cxx1764 const KeyCode& rKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in Notify() local
1765 sal_uInt16 nCode = rKeyCode.GetCode(); in Notify()
1767 if ( !rKeyCode.GetModifier() && in Notify()
/aoo41x/main/vcl/inc/vcl/
H A Dmenu.hxx263 void SetAccelKey( sal_uInt16 nItemId, const KeyCode& rKeyCode );
/aoo41x/main/vcl/source/window/
H A Dmenu.cxx1677 void Menu::SetAccelKey( sal_uInt16 nItemId, const KeyCode& rKeyCode ) in SetAccelKey() argument
1685 if ( pData->aAccelKey == rKeyCode ) in SetAccelKey()
1688 pData->aAccelKey = rKeyCode; in SetAccelKey()
1692 ImplGetSalMenu()->SetAccelerator( nPos, pData->pSalMenuItem, rKeyCode, rKeyCode.GetName() ); in SetAccelKey()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3670 …WinSalFrame::MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode ) in MapUnicodeToKeyCode() argument
3695 rKeyCode = KeyCode( ImplSalGetKeyCode( vkeycode ), in MapUnicodeToKeyCode()

Completed in 273 milliseconds

123