Home
last modified time | relevance | path

Searched refs:KeyInput (Results 26 – 50 of 404) sorted by relevance

12345678910>>...17

/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx166 virtual void KeyInput( const KeyEvent& rKEvt );
353 virtual void KeyInput( const KeyEvent& rKEvt );
456 virtual void KeyInput( const KeyEvent& rKEvt );
556 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/vcl/workben/
H A Dsvpclient.cxx134 void KeyInput( const KeyEvent& rKEvt );
318 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in MyWin
320 WorkWindow::KeyInput( rKEvt ); in KeyInput()
H A Dsvptest.cxx80 void KeyInput( const KeyEvent& rKEvt );
147 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in MyWin
149 WorkWindow::KeyInput( rKEvt ); in KeyInput()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx173 void SidebarTxtControl::KeyInput( const KeyEvent& rKeyEvt ) in KeyInput() function in sw::sidebarwindows::SidebarTxtControl
226 if (!mrDocView.KeyInput(rKeyEvt)) in KeyInput()
227 Window::KeyInput(rKeyEvt); in KeyInput()
/trunk/main/vcl/test/
H A Ddndtest.cxx76 void KeyInput( const KeyEvent& rKEvt );
263 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in MyWin
265 WorkWindow::KeyInput( rKEvt ); in KeyInput()
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx586 void __EXPORT ScEditWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in ScEditWindow
593 Control::KeyInput( rKEvt ); in KeyInput()
597 Control::KeyInput( rKEvt ); in KeyInput()
/trunk/main/chart2/source/controller/dialogs/
H A DRangeEdit.cxx50 void RangeEdit::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in chart::RangeEdit
61 Edit::KeyInput( rKEvt ); in KeyInput()
/trunk/main/sfx2/source/dialog/
H A Ddinfedt.cxx38 void InfoEdit_Impl::KeyInput( const KeyEvent& rKEvent ) in KeyInput() function in InfoEdit_Impl
41 Edit::KeyInput( rKEvent ); in KeyInput()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx452 void GalleryToolBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in GalleryToolBox
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() function in GalleryBrowser2
733 bRet = pParentBrowser->KeyInput( rKEvt, pWindow ); in KeyInput()
738 bRet = pParentControl->KeyInput(rKEvt, pWindow); in KeyInput()
/trunk/main/svx/inc/svx/
H A Dgalbrws.hxx64 using Window::KeyInput;
92 sal_Bool KeyInput( const KeyEvent& rKEvt, Window* pWindow );
/trunk/main/sw/source/ui/ribbar/
H A Ddselect.cxx59 sal_Bool DrawSelection::KeyInput(const KeyEvent& rKEvt) in KeyInput() function in DrawSelection
78 bReturn = SwDrawBase::KeyInput(rKEvt); in KeyInput()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx456 void EditBrowseBox::KeyInput( const KeyEvent& rEvt ) in KeyInput() function in svt::EditBrowseBox
470 BrowseBox::KeyInput(rEvt); in KeyInput()
480 Control::KeyInput(rEvt); in KeyInput()
490 Control::KeyInput(rEvt); in KeyInput()
494 BrowseBox::KeyInput(rEvt); in KeyInput()
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx317 void SpinButton::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in SpinButton
348 Control::KeyInput( rKEvt ); in KeyInput()
353 Control::KeyInput( rKEvt ); in KeyInput()
/trunk/main/sw/source/ui/inc/
H A Dactctrl.hxx58 virtual void KeyInput( const KeyEvent& );
88 virtual void KeyInput( const KeyEvent& );
/trunk/main/cui/source/options/
H A Dradiobtnbox.cxx69 void SvxRadioButtonListBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in svx::SvxRadioButtonListBox
82 SvxSimpleTable::KeyInput( rKEvt ); in KeyInput()
/trunk/main/framework/inc/uielement/
H A Dcomboboxtoolbarcontroller.hxx51 virtual void KeyInput( const KeyEvent& rKEvt ) = 0;
77 virtual void KeyInput( const KeyEvent& rKEvt );
H A Dedittoolbarcontroller.hxx49 virtual void KeyInput( const KeyEvent& rKEvt ) = 0;
73 virtual void KeyInput( const KeyEvent& rKEvt );
H A Dspinfieldtoolbarcontroller.hxx52 virtual void KeyInput( const KeyEvent& rKEvt ) = 0;
82 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/formula/inc/formula/
H A Dfuncutl.hxx48 virtual void KeyInput( const KeyEvent& rKEvt );
85 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/svtools/inc/svtools/
H A Dfixedhyper.hxx100 virtual void KeyInput( const KeyEvent& rKEvt );
195 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/forms/source/richtext/
H A Drichtextviewport.cxx74 void RichTextViewPort::KeyInput( const KeyEvent& _rKEvt ) in KeyInput() function in frm::RichTextViewPort
77 Control::KeyInput( _rKEvt ); in KeyInput()
/trunk/main/starmath/source/
H A Dedit.cxx406 void SmEditWindow::KeyInput(const KeyEvent& rKEvt) in IMPL_LINK_INLINE_END()
418 Window::KeyInput( rKEvt ); in IMPL_LINK_INLINE_END()
432 if ( pView && !pView->KeyInput(rKEvt) ) in IMPL_LINK_INLINE_END()
438 Window::KeyInput(rKEvt); in IMPL_LINK_INLINE_END()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.hxx72 virtual void KeyInput( const KeyEvent& rKEvt );
114 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/sd/source/ui/inc/taskpane/
H A DToolPanelViewShell.hxx85 virtual void KeyInput (const KeyEvent& rEvent);
86 using sd::ViewShell::KeyInput;
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx63 virtual void KeyInput (const KeyEvent& rEvent);
636 void ContentWindow::KeyInput (const KeyEvent& rEvent) in KeyInput() function in sd::slidesorter::__anonc1c11ab80211::ContentWindow
639 mpCurrentFunction->KeyInput(rEvent); in KeyInput()

Completed in 106 milliseconds

12345678910>>...17