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()
597 long SvxMetricField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
599 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
604 return MetricField::PreNotify( rNEvt ); in PreNotify()
609 long SvxMetricField::Notify( NotifyEvent& rNEvt ) in Notify() argument
611 long nHandled = MetricField::Notify( rNEvt ); in Notify()
613 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
615 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
686 long SvxFillTypeBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
688 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
702 return FillTypeLB::PreNotify( rNEvt ); in PreNotify()
707 long SvxFillTypeBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
709 long nHandled = FillTypeLB::Notify( rNEvt ); in Notify()
711 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
713 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
774 long SvxFillAttrBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
776 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
781 return FillAttrLB::PreNotify( rNEvt ); in PreNotify()
786 long SvxFillAttrBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
788 long nHandled = FillAttrLB::Notify( rNEvt ); in Notify()
790 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
792 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()