Home
last modified time | relevance | path

Searched refs:rKEvt (Results 1 – 25 of 314) sorted by last modified time

12345678910>>...13

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx2031 bool SlideshowImpl::keyInput(const KeyEvent& rKEvt) in keyInput() argument
2040 const int nKeyCode = rKEvt.GetKeyCode().GetCode(); in keyInput()
2067 if(rKEvt.GetKeyCode().IsMod2()) in keyInput()
2109 maCharBuffer.Append( rKEvt.GetCharCode() ); in keyInput()
2113 if(rKEvt.GetKeyCode().IsMod2()) in keyInput()
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/inc/
H A Dfupoor.hxx78 virtual sal_Bool KeyInput(const KeyEvent& rKEvt);
/trunk/main/sc/source/ui/inc/
H A Dfieldwnd.hxx163 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1030 void TabControl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1033 mpTabCtrlData->mpListBox->KeyInput( rKEvt ); in KeyInput()
1036 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
1046 Control::KeyInput( rKEvt ); in KeyInput()
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/source/window/
H A Dtoolbox.cxx5710 void ToolBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
5712 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
5807 DockingWindow::KeyInput( rKEvt ); in KeyInput()
5856 Application::GetFocusWindow()->KeyInput( rKEvt ); in KeyInput()
5892 DockingWindow::KeyInput( rKEvt ); in KeyInput()
H A Dwindow.cxx4880 void Window::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
4886 NotifyEvent aNEvt( EVENT_KEYINPUT, this, &rKEvt ); in KeyInput()
4893 void Window::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
4899 NotifyEvent aNEvt( EVENT_KEYUP, this, &rKEvt ); in KeyUp()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx663 virtual void KeyInput( const KeyEvent& rKEvt );
689 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
717 SvTreeListBox::KeyInput(rKEvt); in KeyInput()
1816 virtual void KeyInput( const KeyEvent& rKEvt );
1852 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
1874 Edit::KeyInput(rKEvt); in KeyInput()
1907 virtual void KeyInput( const KeyEvent& rKEvt );
1988 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
2015 PushButton::KeyInput(rKEvt); in KeyInput()
2668 const KeyEvent& rKEvt = *rNEvt.GetKeyEvent(); in Notify() local
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1260 sal_Bool SdrObjEditView::KeyInput(const KeyEvent& rKEvt, Window* pWin) in KeyInput() argument
1265 … if(rKEvt.GetKeyCode().GetCode() == KEY_RETURN && pTextEditOutliner->GetParagraphCount() == 1) in KeyInput()
1276 if (pTextEditOutlinerView->PostKeyEvent(rKEvt)) in KeyInput()
1292 return SdrGlueEditView::KeyInput(rKEvt,pWin); in KeyInput()
H A Dsvdview.cxx196 sal_Bool SdrView::KeyInput(const KeyEvent& rKEvt, Window* pWin) in KeyInput() argument
199 sal_Bool bRet=SdrCreateView::KeyInput(rKEvt,pWin); in KeyInput()
202 switch (rKEvt.GetKeyCode().GetFullFunction()) { in KeyInput()
211 switch (rKEvt.GetKeyCode().GetFullCode()) { in KeyInput()
233 rKEvt.GetKeyCode().GetModifier())); in KeyInput()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx1630 void FocusForwardingWindow::KeyInput (const KeyEvent& rKEvt) in KeyInput() argument
1642 pWindow->KeyInput(rKEvt); in KeyInput()
H A Doutlnvsh.cxx1532 sal_Bool OutlineViewShell::KeyInput(const KeyEvent& rKEvt, ::sd::Window* pWin) in KeyInput() argument
1539 bReturn = GetCurrentFunction()->KeyInput(rKEvt); in KeyInput()
1545 bReturn = ViewShell::KeyInput(rKEvt, pWin); in KeyInput()
1557 KeyCode aKeyGroup( rKEvt.GetKeyCode().GetGroup() ); in KeyInput()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx2241 sal_Bool SvImpLBox::KeyInput( const KeyEvent& rKEvt) in KeyInput() argument
2244 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
/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/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx56 SVX_DLLPRIVATE virtual bool onKeyInput(const KeyEvent& rKEvt, Window* pWin);
144 SVX_DLLPRIVATE sal_uInt16 getKeyboardAction( const KeyEvent& rKEvt, Window* pWindow );
/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/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/starmath/source/
H A Dedit.cxx406 void SmEditWindow::KeyInput(const KeyEvent& rKEvt) in IMPL_LINK_INLINE_END()
408 if (rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE) in IMPL_LINK_INLINE_END()
418 Window::KeyInput( rKEvt ); in IMPL_LINK_INLINE_END()
429 if ( !pEditView->PostKeyEvent(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/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/sc/source/ui/app/
H A Dinputhdl.cxx2982 sal_Bool ScInputHandler::KeyInput( const KeyEvent& rKEvt, sal_Bool bStartEdit /* = sal_False */ ) in KeyInput() argument
2990 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
2996 sal_Unicode nChar = rKEvt.GetCharCode(); in KeyInput()
3097 sal_Bool bCursorKey = EditEngine::DoesKeyMoveCursor(rKEvt); in KeyInput()
3099 if ( !bUsed && !bSkip && ( bDoEnter || EditEngine::DoesKeyChangeText(rKEvt) || in KeyInput()
3171 if ( pTableView->PostKeyEvent( rKEvt ) ) in KeyInput()
3174 if ( pTopView->PostKeyEvent( rKEvt ) ) in KeyInput()
3185 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); in KeyInput()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx312 void TextViewOutWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
314 if(!TextEngine::DoesKeyChangeText( rKEvt )) in KeyInput()
315 pTextView->KeyInput( rKEvt ); in KeyInput()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx103 sal_Bool OutlinerView::PostKeyEvent( const KeyEvent& rKEvt ) in PostKeyEvent() argument
116 KeyCode aKeyCode = rKEvt.GetKeyCode(); in PostKeyEvent()
121 if( bSelection && ( nCode != KEY_TAB ) && EditEngine::DoesKeyChangeText( rKEvt ) ) in PostKeyEvent()
268 return bKeyProcessed ? sal_True : pEditView->PostKeyEvent( rKEvt ); in PostKeyEvent()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx263 sal_Bool PostKeyEvent( const KeyEvent& rKEvt );
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3115 void __EXPORT ScGridWindow::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
3120 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
3125 else if( pViewData->GetViewShell()->MoveCursorKeyInput( rKEvt ) ) in KeyInput()
3146 if (DrawKeyInput(rKEvt)) in KeyInput()
3148 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
3164 if (pViewSh->TabKeyInput(rKEvt)) in KeyInput()
3168 if (pViewSh->SfxViewShell::KeyInput(rKEvt)) // von SfxViewShell in KeyInput()
3171 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
3193 Window::KeyInput(rKEvt); in KeyInput()

Completed in 297 milliseconds

12345678910>>...13