Home
last modified time | relevance | path

Searched refs:pKEvt (Results 1 – 22 of 22) sorted by relevance

/aoo41x/main/svx/source/tbxctrls/
H A Ditemwin.cxx207 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()
601 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
602 const KeyCode& rKey = pKEvt->GetKeyCode(); in Notify()
606 pSh->KeyInput( *pKEvt ); in Notify()
699 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
700 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify()
778 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
[all …]
H A Dgrafctrl.cxx458 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
460 switch( pKEvt->GetKeyCode().GetCode() ) in Notify()
/aoo41x/main/extensions/source/bibliography/
H A Dbibcont.cxx230 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()
/aoo41x/main/sw/source/ui/cctrl/
H A Dactctrl.cxx47 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
48 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
/aoo41x/main/svx/source/gallery2/
H A Dgalbrws1.cxx136 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local
138 if( pKEvt ) in PreNotify()
139 nDone = static_cast< GalleryBrowser1* >( GetParent() )->KeyInput( *pKEvt, this ); in PreNotify()
/aoo41x/main/sc/source/ui/navipi/
H A Dnavipi.cxx119 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()
/aoo41x/main/sd/source/ui/dlg/
H A Dnavigatr.cxx827 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
830 if( pKEvt ) in Notify()
832 if( KEY_ESCAPE == pKEvt->GetKeyCode().GetCode() ) in Notify()
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx438 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 Ddp_gui_extlistbox.cxx892 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
893 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
/aoo41x/main/svtools/source/dialogs/
H A Dwizdlg.cxx444 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
445 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
/aoo41x/main/vcl/source/window/
H A Dfloatwin.cxx574 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
575 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
H A Ddialog.cxx465 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
466 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
/aoo41x/main/svx/source/dialog/
H A Dhyprlink.cxx889 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
890 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
H A Drubydialog.cxx974 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local
975 const KeyCode& rKeyCode = pKEvt->GetKeyCode(); in PreNotify()
/aoo41x/main/svtools/source/control/
H A Dtabbar.cxx259 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 Dcalendar.cxx2830 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
2831 if ( pKEvt->GetKeyCode().GetCode() == KEY_RETURN ) in Notify()
/aoo41x/main/sw/source/ui/fldui/
H A Dfldvar.cxx1345 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local
1346 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in PreNotify()
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx1048 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
1049 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
/aoo41x/main/sc/source/ui/app/
H A Dinputwin.cxx1786 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
1788 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify()
/aoo41x/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx1483 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local
1484 const KeyCode& rKeyCode = pKEvt->GetKeyCode(); in PreNotify()
/aoo41x/main/cui/source/options/
H A Dtreeopt.cxx1003 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify() local
1004 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify()
/aoo41x/main/sfx2/source/appl/
H A Dnewhelp.cxx2658 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify() local
2659 const KeyCode& rKeyCode = pKEvt->GetKeyCode(); in PreNotify()

Completed in 206 milliseconds