Lines Matching refs:rNEvt

172 long SvxLineBox::PreNotify( NotifyEvent& rNEvt )  in PreNotify()  argument
174 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
187 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify()
196 return LineLB::PreNotify( rNEvt ); in PreNotify()
201 long SvxLineBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
203 long nHandled = LineLB::Notify( rNEvt ); in Notify()
205 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
207 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
378 long SvxColorBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
380 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
393 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify()
403 return ColorLB::PreNotify( rNEvt ); in PreNotify()
408 long SvxColorBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
410 long nHandled = ColorLB::Notify( rNEvt ); in Notify()
412 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
414 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
583 long SvxMetricField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
585 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
590 return MetricField::PreNotify( rNEvt ); in PreNotify()
595 long SvxMetricField::Notify( NotifyEvent& rNEvt ) in Notify() argument
597 long nHandled = MetricField::Notify( rNEvt ); in Notify()
599 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
601 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
672 long SvxFillTypeBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
674 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
688 return FillTypeLB::PreNotify( rNEvt ); in PreNotify()
693 long SvxFillTypeBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
695 long nHandled = FillTypeLB::Notify( rNEvt ); in Notify()
697 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
699 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
760 long SvxFillAttrBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
762 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
767 return FillAttrLB::PreNotify( rNEvt ); in PreNotify()
772 long SvxFillAttrBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
774 long nHandled = FillAttrLB::Notify( rNEvt ); in Notify()
776 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
778 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()