Lines Matching refs:rEvt
382 long SfxModelessDialog::Notify( NotifyEvent& rEvt ) in Notify() argument
391 if ( rEvt.GetType() == EVENT_GETFOCUS ) in Notify()
395 Window* pWindow = rEvt.GetWindow(); in Notify()
406 else if ( rEvt.GetType() == EVENT_LOSEFOCUS && !HasChildPathFocus() ) in Notify()
411 else if( rEvt.GetType() == EVENT_KEYINPUT ) in Notify()
414 if ( !ModelessDialog::Notify( rEvt ) && SfxViewShell::Current() ) in Notify()
416 return SfxViewShell::Current()->GlobalKeyInput_Impl( *rEvt.GetKeyEvent() ); in Notify()
420 return ModelessDialog::Notify( rEvt ); in Notify()
484 long SfxFloatingWindow::Notify( NotifyEvent& rEvt ) in Notify() argument
493 if ( rEvt.GetType() == EVENT_GETFOCUS ) in Notify()
497 Window* pWindow = rEvt.GetWindow(); in Notify()
508 else if ( rEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
516 else if( rEvt.GetType() == EVENT_KEYINPUT ) in Notify()
519 if ( !FloatingWindow::Notify( rEvt ) && SfxViewShell::Current() ) in Notify()
521 return SfxViewShell::Current()->GlobalKeyInput_Impl( *rEvt.GetKeyEvent() ); in Notify()
525 return FloatingWindow::Notify( rEvt ); in Notify()