/aoo42x/main/svx/source/tbxctrls/ |
H A D | itemwin.cxx | 207 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 209 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify() 414 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 416 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify() 615 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 616 const KeyCode& rKey = pKEvt->GetKeyCode(); in Notify() 620 pSh->KeyInput( *pKEvt ); in Notify() 713 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 714 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify() 792 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local [all …]
|
H A D | grafctrl.cxx | 458 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 460 switch( pKEvt->GetKeyCode().GetCode() ) in Notify()
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | bibcont.cxx | 230 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local 231 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in PreNotify() 252 else if( pKEvt->GetCharCode() && HandleShortCutKey( *pKEvt ) ) in PreNotify()
|
/aoo42x/main/sw/source/ui/cctrl/ |
H A D | actctrl.cxx | 47 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 48 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
|
/aoo42x/main/svx/source/gallery2/ |
H A D | galbrws1.cxx | 136 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local 138 if( pKEvt ) in PreNotify() 139 nDone = static_cast< GalleryBrowser1* >( GetParent() )->KeyInput( *pKEvt, this ); in PreNotify()
|
/aoo42x/main/sc/source/ui/navipi/ |
H A D | navipi.cxx | 119 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 120 KeyCode aCode = pKEvt->GetKeyCode(); in Notify() 329 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 330 KeyCode aCode = pKEvt->GetKeyCode(); in Notify()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | navigatr.cxx | 827 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 830 if( pKEvt ) in Notify() 832 if( KEY_ESCAPE == pKEvt->GetKeyCode().GetCode() ) in Notify()
|
/aoo42x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.cxx | 438 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 439 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify() 1201 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 1202 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
|
H A D | dp_gui_extlistbox.cxx | 892 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 893 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | wizdlg.cxx | 444 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 445 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
|
/aoo42x/main/vcl/source/window/ |
H A D | floatwin.cxx | 574 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 575 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
|
H A D | dialog.cxx | 465 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 466 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
|
/aoo42x/main/svtools/source/control/ |
H A D | tabbar.cxx | 259 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local 260 if ( !pKEvt->GetKeyCode().GetModifier() ) in PreNotify() 262 if ( pKEvt->GetKeyCode().GetCode() == KEY_RETURN ) in PreNotify() 271 else if ( pKEvt->GetKeyCode().GetCode() == KEY_ESCAPE ) in PreNotify()
|
H A D | calendar.cxx | 2830 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 2831 if ( pKEvt->GetKeyCode().GetCode() == KEY_RETURN ) in Notify()
|
/aoo42x/main/svx/source/dialog/ |
H A D | hyprlink.cxx | 889 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 890 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
|
H A D | rubydialog.cxx | 974 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local 975 const KeyCode& rKeyCode = pKEvt->GetKeyCode(); in PreNotify()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 1345 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local 1346 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in PreNotify()
|
/aoo42x/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 1048 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 1049 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 1786 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 1788 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.cxx | 1483 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local 1484 const KeyCode& rKeyCode = pKEvt->GetKeyCode(); in PreNotify()
|
/aoo42x/main/cui/source/options/ |
H A D | treeopt.cxx | 1003 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local 1004 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 2658 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local 2659 const KeyCode& rKeyCode = pKEvt->GetKeyCode(); in PreNotify()
|