Lines Matching refs:rNEvt

417 long ContentListBox_Impl::Notify( NotifyEvent& rNEvt )  in Notify()  argument
420 if ( rNEvt.GetType() == EVENT_KEYINPUT && in Notify()
421 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
427 return bHandled ? 1 : SvTreeListBox::Notify( rNEvt ); in Notify()
524 long IndexBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify() argument
527 if ( rNEvt.GetType() == EVENT_KEYINPUT && in Notify()
528 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
534 return bHandled ? 1 : ComboBox::Notify( rNEvt ); in Notify()
938 long SearchBox_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
942 rNEvt.GetWindow() == GetSubEdit() && in PreNotify()
943 rNEvt.GetType() == EVENT_KEYINPUT && in PreNotify()
944 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in PreNotify()
949 return bHandled ? 1 : ComboBox::PreNotify( rNEvt ); in PreNotify()
962 long SearchResultsBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify() argument
965 if ( rNEvt.GetType() == EVENT_KEYINPUT && in Notify()
966 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
972 return bHandled ? 1 : ListBox::Notify( rNEvt ); in Notify()
1344 long BookmarksBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify() argument
1347 sal_uInt16 nType = rNEvt.GetType(); in Notify()
1350 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify()
1364 const CommandEvent* pCEvt = rNEvt.GetCommandEvent(); in Notify()
1375 return nRet ? nRet : ListBox::Notify( rNEvt ); in Notify()
1830 long SfxHelpIndexWindow_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
1833 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
1834 if ( EVENT_KEYINPUT == nType && rNEvt.GetKeyEvent() ) in PreNotify()
1836 const KeyCode& rKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify()
1875 return nDone ? nDone : Window::PreNotify( rNEvt ); in PreNotify()
2055 long TextWin_Impl::Notify( NotifyEvent& rNEvt ) in Notify() argument
2057 …if( ( rNEvt.GetType() == EVENT_KEYINPUT ) && rNEvt.GetKeyEvent()->GetKeyCode().GetCode() == KEY_TA… in Notify()
2058 return GetParent()->Notify( rNEvt ); in Notify()
2060 return DockingWindow::Notify( rNEvt ); in Notify()
2569 long SfxHelpTextWindow_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
2572 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
2573 if ( EVENT_COMMAND == nType && rNEvt.GetCommandEvent() ) in PreNotify()
2575 const CommandEvent* pCmdEvt = rNEvt.GetCommandEvent(); in PreNotify()
2576 Window* pCmdWin = rNEvt.GetWindow(); in PreNotify()
2656 else if ( EVENT_KEYINPUT == nType && rNEvt.GetKeyEvent() ) in PreNotify()
2658 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify()
2680 return nDone ? nDone : Window::PreNotify( rNEvt ); in PreNotify()
3258 long SfxHelpWindow_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
3261 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify()
3264 const KeyCode& rKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify()
3279 return bHandled ? 1 : Window::PreNotify( rNEvt ); in PreNotify()