Home
last modified time | relevance | path

Searched refs:KeyCode (Results 26 – 50 of 265) sorted by relevance

1234567891011

/trunk/main/framework/source/accelerators/
H A Dacceleratorexecute.hxx204 virtual void execute(const KeyCode& aKey);
209 static css::awt::KeyEvent st_VCLKey2AWTKey(const KeyCode& aKey);
210 static KeyCode st_AWTKey2VCLKey(const css::awt::KeyEvent& aKey);
/trunk/main/svtools/inc/svtools/
H A Dacceleratorexecute.hxx225 virtual sal_Bool execute(const KeyCode& aKey);
236 static css::awt::KeyEvent st_VCLKey2AWTKey(const KeyCode& aKey);
237 static KeyCode st_AWTKey2VCLKey(const css::awt::KeyEvent& aKey);
/trunk/main/svtools/source/inc/
H A Dproperty.hxx106 virtual void KeyInput (SvXPropertyControl *pSvXPCtr ,const KeyCode&)=0;
335 KeyCode aKeyCode;
344 virtual void KeyInput(SvXPropertyControl *pSvXPCtr ,const KeyCode&);
347 KeyCode GetKeyCode() const;
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx67 const KeyCode rKey = pEvt->GetKeyCode(); in PreNotify()
174 const KeyCode rKey = pEvt->GetKeyCode(); in PreNotify()
597 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
603 KeyCode( KEY_RETURN ), in PreNotify()
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx51 class KeyCode;
390 static sal_Bool CallAccel( const KeyCode& rKeyCode, sal_uInt16 nRepeat = 0 );
392 …static sal_uLong AddHotKey( const KeyCode& rKeyCode, const Link& rLink, void* pData = N…
410 static const KeyCode* GetReservedKeyCode( sal_uLong i );
H A Dmenu.hxx45 class KeyCode;
263 void SetAccelKey( sal_uInt16 nItemId, const KeyCode& rKeyCode );
264 KeyCode GetAccelKey( sal_uInt16 nItemId ) const;
/trunk/main/vcl/source/window/
H A Daccmgr.cxx133 sal_Bool ImplAccelManager::IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat ) in IsAccelKey()
195 pAccel->maCurKeyCode = KeyCode(); in IsAccelKey()
269 pAccel->maCurKeyCode = KeyCode(); in IsAccelKey()
H A Dsplit.cxx366 void Splitter::ImplKbdTracking( KeyCode aKeyCode ) in ImplKbdTracking()
639 KeyCode aReturnKey( KEY_RETURN ); in LoseFocus()
656 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
698 KeyCode aKey( KEY_ESCAPE ); in KeyInput()
/trunk/main/cui/source/inc/
H A Dacccfg.hxx100 const KeyCode& aKey ) in TAccInfo()
119 KeyCode m_aKey;
183 sal_uInt16 MapKeyCodeToPos( const KeyCode &rCode ) const;
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblemenuitem.cxx491 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding()
501 aSeq1[0].KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding()
526 KeyCode aAccelKeyCode = m_pParent->GetAccelKey( m_pParent->GetItemId( m_nItemPos ) ); in getAccessibleActionKeyBinding()
539 aSeq3[0].KeyCode = aAccelKeyCode.GetCode(); in getAccessibleActionKeyBinding()
H A Dvclxaccessibleradiobutton.cxx219 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding()
232 aKeyStroke.KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding()
/trunk/main/framework/source/xml/
H A Dacceleratorconfigurationreader.cxx156 aEvent.KeyCode = m_rKeyMapping->mapIdentifierToCode(sValue); in startElement()
179 (aEvent.KeyCode == 0 ) in startElement()
199 sMsg.append ((sal_Int32)aEvent.KeyCode ); in startElement()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx125 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()
/trunk/main/framework/source/uielement/
H A Dnewmenucontroller.cxx140 void NewMenuController::determineAndSetNewDocAccel( PopupMenu* pPopupMenu, const KeyCode& rKeyCode ) in determineAndSetNewDocAccel()
247 KeyCode aEmptyKeyCode; in setAccelerators()
249 std::vector< KeyCode > aMenuShortCuts; in setAccelerators()
305 std::vector< KeyCode >& aMenuShortCuts ) in retrieveShortcutsFromConfiguration()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx355 const KeyCode& rKeyCode = pKeyEvt->GetKeyCode(); in PreNotify()
356 if ( ( rKeyCode == KeyCode( KEY_E, sal_True, sal_True, sal_False, sal_False ) ) in PreNotify()
357 || ( rKeyCode == KeyCode( KEY_TAB, sal_True, sal_False, sal_False, sal_False ) ) in PreNotify()
/trunk/main/vcl/inc/
H A Daccmgr.hxx31 class KeyCode;
57 sal_Bool IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat );
/trunk/main/vcl/source/control/
H A Dedit.cxx2209 ImplHandleKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1 ) ) ); in Command()
2214 ImplHandleKeyEvent( KeyEvent( 0, KeyCode( KEY_RIGHT, KEY_MOD1 ) ) ); in Command()
2224 ImplHandleKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1|KEY_SHIFT ) ) ); in Command()
2956 pPopup->SetAccelKey( SV_MENU_EDIT_UNDO, KeyCode( KEYFUNC_UNDO ) ); in CreatePopupMenu()
2957 pPopup->SetAccelKey( SV_MENU_EDIT_CUT, KeyCode( KEYFUNC_CUT ) ); in CreatePopupMenu()
2958 pPopup->SetAccelKey( SV_MENU_EDIT_COPY, KeyCode( KEYFUNC_COPY ) ); in CreatePopupMenu()
2959 pPopup->SetAccelKey( SV_MENU_EDIT_PASTE, KeyCode( KEYFUNC_PASTE ) ); in CreatePopupMenu()
2960 pPopup->SetAccelKey( SV_MENU_EDIT_DELETE, KeyCode( KEYFUNC_DELETE ) ); in CreatePopupMenu()
2961 …pPopup->SetAccelKey( SV_MENU_EDIT_SELECTALL, KeyCode( KEY_A, sal_False, sal_True, sal_False, sal_F… in CreatePopupMenu()
2962 …pPopup->SetAccelKey( SV_MENU_EDIT_INSERTSYMBOL, KeyCode( KEY_S, sal_True, sal_True, sal_False, sal… in CreatePopupMenu()
/trunk/main/sw/inc/
H A DIMark.hxx85 virtual const KeyCode& GetKeyCode() const =0;
87 virtual void SetKeyCode(const KeyCode&) =0;
/trunk/main/sfx2/source/sidebar/
H A DFocusManager.hxx29 class KeyCode;
150 const KeyCode& rKeyCode,
/trunk/main/sw/source/ui/cctrl/
H A Dactctrl.cxx48 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
125 const KeyCode aKeyCode = rEvt.GetKeyCode(); in KeyInput()
/trunk/main/framework/inc/uielement/
H A Dnewmenucontroller.hxx110 std::vector< KeyCode >& aMenuShortCuts );
112 void determineAndSetNewDocAccel( PopupMenu* pPopupMenu, const KeyCode& rKeyCode );
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx350 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
407 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
432 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx655 KeyCode aCode1 = aKey.GetKeyCode(); in KeyInput()
755 long nTmp = GetTextWidth( KeyCode( KEYCODE_ARRAY[i] ).GetName() ); in SfxAcceleratorConfigPage()
891 KeyCode aKey = KEYCODE_ARRAY[i1]; in Init()
911 KeyCode aKeyCode = ::svt::AcceleratorExecute::st_AWTKey2VCLKey(aAWTKey); in Init()
932 const KeyCode* pKeyCode = Application::GetReservedKeyCode(i3); in Init()
1445 sal_uInt16 SfxAcceleratorConfigPage::MapKeyCodeToPos(const KeyCode& aKey) const in MapKeyCodeToPos()
/trunk/main/x11_extensions/inc/
H A Drandrproto.h43 #define KeyCode CARD8 macro
203 #undef KeyCode
/trunk/main/sw/source/ui/utlui/
H A Dinitui.cxx182 KeyCode aCode( KEY_SPACE ); in ShellResource()
183 KeyCode aModifiedCode( KEY_SPACE, KEY_MOD1 ); in ShellResource()

Completed in 94 milliseconds

1234567891011