Lines Matching refs:PreNotify
863 long NumericField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in NumericField
871 return SpinField::PreNotify( rNEvt ); in PreNotify()
982 long NumericBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in NumericBox
990 return ComboBox::PreNotify( rNEvt ); in PreNotify()
1827 long MetricField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in MetricField
1835 return SpinField::PreNotify( rNEvt ); in PreNotify()
1953 long MetricBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in MetricBox
1961 return ComboBox::PreNotify( rNEvt ); in PreNotify()
2294 long CurrencyField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in CurrencyField
2302 return SpinField::PreNotify( rNEvt ); in PreNotify()
2413 long CurrencyBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in CurrencyBox
2421 return ComboBox::PreNotify( rNEvt ); in PreNotify()