Home
last modified time | relevance | path

Searched refs:KeyCode (Results 51 – 75 of 265) sorted by relevance

1234567891011

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebutton.cxx249 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding()
262 aKeyStroke.KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding()
H A Dvclxaccessiblecheckbox.cxx263 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding()
276 aKeyStroke.KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx94 aAccReturn.InsertItem( SVLBOX_ACC_RETURN, KeyCode(KEY_RETURN) ); in DBG_NAME()
95 aAccEscape.InsertItem( SVLBOX_ACC_ESCAPE, KeyCode(KEY_ESCAPE) ); in DBG_NAME()
295 aAccReturn.InsertItem( SVLBOX_ACC_RETURN, KeyCode(KEY_RETURN) ); in SvInplaceEdit2()
296 aAccEscape.InsertItem( SVLBOX_ACC_ESCAPE, KeyCode(KEY_ESCAPE) ); in SvInplaceEdit2()
351 KeyCode aCode = rKEvt.GetKeyCode(); in IMPL_LINK_INLINE_END()
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx112 …::rtl::OUStringBuffer sKeyBuffer((_rKeyMapping->mapCodeToIdentifier(aKeyEvent.KeyCode)).copy(nBegi… in lcl_getKeyString()
199 (aKeyEvent.KeyCode == 0) && in setKeyEvent()
772 (aKeyEvent.KeyCode == 0) && in setKeyEvent()
937 const KeyCode aVCLKey = ::svt::AcceleratorExecute::st_AWTKey2VCLKey(rAWTKey); in lcl_getPreferredKey()
1382 aKeyEvent.KeyCode = m_rKeyMapping->mapIdentifierToCode(sPrefix + sKeyCommand); in impl_ts_load()
1616 …aKeyEvent.KeyCode = m_rKeyMapping->mapIdentifierToCode(::rtl::OUString::createFromAscii("KEY_")+sK… in reloadChanged()
/trunk/main/dbaccess/source/ui/querydesign/
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()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx960 sal_Bool SvtURLBox::ProcessKey( const KeyCode& rKey ) in ProcessKey()
969 KeyCode aCode( rKey.GetCode() ); in ProcessKey()
1052 const KeyCode& rKey = rEvent.GetKeyCode(); in PreNotify()
1053 KeyCode aCode( rKey.GetCode() ); in PreNotify()
/trunk/main/vcl/inc/
H A Dsvdata.hxx83 class KeyCode;
392 sal_Bool ImplCallHotKey( const KeyCode& rKeyCode );
H A Daccel.h42 KeyCode maKeyCode;
H A Dsalmenu.hxx83 …virtual void SetAccelerator( unsigned nPos, SalMenuItem* pSalMenuItem, const KeyCode& rKeyCode, co…
/trunk/main/sd/source/ui/func/
H A Dfudraw.cxx457 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
494 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
513 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx236 KeyCode aCode( KEY_SPACE ); in RequestHelp()
237 KeyCode aModifiedCode( KEY_SPACE, KEY_MOD1 ); in RequestHelp()
/trunk/main/vcl/source/window/
H A Dmenu.cxx162 KeyCode aAccelKey; // Accelerator-Key
225 …MenuItemData* SearchItem( xub_Unicode cSelectChar, KeyCode aKeyCode, sal_uInt16& rPos, sal_uInt1…
227 sal_uInt16 GetItemCount( KeyCode aKeyCode ) const;
370 KeyCode mnKeyCode; in SearchItem()
407 sal_uInt16 MenuItemList::GetItemCount( KeyCode aKeyCode ) const in GetItemCount()
425 KeyCode mnKeyCode; in GetItemCount()
1343 SetAccelKey( nItemId, KeyCode( ResId( (RSHEADER_TYPE*)GetClassRes(), *pMgr ) ) ); in InsertItem()
1677 void Menu::SetAccelKey( sal_uInt16 nItemId, const KeyCode& rKeyCode ) in SetAccelKey()
1695 KeyCode Menu::GetAccelKey( sal_uInt16 nItemId ) const in GetAccelKey()
1702 return KeyCode(); in GetAccelKey()
[all …]
/trunk/main/vcl/source/control/
H A Dbutton.cxx1465 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
1493 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyUp()
2681 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
2704 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyUp()
3627 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
3650 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyUp()
4333 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
/trunk/main/x11_extensions/inc/
H A Drenderproto.h42 #define KeyCode CARD8 macro
655 #undef KeyCode
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx144 KeyCode aKeyCode; in ImpAddPrintableCharactersToTextEdit()
875 KeyCode aKCode(KEY_DELETE); in FuSupport()
887 KeyCode aKCode(KEY_DELETE); in FuSupport()
/trunk/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx518 aEvent.KeyCode = 0; in getAccessibleKeyBinding()
523 aEvent.KeyCode = AwtKey::A + cChar - 'A'; in getAccessibleKeyBinding()
/trunk/main/chart2/source/controller/dialogs/
H A DRangeEdit.cxx52 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
/trunk/main/tools/inc/tools/
H A Dpostx.h40 #undef KeyCode
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx393 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_RETURN, 0 ) ) ); in Command()
398 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_RETURN, KEY_SHIFT ) ) ); in Command()
403 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_TAB, 0 ) ) ); in Command()
408 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1 ) ) ); in Command()
413 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_RIGHT, KEY_MOD1 ) ) ); in Command()
418 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_UP, 0 ) ) ); in Command()
423 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_UP, 0 ) ) ); in Command()
433 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1|KEY_SHIFT ) ) ); in Command()
/trunk/main/vcl/inc/unx/
H A Dsalmenu.h49 …virtual void SetAccelerator( unsigned nPos, SalMenuItem* pSalMenuItem, const KeyCode& rKeyCode, co…
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx918 KeyCode aKeyCode( KEY_F1 ); in IMPL_LINK()
937 KeyCode aEmptyKeyCode; in IMPL_LINK()
1514 KeyCode aKeyCode( KEY_F1 ); in FillMenuManager()
1632 KeyCode aEmptyKeyCode; in RetrieveShortcuts()
/trunk/main/vcl/os2/source/window/
H A Dsalmenu.cxx104 void Os2SalMenu::SetAccelerator( unsigned nPos, SalMenuItem* pSalMenuItem, const KeyCode& rKeyCode,… in SetAccelerator()
/trunk/main/vcl/inc/win/
H A Dsalmenu.h46 …virtual void SetAccelerator( unsigned nPos, SalMenuItem* pSalMenuItem, const KeyCode& rKeyCode, co…
/trunk/main/sw/inc/
H A Dcrsrsh.hxx49 class KeyCode;
586 const KeyCode&,
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx275 SAL_DLLPRIVATE sal_Bool ImplOpenItem( KeyCode aKeyCode );
276 SAL_DLLPRIVATE sal_Bool ImplActivateItem( KeyCode aKeyCode );

Completed in 328 milliseconds

1234567891011