Lines Matching refs:rNEvt
144 virtual long PreNotify( NotifyEvent& rNEvt );
145 virtual long Notify( NotifyEvent& rNEvt );
214 virtual long PreNotify( NotifyEvent& rNEvt );
215 virtual long Notify( NotifyEvent& rNEvt );
460 long SvxStyleBox_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
462 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
472 return ComboBox::PreNotify( rNEvt ); in PreNotify()
477 long SvxStyleBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify() argument
481 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
483 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify()
505 return nHandled ? nHandled : ComboBox::Notify( rNEvt ); in Notify()
671 long SvxFontNameBox_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
673 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
680 return FontNameBox::PreNotify( rNEvt ); in PreNotify()
685 long SvxFontNameBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify() argument
689 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
691 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify()
712 else if ( EVENT_LOSEFOCUS == rNEvt.GetType() ) in Notify()
719 return nHandled ? nHandled : FontNameBox::Notify( rNEvt ); in Notify()