Searched refs:rKeyEvt (Results 1 – 15 of 15) sorted by relevance
173 void SidebarTxtControl::KeyInput( const KeyEvent& rKeyEvt ) in KeyInput() argument175 const KeyCode& rKeyCode = rKeyEvt.GetKeyCode(); in KeyInput()210 … !mrSidebarWin.GetOutlinerView()->GetOutliner()->GetEditEngine().DoesKeyChangeText(rKeyEvt)) ) in KeyInput()212 bDone = GetTextView() && GetTextView()->PostKeyEvent( rKeyEvt ); in KeyInput()226 if (!mrDocView.KeyInput(rKeyEvt)) in KeyInput()227 Window::KeyInput(rKeyEvt); in KeyInput()
192 void AnnotationMenuButton::KeyInput( const KeyEvent& rKeyEvt ) in KeyInput() argument194 const KeyCode& rKeyCode = rKeyEvt.GetKeyCode(); in KeyInput()203 MenuButton::KeyInput( rKeyEvt ); in KeyInput()
47 virtual void KeyInput( const KeyEvent& rKeyEvt );
49 virtual void KeyInput( const KeyEvent& rKeyEvt );
156 void AnnotationTextWindow::KeyInput( const KeyEvent& rKeyEvt ) in KeyInput() argument158 const KeyCode& rKeyCode = rKeyEvt.GetKeyCode(); in KeyInput()181 …ed || (bIsProtected && !mpAnnotationWindow->Engine()->GetEditEngine().DoesKeyChangeText(rKeyEvt)) ) in KeyInput()183 bDone = mpOutlinerView->PostKeyEvent( rKeyEvt ); in KeyInput()191 Control::KeyInput(rKeyEvt); in KeyInput()
66 virtual void KeyInput( const KeyEvent& rKeyEvt );
1401 const KeyEvent& rKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify() local1402 bChange = TextEngine::DoesKeyChangeText( rKeyEvt ); in PreNotify()1404 rKeyEvt.GetKeyCode().GetCode() != KEY_TAB) in PreNotify()1504 const KeyCode& rKeyCode = rKeyEvt.GetKeyCode(); in PreNotify()1567 pTextView->GetWindow()->KeyInput(rKeyEvt); in PreNotify()
43 virtual void KeyInput( const KeyEvent& rKeyEvt );
54 virtual void KeyInput( const KeyEvent& rKeyEvt );
58 virtual void KeyInput( const KeyEvent& rKeyEvt );
280 void SvxRectCtl::KeyInput( const KeyEvent& rKeyEvt ) in KeyInput() argument288 switch( rKeyEvt.GetKeyCode().GetCode() ) in KeyInput()351 Control::KeyInput( rKeyEvt ); in KeyInput()
144 virtual void KeyInput( const KeyEvent& rKeyEvt );
123 virtual void KeyInput( const KeyEvent& rKeyEvt );
94 virtual void KeyInput( const KeyEvent& rKeyEvt );
268 virtual void KeyInput( const KeyEvent& rKeyEvt );376 virtual void KeyInput( const KeyEvent& rKeyEvt );
Completed in 84 milliseconds