Home
last modified time | relevance | path

Searched refs:rKEvt (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx253 sal_Bool FuPoor::KeyInput(const KeyEvent& rKEvt) in IMPL_LINK_INLINE_END()
264 if(rKEvt.GetKeyCode().IsMod1()) in IMPL_LINK_INLINE_END()
349 if(rKEvt.GetKeyCode().IsMod1() || rKEvt.GetKeyCode().IsMod2()) in IMPL_LINK_INLINE_END()
353 sal_Bool bForward(!rKEvt.GetKeyCode().IsShift()); in IMPL_LINK_INLINE_END()
493 if( rKEvt.GetKeyCode().IsMod1() && rKEvt.GetKeyCode().IsMod2() ) in IMPL_LINK_INLINE_END()
526 else if (rKEvt.GetKeyCode().IsMod1()) in IMPL_LINK_INLINE_END()
541 if( rKEvt.GetKeyCode().IsMod1() && rKEvt.GetKeyCode().IsMod2() ) in IMPL_LINK_INLINE_END()
601 if(rKEvt.GetKeyCode().IsShift()) in IMPL_LINK_INLINE_END()
608 if(!rKEvt.GetKeyCode().IsShift()) in IMPL_LINK_INLINE_END()
738 else if(rKEvt.GetKeyCode().IsMod2()) in IMPL_LINK_INLINE_END()
[all …]
H A Dfuoltext.cxx242 sal_Bool FuOutlineText::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
246 sal_uInt16 nKeyGroup = rKEvt.GetKeyCode().GetGroup(); in KeyInput()
256 bReturn = pOutlineView->GetViewByWindow(mpWindow)->PostKeyEvent(rKEvt); in KeyInput()
260 UpdateForKeyPress (rKEvt); in KeyInput()
264 bReturn = FuOutline::KeyInput(rKEvt); in KeyInput()
H A Dfuediglu.cxx324 sal_Bool FuEditGluePoints::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
333 switch (rKEvt.GetKeyCode().GetCode()) in KeyInput()
340 if(rKEvt.GetKeyCode().IsShift()&& mpView->IsInsGluePointMode() ){ in KeyInput()
343 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
385 if(rKEvt.GetKeyCode().IsShift() && mpView->IsInsGluePointMode() ) in KeyInput()
406 bReturn = FuDraw::KeyInput(rKEvt); in KeyInput()
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx244 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
302 if( rKEvt.GetKeyCode().GetModifier() == 0 ) in KeyInput()
328 if( rKEvt.GetKeyCode().GetModifier() == 0 ) in KeyInput()
350 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
375 if(rKEvt.GetKeyCode().IsMod1() || rKEvt.GetKeyCode().IsMod2()) in KeyInput()
407 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
432 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
504 if(rKEvt.GetKeyCode().IsMod2()) in KeyInput()
642 if(rKEvt.GetKeyCode().IsShift()) in KeyInput()
649 if(!rKEvt.GetKeyCode().IsShift()) in KeyInput()
[all …]
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx586 void __EXPORT ScEditWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
588 sal_uInt16 nKey = rKEvt.GetKeyCode().GetModifier() in KeyInput()
589 + rKEvt.GetKeyCode().GetCode(); in KeyInput()
593 Control::KeyInput( rKEvt ); in KeyInput()
595 else if ( !pEdView->PostKeyEvent( rKEvt ) ) in KeyInput()
597 Control::KeyInput( rKEvt ); in KeyInput()
599 else if ( !rKEvt.GetKeyCode().IsMod1() && !rKEvt.GetKeyCode().IsShift() && in KeyInput()
600 rKEvt.GetKeyCode().IsMod2() && rKEvt.GetKeyCode().GetCode() == KEY_DOWN ) in KeyInput()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx138 void MediaChildWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
140 SystemChildWindow::KeyInput( rKEvt ); in KeyInput()
141 GetParent()->KeyInput( rKEvt ); in KeyInput()
146 void MediaChildWindow::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
148 SystemChildWindow::KeyUp( rKEvt ); in KeyUp()
149 GetParent()->KeyUp( rKEvt ); in KeyUp()
488 void MediaWindowImpl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
493 pMediaWindow->KeyInput( rKEvt ); in KeyInput()
498 void MediaWindowImpl::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
503 pMediaWindow->KeyUp( rKEvt ); in KeyUp()
/trunk/main/svx/workben/
H A Dedittest.cxx311 void __EXPORT MyView::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
313 pEditView->PostKeyEvent( rKEvt ); in KeyInput()
1532 sal_Unicode nCharCode = rKEvt.GetCharCode(); in KeyInput()
1534 USHORT nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
1536 if ( ( nCode == KEY_A) && rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
1569 if ( rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
1576 else if ( rKEvt.GetKeyCode().IsMod2() && in KeyInput()
1580 if( rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
1638 else if ( rKEvt.GetKeyCode().IsMod2() && in KeyInput()
1699 BOOL bDone = pEditView->PostKeyEvent( rKEvt ); in KeyInput()
[all …]
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx624 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
634 return OnMove( rKEvt ); in KeyInput()
644 return OnTabHandles( rKEvt ); in KeyInput()
647 return OnMarkHandle( rKEvt ); in KeyInput()
663 if(rKEvt.GetKeyCode().IsMod1() || rKEvt.GetKeyCode().IsMod2()) in OnTabHandles()
666 sal_Bool bForward(!rKEvt.GetKeyCode().IsShift()); in OnTabHandles()
703 if(rKEvt.GetKeyCode().IsShift()) in OnMarkHandle()
710 if(!rKEvt.GetKeyCode().IsShift()) in OnMarkHandle()
738 bool MotionPathTag::OnMove( const KeyEvent& rKEvt ) in OnMove() argument
743 switch( rKEvt.GetKeyCode().GetCode() ) in OnMove()
[all …]
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx204 void GalleryPreview::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
210 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
236 if( !pBrowser->KeyInput( rKEvt, this ) ) in KeyInput()
237 Window::KeyInput( rKEvt ); in KeyInput()
243 Window::KeyInput( rKEvt ); in KeyInput()
561 void GalleryIconView::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
563 if( !mpTheme || !static_cast< GalleryBrowser2* >( GetParent() )->KeyInput( rKEvt, this ) ) in KeyInput()
564 ValueSet::KeyInput( rKEvt ); in KeyInput()
904 void GalleryListView::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
906 if( !mpTheme || !static_cast< GalleryBrowser2* >( GetParent() )->KeyInput( rKEvt, this ) ) in KeyInput()
[all …]
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx317 void SpinButton::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
319 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
321 if ( !rKEvt.GetKeyCode().GetModifier() ) in KeyInput()
323 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
328 sal_Bool bUp = KEY_RIGHT == rKEvt.GetKeyCode().GetCode(); in KeyInput()
337 sal_Bool bUp = KEY_UP == rKEvt.GetKeyCode().GetCode(); in KeyInput()
338 if ( !mbHorz && !ImplMoveFocus( KEY_UP == rKEvt.GetKeyCode().GetCode() ) ) in KeyInput()
348 Control::KeyInput( rKEvt ); in KeyInput()
353 Control::KeyInput( rKEvt ); in KeyInput()
/trunk/main/vcl/workben/
H A Dsvdem.cxx73 void KeyInput( const KeyEvent& rKEvt );
74 void KeyUp( const KeyEvent& rKEvt );
120 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
122 WorkWindow::KeyInput( rKEvt ); in KeyInput()
127 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
129 WorkWindow::KeyUp( rKEvt ); in KeyUp()
H A Dvcldemo.cxx78 void KeyInput( const KeyEvent& rKEvt );
79 void KeyUp( const KeyEvent& rKEvt );
140 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
142 WorkWindow::KeyInput( rKEvt ); in KeyInput()
147 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
149 WorkWindow::KeyUp( rKEvt ); in KeyUp()
H A Dsvpclient.cxx134 void KeyInput( const KeyEvent& rKEvt );
135 void KeyUp( const KeyEvent& rKEvt );
318 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
320 WorkWindow::KeyInput( rKEvt ); in KeyInput()
325 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
327 WorkWindow::KeyUp( rKEvt ); in KeyUp()
H A Dsvptest.cxx80 void KeyInput( const KeyEvent& rKEvt );
81 void KeyUp( const KeyEvent& rKEvt );
147 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
149 WorkWindow::KeyInput( rKEvt ); in KeyInput()
154 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
156 WorkWindow::KeyUp( rKEvt ); in KeyUp()
/trunk/main/fpicker/test/
H A Dsvdem.cxx115 void KeyInput( const KeyEvent& rKEvt );
116 void KeyUp( const KeyEvent& rKEvt );
172 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
174 WorkWindow::KeyInput( rKEvt ); in KeyInput()
179 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
181 WorkWindow::KeyUp( rKEvt ); in KeyUp()
/trunk/main/svtools/source/control/
H A Dfixedhyper.cxx105 void FixedHyperlink::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
107 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
115 FixedText::KeyInput( rKEvt ); in KeyInput()
201 void FixedHyperlinkImage::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
203 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
211 FixedImage::KeyInput( rKEvt ); in KeyInput()
H A Dvalueset.cxx1428 void ValueSet::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1437 Control::KeyInput( rKEvt ); in KeyInput()
1449 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
1475 if ( rKEvt.GetKeyCode().GetCode()==KEY_LEFT ) in KeyInput()
1518 if( rKEvt.GetKeyCode().GetCode() != KEY_PAGEUP || in KeyInput()
1519 …( !rKEvt.GetKeyCode().IsShift() && !rKEvt.GetKeyCode().IsMod1() && !rKEvt.GetKeyCode().IsMod2() ) ) in KeyInput()
1562 Control::KeyInput( rKEvt ); in KeyInput()
1570 …( !rKEvt.GetKeyCode().IsShift() && !rKEvt.GetKeyCode().IsMod1() && !rKEvt.GetKeyCode().IsMod2() ) ) in KeyInput()
1587 pParent->KeyInput( rKEvt ); in KeyInput()
1607 Control::KeyInput( rKEvt ); in KeyInput()
[all …]
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx123 void __EXPORT ArgEdit::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
125 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
199 RefEdit::KeyInput( rKEvt ); in KeyInput()
1009 void RefEdit::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1011 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
1015 Edit::KeyInput( rKEvt ); in KeyInput()
1093 void RefButton::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1095 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
1099 ImageButton::KeyInput( rKEvt ); in KeyInput()
/trunk/main/dbaccess/source/ui/control/
H A Dmarktree.cxx96 void OMarkableTreeListBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
99 …if (rKEvt.GetKeyCode().GetCode() == KEY_SPACE && !rKEvt.GetKeyCode().IsShift() && !rKEvt.GetKeyCod… in KeyInput()
113 DBTreeListBox::KeyInput(rKEvt); in KeyInput()
116 DBTreeListBox::KeyInput(rKEvt); in KeyInput()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx137 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in IMPL_LINK_INLINE_END()
151 Edit::KeyInput( rKEvt ); in IMPL_LINK_INLINE_END()
208 virtual void KeyInput( const KeyEvent& rKEvt );
217 virtual void KeyInput( const KeyEvent& rKEvt );
232 if( !pOwner->KeyInput( rKEvt )) in KeyInput()
233 Edit::KeyInput( rKEvt ); in KeyInput()
250 if( !pOwner->KeyInput( rKEvt )) in KeyInput()
251 MultiLineEdit::KeyInput( rKEvt ); in KeyInput()
351 KeyCode aCode = rKEvt.GetKeyCode(); in IMPL_LINK_INLINE_END()
1535 bool bHandled = HandleKeyInput( rKEvt ); in KeyInput()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx397 virtual void KeyInput( const KeyEvent& rKEvt );
691 void ColorFieldControl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
693 bool bShift = rKEvt.GetKeyCode().IsShift(); in KeyInput()
694 bool bCtrl = rKEvt.GetKeyCode().IsMod1(); in KeyInput()
695 bool bAlt = rKEvt.GetKeyCode().IsMod2(); in KeyInput()
699 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
707 Control::KeyInput( rKEvt ); in KeyInput()
803 virtual void KeyInput( const KeyEvent& rKEvt );
988 if ( !rKEvt.GetKeyCode().IsMod2() && !rKEvt.GetKeyCode().IsShift() ) in KeyInput()
990 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
[all …]
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx56 virtual void KeyInput( const KeyEvent& rKEvt );
57 virtual void KeyUp( const KeyEvent& rKEvt );
109 void PlayerChildWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
111 SystemChildWindow::KeyInput( rKEvt ); in KeyInput()
112 GetParent()->KeyInput( rKEvt ); in KeyInput()
117 void PlayerChildWindow::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
119 SystemChildWindow::KeyUp( rKEvt ); in KeyUp()
120 GetParent()->KeyUp( rKEvt ); in KeyUp()
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx84 void KeyInput( const KeyEvent& rKEvt );
265 void TableWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
268 sal_uInt16 nModifier = rKEvt.GetKeyCode().GetModifier(); in KeyInput()
269 sal_uInt16 nKey = rKEvt.GetKeyCode().GetCode(); in KeyInput()
329 SfxPopupWindow::KeyInput(rKEvt); in KeyInput()
482 void KeyInput( const KeyEvent& rKEvt );
627 void ColumnsWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
630 sal_uInt16 nModifier = rKEvt.GetKeyCode().GetModifier(); in KeyInput()
631 sal_uInt16 nKey = rKEvt.GetKeyCode().GetCode(); in KeyInput()
677 SfxPopupWindow::KeyInput(rKEvt); in KeyInput()
/trunk/main/vcl/test/
H A Ddndtest.cxx76 void KeyInput( const KeyEvent& rKEvt );
77 void KeyUp( const KeyEvent& rKEvt );
263 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
265 WorkWindow::KeyInput( rKEvt ); in KeyInput()
270 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
272 WorkWindow::KeyUp( rKEvt ); in KeyUp()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx371 bool AnnotationTag::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
376 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
387 return OnMove( rKEvt ); in KeyInput()
397 mrManager.SelectNextAnnotation(!rKEvt.GetKeyCode().IsShift()); in KeyInput()
471 bool AnnotationTag::OnMove( const KeyEvent& rKEvt ) in OnMove() argument
476 switch( rKEvt.GetKeyCode().GetCode() ) in OnMove()
485 if(rKEvt.GetKeyCode().IsMod2()) in OnMove()

Completed in 133 milliseconds

12345678910>>...13