Home
last modified time | relevance | path

Searched refs:rKEvt (Results 26 – 50 of 314) sorted by relevance

12345678910>>...13

/trunk/main/svx/source/gallery2/
H A DGalleryControl.cxx190 sal_Bool GalleryControl::KeyInput( const KeyEvent& rKEvt, Window* ) in KeyInput() argument
192 const sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
193 sal_Bool bRet = ( !rKEvt.GetKeyCode().IsMod1() && in KeyInput()
194 … ( ( KEY_TAB == nCode ) || ( KEY_F6 == nCode && rKEvt.GetKeyCode().IsMod2() ) ) ); in KeyInput()
198 if( !rKEvt.GetKeyCode().IsShift() ) in KeyInput()
H A Dgalbrws1.cxx75 void GalleryButton::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
77 if( !static_cast< GalleryBrowser1* >( GetParent() )->KeyInput( rKEvt, this ) ) in KeyInput()
78 PushButton::KeyInput( rKEvt ); in KeyInput()
600 sal_Bool GalleryBrowser1::KeyInput( const KeyEvent& rKEvt, Window* pWindow ) in KeyInput() argument
604 bRet = maKeyInputHandler(rKEvt, pWindow); in KeyInput()
611 sal_Bool bMod1 = rKEvt.GetKeyCode().IsMod1(); in KeyInput()
613 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
H A Dgalbrws.cxx210 sal_Bool GalleryBrowser::KeyInput( const KeyEvent& rKEvt, Window* ) in KeyInput() argument
212 const sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
213 sal_Bool bRet = ( !rKEvt.GetKeyCode().IsMod1() && in KeyInput()
214 … ( ( KEY_TAB == nCode ) || ( KEY_F6 == nCode && rKEvt.GetKeyCode().IsMod2() ) ) ); in KeyInput()
218 if( !rKEvt.GetKeyCode().IsShift() ) in KeyInput()
H A Dgalbrws2.cxx452 void GalleryToolBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
454 if( !static_cast< GalleryBrowser2* >( GetParent() )->KeyInput( rKEvt, this ) ) in KeyInput()
455 ToolBox::KeyInput( rKEvt ); in KeyInput()
726 sal_Bool GalleryBrowser2::KeyInput( const KeyEvent& rKEvt, Window* pWindow ) in KeyInput() argument
733 bRet = pParentBrowser->KeyInput( rKEvt, pWindow ); in KeyInput()
738 bRet = pParentControl->KeyInput(rKEvt, pWindow); in KeyInput()
762 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
780 if( bAddLink && rKEvt.GetKeyCode().IsShift() && rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
/trunk/main/cui/source/options/
H A Dradiobtnbox.cxx69 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()
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx435 void SvtIconChoiceCtrl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
437 sal_Bool bKeyUsed = DoKeyInput( rKEvt ); in KeyInput()
440 _pCurKeyEvent = (KeyEvent*)&rKEvt; in KeyInput()
441 Control::KeyInput( rKEvt ); in KeyInput()
445 sal_Bool SvtIconChoiceCtrl::DoKeyInput( const KeyEvent& rKEvt ) in DoKeyInput() argument
450 _pCurKeyEvent = (KeyEvent*)&rKEvt; in DoKeyInput()
451 sal_Bool bHandled = _pImp->KeyInput( rKEvt ); in DoKeyInput()
H A Dtemplwin.hxx102 inline sal_Bool ProcessKeyEvent( const KeyEvent& rKEvt );
111 inline sal_Bool SvtIconWindow_Impl::ProcessKeyEvent( const KeyEvent& rKEvt ) in ProcessKeyEvent() argument
113 return ( rKEvt.GetKeyCode().IsMod2() ? aIconCtrl.DoKeyInput( rKEvt ) : sal_False ); in ProcessKeyEvent()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx166 virtual void KeyInput( const KeyEvent& rKEvt );
167 virtual void KeyUp( const KeyEvent& rKEvt );
353 virtual void KeyInput( const KeyEvent& rKEvt );
354 virtual void KeyUp( const KeyEvent& rKEvt );
456 virtual void KeyInput( const KeyEvent& rKEvt );
457 virtual void KeyUp( const KeyEvent& rKEvt );
556 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/vcl/source/control/
H A Dedit.cxx1525 sal_Bool Edit::ImplHandleKeyEvent( const KeyEvent& rKEvt ) in ImplHandleKeyEvent() argument
1528 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in ImplHandleKeyEvent()
1529 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); in ImplHandleKeyEvent()
1583 if ( !bDone && rKEvt.GetKeyCode().IsMod1() && !rKEvt.GetKeyCode().IsMod2() ) in ImplHandleKeyEvent()
1639 if ( !rKEvt.GetKeyCode().IsMod2() ) in ImplHandleKeyEvent()
1645 bool bWord = rKEvt.GetKeyCode().IsMod1(); in ImplHandleKeyEvent()
1752 if ( !mbReadOnly && !rKEvt.GetKeyCode().IsMod2() ) in ImplHandleKeyEvent()
1825 if ( IsCharInput( rKEvt ) ) in ImplHandleKeyEvent()
1853 void Edit::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1858 if ( mpSubEdit || !ImplHandleKeyEvent( rKEvt ) ) in KeyInput()
[all …]
H A Dbutton.cxx1465 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
1486 Button::KeyInput( rKEvt ); in KeyInput()
1493 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyUp()
1520 Button::KeyUp( rKEvt ); in KeyUp()
2681 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
2697 Button::KeyInput( rKEvt ); in KeyInput()
2704 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyUp()
2712 Button::KeyUp( rKEvt ); in KeyUp()
3643 Button::KeyInput( rKEvt ); in KeyInput()
3658 Button::KeyUp( rKEvt ); in KeyUp()
[all …]
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.hxx72 virtual void KeyInput( const KeyEvent& rKEvt );
73 virtual void KeyUp( const KeyEvent& rKEvt );
114 virtual void KeyInput( const KeyEvent& rKEvt );
115 virtual void KeyUp( const KeyEvent& rKEvt );
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx100 void ShowWindow::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
111 const int nKeyCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
136 const int nKeyCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
163 bReturn = mxController->keyInput(rKEvt); in KeyInput()
169 mpViewShell->KeyInput(rKEvt,this); in KeyInput()
173 Window::KeyInput(rKEvt); in KeyInput()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.hxx60 virtual bool KeyInput( const KeyEvent& rKEvt );
94 bool OnTabHandles( const KeyEvent& rKEvt );
95 bool OnMarkHandle( const KeyEvent& rKEvt );
96 bool OnMove( const KeyEvent& rKEvt );
/trunk/main/vcl/source/window/
H A Dsplit.cxx648 void Splitter::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
656 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
672 pSibling->KeyInput( rKEvt ); in KeyInput()
688 pSibling->KeyInput( rKEvt ); in KeyInput()
722 pSibling->KeyInput( rKEvt ); in KeyInput()
740 Window::KeyInput( rKEvt ); in KeyInput()
/trunk/main/svx/source/sdr/contact/
H A Dsdrmediawindow.cxx99 void SdrMediaWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
104 pWindow->KeyInput( rKEvt ); in KeyInput()
109 void SdrMediaWindow::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
114 pWindow->KeyUp( rKEvt ); in KeyUp()
/trunk/main/framework/source/uielement/
H A Dedittoolbarcontroller.cxx85 virtual void KeyInput( const ::KeyEvent& rKEvt );
112 void EditControl::KeyInput( const ::KeyEvent& rKEvt ) in KeyInput() argument
114 Edit::KeyInput( rKEvt ); in KeyInput()
116 m_pEditListener->KeyInput( rKEvt ); in KeyInput()
/trunk/main/chart2/source/controller/main/
H A DChartWindow.cxx174 void ChartWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
178 if( !m_pWindowController->execute_KeyInput(rKEvt) ) in KeyInput()
179 Window::KeyInput(rKEvt); in KeyInput()
182 Window::KeyInput( rKEvt ); in KeyInput()
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx445 void TextViewOutWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
449 sal_Bool bChange = !pSrcEditWin->IsReadonly() || !TextEngine::DoesKeyChangeText( rKEvt ); in KeyInput()
451 bDone = pTextView->KeyInput( rKEvt ); in KeyInput()
456 if ( !SfxViewShell::Current()->KeyInput( rKEvt ) ) in KeyInput()
457 Window::KeyInput( rKEvt ); in KeyInput()
462 if ( rKEvt.GetKeyCode().GetGroup() == KEYGROUP_CURSOR ) in KeyInput()
469 if( rKEvt.GetKeyCode().GetCode() == KEY_INSERT ) in KeyInput()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx190 void __EXPORT ImpItemEdit::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
194 sal_uInt16 nKeyCode(rKEvt.GetKeyCode().GetCode() + rKEvt.GetKeyCode().GetModifier()); in KeyInput()
210 pBrowseMerk->KeyInput(rKEvt); in KeyInput()
213 Edit::KeyInput(rKEvt); in KeyInput()
411 void __EXPORT _SdrItemBrowserControl::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
413 sal_uInt16 nKeyCode=rKEvt.GetKeyCode().GetCode()+rKEvt.GetKeyCode().GetModifier(); in KeyInput()
421 } else if (rKEvt.GetKeyCode().GetModifier()==KEY_SHIFT+KEY_MOD1+KEY_MOD2) { // Strg in KeyInput()
436 if (!bAusgewertet) BrowseBox::KeyInput(rKEvt); in KeyInput()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1281 sal_Bool ScTabViewShell::TabKeyInput(const KeyEvent& rKEvt) in TabKeyInput() argument
1289 KeyCode aCode = rKEvt.GetKeyCode(); in TabKeyInput()
1310 pDoc->KeyInput( rKEvt ); // TimerDelays etc. in TabKeyInput()
1314 bUsed = pScMod->InputKeyEvent( rKEvt ); // Eingabe in TabKeyInput()
1316 … bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1353 bUsed = pScMod->InputKeyEvent( rKEvt ); // Eingabe in TabKeyInput()
1356 … bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1359 bUsed = pScMod->InputKeyEvent( rKEvt ); in TabKeyInput()
1378 … bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1387 bUsed = pScMod->InputKeyEvent( rKEvt, sal_True ); // Eingabe in TabKeyInput()
/trunk/main/basic/workben/
H A Dmgrtest.cxx523 void __EXPORT TestWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
525 char nCharCode = rKEvt.GetCharCode(); in KeyInput()
526 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
529 if ( ( nCode == KEY_RETURN ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
532 WorkWindow::KeyInput( rKEvt ); in KeyInput()
/trunk/main/chart2/source/controller/dialogs/
H A DRangeEdit.cxx50 void RangeEdit::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
52 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
61 Edit::KeyInput( rKEvt ); in KeyInput()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx418 void __EXPORT EditorWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
432 if ( !TextEngine::DoesKeyChangeText( rKEvt ) || ImpCanModify() ) in KeyInput()
434 if ( ( rKEvt.GetKeyCode().GetCode() == KEY_Y ) && rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
438 if ( ( rKEvt.GetKeyCode().GetCode() == KEY_TAB ) && !rKEvt.GetKeyCode().IsMod1() && in KeyInput()
439 !rKEvt.GetKeyCode().IsMod2() && !GetEditView()->IsReadOnly() ) in KeyInput()
445 if ( !rKEvt.GetKeyCode().IsShift() ) in KeyInput()
454 bDone = pEditView->KeyInput( rKEvt ); in KeyInput()
459 if ( !SfxViewShell::Current()->KeyInput( rKEvt ) ) in KeyInput()
460 Window::KeyInput( rKEvt ); in KeyInput()
471 if ( rKEvt.GetKeyCode().GetGroup() == KEYGROUP_CURSOR ) in KeyInput()
[all …]
/trunk/main/sw/source/ui/ribbar/
H A Ddselect.cxx59 sal_Bool DrawSelection::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
63 switch (rKEvt.GetKeyCode().GetCode()) in KeyInput()
78 bReturn = SwDrawBase::KeyInput(rKEvt); in KeyInput()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx164 sal_Bool DrawViewShell::KeyInput (const KeyEvent& rKEvt, ::sd::Window* pWin) in KeyInput() argument
168 if ( !IsInputLocked() || ( rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE ) ) in KeyInput()
171 if(KEY_RETURN == rKEvt.GetKeyCode().GetCode() in KeyInput()
172 && rKEvt.GetKeyCode().IsMod1() in KeyInput()
236 bRet = ViewShell::KeyInput(rKEvt, pWin); in KeyInput()
239 if(KEY_TAB == rKEvt.GetKeyCode().GetCode()) in KeyInput()

Completed in 168 milliseconds

12345678910>>...13