Home
last modified time | relevance | path

Searched refs:aKeyCode (Results 1 – 25 of 55) sorted by path

123

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebutton.cxx249 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding() local
250 if ( aKeyCode.GetCode() != 0 ) in getAccessibleActionKeyBinding()
254 if ( aKeyCode.IsShift() ) in getAccessibleActionKeyBinding()
256 if ( aKeyCode.IsMod1() ) in getAccessibleActionKeyBinding()
258 if ( aKeyCode.IsMod2() ) in getAccessibleActionKeyBinding()
260 if ( aKeyCode.IsMod3() ) in getAccessibleActionKeyBinding()
262 aKeyStroke.KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding()
264 aKeyStroke.KeyFunc = static_cast< sal_Int16 >( aKeyCode.GetFunction() ); in getAccessibleActionKeyBinding()
H A Dvclxaccessiblecheckbox.cxx263 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding() local
264 if ( aKeyCode.GetCode() != 0 ) in getAccessibleActionKeyBinding()
268 if ( aKeyCode.IsShift() ) in getAccessibleActionKeyBinding()
270 if ( aKeyCode.IsMod1() ) in getAccessibleActionKeyBinding()
272 if ( aKeyCode.IsMod2() ) in getAccessibleActionKeyBinding()
274 if ( aKeyCode.IsMod3() ) in getAccessibleActionKeyBinding()
276 aKeyStroke.KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding()
278 aKeyStroke.KeyFunc = static_cast< sal_Int16 >( aKeyCode.GetFunction() ); in getAccessibleActionKeyBinding()
H A Dvclxaccessiblemenuitem.cxx491 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding() local
501 aSeq1[0].KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding()
503 aSeq1[0].KeyFunc = static_cast< sal_Int16 >( aKeyCode.GetFunction() ); in getAccessibleActionKeyBinding()
H A Dvclxaccessibleradiobutton.cxx219 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding() local
220 if ( aKeyCode.GetCode() != 0 ) in getAccessibleActionKeyBinding()
224 if ( aKeyCode.IsShift() ) in getAccessibleActionKeyBinding()
226 if ( aKeyCode.IsMod1() ) in getAccessibleActionKeyBinding()
228 if ( aKeyCode.IsMod2() ) in getAccessibleActionKeyBinding()
230 if ( aKeyCode.IsMod3() ) in getAccessibleActionKeyBinding()
232 aKeyStroke.KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding()
234 aKeyStroke.KeyFunc = static_cast< sal_Int16 >( aKeyCode.GetFunction() ); in getAccessibleActionKeyBinding()
/trunk/main/automation/source/server/
H A Drecorder.cxx681 if ( ( !aKeyCode.IsMod1() && !aKeyCode.IsMod2() ) && in IMPL_LINK()
684 ( aKeyCode.GetCode() == KEY_SPACE) || in IMPL_LINK()
685 ( aKeyCode.GetCode() == KEY_ADD) || in IMPL_LINK()
686 ( aKeyCode.GetCode() == KEY_SUBTRACT) || in IMPL_LINK()
687 ( aKeyCode.GetCode() == KEY_MULTIPLY) || in IMPL_LINK()
688 ( aKeyCode.GetCode() == KEY_DIVIDE) || in IMPL_LINK()
689 ( aKeyCode.GetCode() == KEY_POINT) || in IMPL_LINK()
690 ( aKeyCode.GetCode() == KEY_COMMA) || in IMPL_LINK()
691 ( aKeyCode.GetCode() == KEY_EQUAL) || in IMPL_LINK()
692 ( aKeyCode.GetCode() == 0) ) ) in IMPL_LINK()
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1340 KeyCode aKeyCode( rKEvt.GetKeyCode()); in execute_KeyInput() local
1341 sal_uInt16 nCode = aKeyCode.GetCode(); in execute_KeyInput()
1343 bool bAlternate = aKeyCode.IsMod2(); in execute_KeyInput()
1346 bReturn = m_apAccelExecute->execute( aKeyCode ); in execute_KeyInput()
1374 awt::KeyEvent aKeyEvent( ::svt::AcceleratorExecute::st_VCLKey2AWTKey( aKeyCode )); in execute_KeyInput()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx911 KeyCode aKeyCode = ::svt::AcceleratorExecute::st_AWTKey2VCLKey(aAWTKey); in Init() local
912 sal_uInt16 nPos = MapKeyCodeToPos(aKeyCode); in Init()
/trunk/main/cui/source/options/
H A Doptdict.cxx792 const KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
793 const sal_uInt16 nModifier = aKeyCode.GetModifier(); in KeyInput()
794 if( aKeyCode.GetCode() == KEY_RETURN ) in KeyInput()
801 else if(bSpaces || aKeyCode.GetCode() != KEY_SPACE) in KeyInput()
H A Dtreeopt.cxx1004 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify() local
1006 if( aKeyCode.GetCode() == KEY_PAGEUP || in Notify()
1007 aKeyCode.GetCode() == KEY_PAGEDOWN) in Notify()
1011 if(aKeyCode.GetCode() == KEY_PAGEDOWN) in Notify()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx1969 const KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
1970 const sal_uInt16 nModifier = aKeyCode.GetModifier(); in KeyInput()
1971 if( aKeyCode.GetCode() == KEY_RETURN ) in KeyInput()
1978 else if(bSpaces || aKeyCode.GetCode() != KEY_SPACE) in KeyInput()
/trunk/main/dbaccess/source/ui/browser/
H A Ddataview.cxx168 const KeyCode& aKeyCode = pKeyEvent->GetKeyCode(); in PreNotify() local
169 if ( m_pAccel.get() && m_pAccel->execute( aKeyCode ) ) in PreNotify()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx439 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify() local
440 sal_uInt16 nKeyCode = aKeyCode.GetCode(); in Notify()
443 bHandled = HandleTabKey( aKeyCode.IsShift() ); in Notify()
1202 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify() local
1203 sal_uInt16 nKeyCode = aKeyCode.GetCode(); in Notify()
1207 if ( aKeyCode.IsShift() ) { in Notify()
1219 if ( aKeyCode.GetGroup() == KEYGROUP_CURSOR ) in Notify()
H A Ddp_gui_extlistbox.cxx893 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify() local
894 sal_uInt16 nKeyCode = aKeyCode.GetCode(); in Notify()
897 bHandled = HandleTabKey( aKeyCode.IsShift() ); in Notify()
898 else if ( aKeyCode.GetGroup() == KEYGROUP_CURSOR ) in Notify()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx116 KeyCode aKeyCode = rKEvt.GetKeyCode(); in PostKeyEvent() local
117 KeyFuncType eFunc = aKeyCode.GetFunction(); in PostKeyEvent()
118 sal_uInt16 nCode = aKeyCode.GetCode(); in PostKeyEvent()
181 if ( !bReadOnly && !aKeyCode.IsMod1() && !aKeyCode.IsMod2() ) in PostKeyEvent()
187 Indent( aKeyCode.IsShift() ? (-1) : (+1) ); in PostKeyEvent()
193 Indent( aKeyCode.IsShift() ? (-1) : (+1) ); in PostKeyEvent()
223 if( !aKeyCode.IsShift() ) in PostKeyEvent()
247 !aKeyCode.IsShift() && aKeyCode.IsMod1() && in PostKeyEvent()
/trunk/main/extensions/source/bibliography/
H A Dbibcont.cxx231 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in PreNotify() local
232 sal_uInt16 nKey = aKeyCode.GetCode(); in PreNotify()
233 const sal_uInt16 nModifier = aKeyCode.GetModifier(); in PreNotify()
H A Dtoolbar.cxx466 const KeyCode& aKeyCode=rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local
467 sal_uInt16 nKey = aKeyCode.GetCode(); in PreNotify()
/trunk/main/extensions/source/propctrlr/
H A Dcommoncontrol.cxx153 const KeyCode& aKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in handlePreNotify() local
154 sal_uInt16 nKey = aKeyCode.GetCode(); in handlePreNotify()
156 if (nKey == KEY_RETURN && !aKeyCode.IsShift()) in handlePreNotify()
H A Dstandardcontrol.cxx1014 const KeyCode& aKeyCode = _rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local
1015 sal_uInt16 nKey = aKeyCode.GetCode(); in PreNotify()
1018 && !aKeyCode.IsShift() in PreNotify()
1021 && aKeyCode.IsMod2() in PreNotify()
1119 const KeyCode& aKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local
1120 sal_uInt16 nKey = aKeyCode.GetCode(); in PreNotify()
1122 if ( nKey == KEY_RETURN && !aKeyCode.IsShift() ) in PreNotify()
1130 else if ( nKey == KEY_DOWN && aKeyCode.IsMod2() ) in PreNotify()
1135 else if ( KEYGROUP_CURSOR == aKeyCode.GetGroup() in PreNotify()
1137 || KEYGROUP_FKEYS == aKeyCode.GetGroup() in PreNotify()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx1049 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify() local
1050 sal_uInt16 nKeyCode = aKeyCode.GetCode(); in Notify()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx870 const KeyCode& aKeyCode=rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local
871 sal_uInt16 nKey=aKeyCode.GetCode(); in PreNotify()
872 if( (nKey==KEY_RETURN && !aKeyCode.IsShift()) || nKey==KEY_TAB ) in PreNotify()
/trunk/main/framework/inc/framework/
H A Dacceleratorinfo.hxx41 ::rtl::OUString SAL_CALL GetCommandURLFromKeyCode( const KeyCode& aKeyCode );
/trunk/main/framework/inc/uielement/
H A Dmenubarmanager.hxx220 …yCode aKeyCode; member
/trunk/main/framework/source/fwe/helper/
H A Dacceleratorinfo.cxx43 ::rtl::OUString SAL_CALL GetCommandURLFromKeyCode( const KeyCode& aKeyCode ) in GetCommandURLFromKeyCode() argument
46 return _pGetCommandURLFromKeyCode( aKeyCode ); in GetCommandURLFromKeyCode()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx918 KeyCode aKeyCode( KEY_F1 ); in IMPL_LINK() local
919 pMenu->SetAccelKey( pMenuItemHandler->nItemId, aKeyCode ); in IMPL_LINK()
922 pMenu->SetAccelKey( pMenuItemHandler->nItemId, pMenuItemHandler->aKeyCode ); in IMPL_LINK()
1514 KeyCode aKeyCode( KEY_F1 ); in FillMenuManager() local
1515 pMenu->SetAccelKey( pMenuItemHandler->nItemId, aKeyCode ); in FillMenuManager()
1518 pMenu->SetAccelKey( pMenuItemHandler->nItemId, pMenuItemHandler->aKeyCode ); in FillMenuManager()
1540 … aMenuShortCuts[i]->aKeyCode = svt::AcceleratorExecute::st_AWTKey2VCLKey( aKeyEvent ); in impl_RetrieveShortcutsFromConfiguration()
1638 aMenuShortCuts[i]->aKeyCode = aEmptyKeyCode; in RetrieveShortcuts()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx442 const KeyCode& aKeyCode=rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local
443 sal_uInt16 nKey=aKeyCode.GetCode(); in PreNotify()
445 if (nKey==KEY_DOWN && aKeyCode.IsMod2()) in PreNotify()

Completed in 161 milliseconds

123