/aoo42x/main/forms/source/richtext/ |
H A D | richtextvclcontrol.cxx | 220 const ::KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify() local 222 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify() 223 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify() 224 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify() 225 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify() 231 ::KeyEvent aNewEvent( pKeyEvent->GetCharCode(), aNewCode ); in PreNotify()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | i18n_im.cxx | 484 XKeyEvent* pKeyEvent = &(pEvent->xkey); in FilterEvent() local 489 if (pKeyEvent->type == KeyRelease) in FilterEvent() 490 bFilterEvent = !maLastKeyPress.match (*pKeyEvent); in FilterEvent() 495 if (pKeyEvent->type == XLIB_KeyPress) in FilterEvent() 496 maLastKeyPress = *pKeyEvent; in FilterEvent()
|
/aoo42x/main/automation/source/server/ |
H A D | recorder.cxx | 667 const KeyEvent *pKeyEvent = ((KeyEvent*)pWinEvent->GetData()); in IMPL_LINK() local 668 const KeyCode aKeyCode = pKeyEvent->GetKeyCode(); in IMPL_LINK() 669 if ( pKeyEvent ) in IMPL_LINK() 694 DBG_ASSERT( pKeyEvent->GetCharCode(), "no charcode found" ); in IMPL_LINK() 695 aKeyString += pKeyEvent->GetCharCode(); in IMPL_LINK() 701 if ( pKeyEvent->GetCharCode() == '>' ) in IMPL_LINK()
|
/aoo42x/main/svtools/source/brwbox/ |
H A D | ebbcontrols.cxx | 596 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 597 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify() 602 KeyEvent aEvent( pKeyEvent->GetCharCode(), in PreNotify() 604 pKeyEvent->GetRepeat() in PreNotify() 612 if ( dispatchKeyEvent( *pKeyEvent ) ) in PreNotify()
|
H A D | editbrowsebox.cxx | 647 const KeyEvent* pKeyEvent = rEvt.GetKeyEvent(); in PreNotify() local 648 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify() 649 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify() 650 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify() 651 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify() 727 && aController->MoveAllowed( *pKeyEvent ) in PreNotify()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | FocusManager.cxx | 643 KeyEvent* pKeyEvent = static_cast<KeyEvent*>(pWindowEvent->GetData()); in IMPL_LINK() local 644 HandleKeyEvent(pKeyEvent->GetKeyCode(), *pSource); in IMPL_LINK() 684 KeyEvent* pKeyEvent = static_cast<KeyEvent*>(pWindowEvent->GetData()); in IMPL_LINK() local 702 switch (pKeyEvent->GetKeyCode().GetCode()) in IMPL_LINK()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | browserlistbox.cxx | 1227 const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify() local 1228 if ( ( pKeyEvent->GetKeyCode().GetModifier() != 0 ) in PreNotify() 1229 || ( ( pKeyEvent->GetKeyCode().GetCode() != KEY_PAGEUP ) in PreNotify() 1230 && ( pKeyEvent->GetKeyCode().GetCode() != KEY_PAGEDOWN ) in PreNotify() 1238 if ( pKeyEvent->GetKeyCode().GetCode() == KEY_PAGEUP ) in PreNotify() 1240 else if ( pKeyEvent->GetKeyCode().GetCode() == KEY_PAGEDOWN ) in PreNotify()
|
H A D | standardcontrol.hxx | 84 const ::KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify() local 85 if ( ( pKeyEvent->GetKeyCode().GetModifier() == 0 ) in PreNotify() 86 && ( ( pKeyEvent->GetKeyCode().GetCode() == KEY_PAGEUP ) in PreNotify() 87 || ( pKeyEvent->GetKeyCode().GetCode() == KEY_PAGEDOWN ) in PreNotify()
|
/aoo42x/main/svtools/source/toolpanel/ |
H A D | drawerlayouter.cxx | 267 … const KeyEvent* pKeyEvent = static_cast< const KeyEvent* >( pWindowEvent->GetData() ); in IMPL_LINK() local 268 ENSURE_OR_RETURN( pKeyEvent, "no key event with KeyInput", 0L ); in IMPL_LINK() 269 const KeyCode& rKeyCode( pKeyEvent->GetKeyCode() ); in IMPL_LINK()
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindowListBox.cxx | 176 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 177 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify() 183 bHandled = m_pTabWin->HandleKeyInput(*pKeyEvent); in PreNotify()
|
H A D | TableWindow.cxx | 675 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 676 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify() 782 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 783 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify()
|
H A D | JoinTableView.cxx | 1426 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 1427 if (!pKeyEvent->GetKeyCode().IsMod1()) in PreNotify() 1429 switch (pKeyEvent->GetKeyCode().GetCode()) in PreNotify() 1436 sal_Bool bForward = !pKeyEvent->GetKeyCode().IsShift(); in PreNotify() 1545 if (!pKeyEvent->GetKeyCode().IsShift() && GetSelectedConn() && HasFocus()) in PreNotify()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 1678 ::KeyEvent * pKeyEvent = static_cast< ::KeyEvent * >( in callKeyHandlers() 1682 (pKeyEvent->GetKeyCode().IsShift() in callKeyHandlers() 1684 | (pKeyEvent->GetKeyCode().IsMod1() in callKeyHandlers() 1686 | (pKeyEvent->GetKeyCode().IsMod2() in callKeyHandlers() 1688 | (pKeyEvent->GetKeyCode().IsMod3() in callKeyHandlers() 1690 pKeyEvent->GetKeyCode().GetCode(), pKeyEvent->GetCharCode(), in callKeyHandlers() 1692 pKeyEvent->GetKeyCode().GetFunction())); in callKeyHandlers()
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | tbunosearchcontrollers.cxx | 129 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 130 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify() 131 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify() 132 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify() 133 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | addresstemplate.cxx | 1277 const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify() local 1278 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify() 1279 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify() 1280 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify() 1281 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | dataview.cxx | 167 const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify() local 168 const KeyCode& aKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 361 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 364 if ( getPanel() && getPanel()->interceptKeyInput( *pKeyEvent ) ) in PreNotify() 368 if ( getDetailView() && getDetailView()->interceptKeyInput( *pKeyEvent ) ) in PreNotify()
|
/aoo42x/main/framework/source/uielement/ |
H A D | edittoolbarcontroller.cxx | 227 const ::KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 228 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
|
H A D | comboboxtoolbarcontroller.cxx | 264 const ::KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 265 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
|
H A D | spinfieldtoolbarcontroller.cxx | 349 const ::KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 350 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | DesignView.cxx | 254 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local 255 if ( handleKeyEvent(*pKeyEvent) ) in PreNotify() 259 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify()
|
/aoo42x/main/sfx2/source/inet/ |
H A D | inettbc.cxx | 227 KeyEvent* pKeyEvent = static_cast< KeyEvent* >( pWinEvent->GetData() ); in IMPL_LINK() local 229 pAccExec->execute( pKeyEvent->GetKeyCode() ); in IMPL_LINK()
|
/aoo42x/main/vcl/source/app/ |
H A D | svapp.cxx | 907 sal_Bool Application::HandleKey( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent ) in HandleKey() argument 910 VclWindowEvent aEvent( pWin, nEvent, (void *) pKeyEvent ); in HandleKey() 924 sal_uLong Application::PostKeyEvent( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent ) in PostKeyEvent() argument 929 if( pWin && pKeyEvent ) in PostKeyEvent() 931 ImplPostEventData* pPostEventData = new ImplPostEventData( nEvent, pWin, *pKeyEvent ); in PostKeyEvent()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | svapp.hxx | 326 static sal_Bool HandleKey( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent ); 328 static sal_uLong PostKeyEvent( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent );
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | CondFormat.cxx | 515 const KeyEvent* pKeyEvent( _rNEvt.GetKeyEvent() ); in PreNotify() local 516 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
|