Searched refs:_rHint (Results 1 – 3 of 3) sorted by relevance
208 virtual void Notify( SfxBroadcaster& _rBC, const SfxHint& _rHint );595 void ImplRepository::Notify( SfxBroadcaster& _rBC, const SfxHint& _rHint ) in Notify() argument597 const SfxSimpleHint* pSimpleHint = dynamic_cast< const SfxSimpleHint* >( &_rHint ); in Notify()
928 void SwXAutoTextEntry::Notify( SfxBroadcaster& _rBC, const SfxHint& _rHint ) in Notify() argument932 if ( _rHint.ISA( SfxSimpleHint ) ) in Notify()934 if ( SFX_HINT_DEINITIALIZING == static_cast< const SfxSimpleHint& >( _rHint ).GetId() ) in Notify()944 else if(_rHint.ISA(SfxEventHint)) in Notify()946 … if(SFX_EVENT_PREPARECLOSEDOC == static_cast< const SfxEventHint& >( _rHint ).GetEventId()) in Notify()
2587 void OReportController::Notify(SfxBroadcaster & /* _rBc */, SfxHint const & _rHint) in Notify() argument2589 if (_rHint.ISA(DlgEdHint) in Notify()2590 && (static_cast< DlgEdHint const & >(_rHint).GetKind() in Notify()
Completed in 58 milliseconds