Home
last modified time | relevance | path

Searched refs:pKeyEvent (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx220 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()
/trunk/main/vcl/unx/generic/app/
H A Di18n_im.cxx484 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()
/trunk/main/automation/source/server/
H A Drecorder.cxx667 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()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx596 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 Deditbrowsebox.cxx647 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()
/trunk/main/sfx2/source/sidebar/
H A DFocusManager.cxx643 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()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx1227 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 Dstandardcontrol.hxx84 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()
/trunk/main/svtools/source/toolpanel/
H A Ddrawerlayouter.cxx267 … 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx176 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 DTableWindow.cxx675 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 DJoinTableView.cxx1426 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()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1678 ::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()
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx129 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()
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx1277 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()
/trunk/main/dbaccess/source/ui/browser/
H A Ddataview.cxx167 const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify() local
168 const KeyCode& aKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx361 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local
364 if ( getPanel() && getPanel()->interceptKeyInput( *pKeyEvent ) ) in PreNotify()
368 if ( getDetailView() && getDetailView()->interceptKeyInput( *pKeyEvent ) ) in PreNotify()
/trunk/main/framework/source/uielement/
H A Dedittoolbarcontroller.cxx227 const ::KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local
228 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
H A Dcomboboxtoolbarcontroller.cxx264 const ::KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local
265 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
H A Dspinfieldtoolbarcontroller.cxx349 const ::KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local
350 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx254 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify() local
255 if ( handleKeyEvent(*pKeyEvent) ) in PreNotify()
259 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify()
/trunk/main/sfx2/source/inet/
H A Dinettbc.cxx227 KeyEvent* pKeyEvent = static_cast< KeyEvent* >( pWinEvent->GetData() ); in IMPL_LINK() local
229 pAccExec->execute( pKeyEvent->GetKeyCode() ); in IMPL_LINK()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx907 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()
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx326 static sal_Bool HandleKey( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent );
328 static sal_uLong PostKeyEvent( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent );
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx515 const KeyEvent* pKeyEvent( _rNEvt.GetKeyEvent() ); in PreNotify() local
516 const KeyCode& rKeyCode = pKeyEvent->GetKeyCode(); in PreNotify()

Completed in 146 milliseconds

12