Lines Matching refs:rNEvt

948 long PatternField::PreNotify( NotifyEvent& rNEvt )  in PreNotify()  argument
950 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
952 …if ( ImplPatternProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), GetEditMask(), GetLiteralMask(), in PreNotify()
958 return SpinField::PreNotify( rNEvt ); in PreNotify()
963 long PatternField::Notify( NotifyEvent& rNEvt ) in Notify() argument
965 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
967 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
973 return SpinField::Notify( rNEvt ); in Notify()
1026 long PatternBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
1028 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1030 …if ( ImplPatternProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), GetEditMask(), GetLiteralMask(), in PreNotify()
1036 return ComboBox::PreNotify( rNEvt ); in PreNotify()
1041 long PatternBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
1043 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
1045 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
1051 return ComboBox::Notify( rNEvt ); in Notify()
2112 long DateField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
2114 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && IsStrictFormat() && in PreNotify()
2116 !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2118 …if ( ImplDateProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), GetExtDateFormat( sal_True ), Impl… in PreNotify()
2122 return SpinField::PreNotify( rNEvt ); in PreNotify()
2127 long DateField::Notify( NotifyEvent& rNEvt ) in Notify() argument
2129 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
2131 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
2162 return SpinField::Notify( rNEvt ); in Notify()
2257 long DateBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
2259 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && IsStrictFormat() && in PreNotify()
2261 !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2263 …if ( ImplDateProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), GetExtDateFormat( sal_True ), Impl… in PreNotify()
2267 return ComboBox::PreNotify( rNEvt ); in PreNotify()
2286 long DateBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
2288 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
2290 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
2305 return ComboBox::Notify( rNEvt ); in Notify()
3162 long TimeField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
3164 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
3166 …if ( ImplTimeProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsDuration(), Ge… in PreNotify()
3170 return SpinField::PreNotify( rNEvt ); in PreNotify()
3175 long TimeField::Notify( NotifyEvent& rNEvt ) in Notify() argument
3177 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
3179 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
3196 return SpinField::Notify( rNEvt ); in Notify()
3345 long TimeBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
3347 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
3349 …if ( ImplTimeProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsDuration(), Ge… in PreNotify()
3353 return ComboBox::PreNotify( rNEvt ); in PreNotify()
3358 long TimeBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
3360 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
3362 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
3368 return ComboBox::Notify( rNEvt ); in Notify()