/aoo41x/main/sd/source/ui/func/ |
H A D | fupoor.cxx | 253 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 D | fuoltext.cxx | 242 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 D | fuediglu.cxx | 324 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()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fudraw.cxx | 244 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 …]
|
/aoo41x/main/sc/source/ui/pagedlg/ |
H A D | tphfedit.cxx | 586 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()
|
/aoo41x/main/avmedia/source/viewer/ |
H A D | mediawindow_impl.cxx | 138 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()
|
/aoo41x/main/vcl/source/control/ |
H A D | spinbtn.cxx | 319 void SpinButton::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument 321 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() 323 if ( !rKEvt.GetKeyCode().GetModifier() ) in KeyInput() 325 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput() 330 sal_Bool bUp = KEY_RIGHT == rKEvt.GetKeyCode().GetCode(); in KeyInput() 339 sal_Bool bUp = KEY_UP == rKEvt.GetKeyCode().GetCode(); in KeyInput() 340 if ( !mbHorz && !ImplMoveFocus( KEY_UP == rKEvt.GetKeyCode().GetCode() ) ) in KeyInput() 350 Control::KeyInput( rKEvt ); in KeyInput() 355 Control::KeyInput( rKEvt ); in KeyInput()
|
/aoo41x/main/vcl/workben/ |
H A D | svdem.cxx | 73 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 D | vcldemo.cxx | 78 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 D | svpclient.cxx | 134 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 D | svptest.cxx | 80 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()
|
/aoo41x/main/svx/source/gallery2/ |
H A D | galctrl.cxx | 204 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 …]
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 624 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 …]
|
/aoo41x/main/svx/workben/ |
H A D | edittest.cxx | 311 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 …]
|
/aoo41x/main/fpicker/test/ |
H A D | svdem.cxx | 115 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()
|
/aoo41x/main/svtools/source/control/ |
H A D | fixedhyper.cxx | 105 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 D | valueset.cxx | 1428 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 …]
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | marktree.cxx | 96 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()
|
/aoo41x/main/formula/source/ui/dlg/ |
H A D | funcutl.cxx | 123 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()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 137 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 …]
|
/aoo41x/main/avmedia/source/gstreamer/ |
H A D | gstwindow.cxx | 56 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()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | colorpicker.cxx | 397 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 …]
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | layctrl.cxx | 84 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()
|
/aoo41x/main/vcl/test/ |
H A D | dndtest.cxx | 76 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()
|
/aoo41x/main/cui/source/options/ |
H A D | radiobtnbox.cxx | 69 void SvxRadioButtonListBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument 71 if ( !rKEvt.GetKeyCode().GetModifier() && KEY_SPACE == rKEvt.GetKeyCode().GetCode() ) in KeyInput() 82 SvxSimpleTable::KeyInput( rKEvt ); in KeyInput()
|