Searched refs:SFX_HINT_DEINITIALIZING (Results 1 – 9 of 9) sorted by relevance
36 #define SFX_HINT_DEINITIALIZING 0x00000040 macro
164 ( (SfxSimpleHint&) rHint ).GetId() == SFX_HINT_DEINITIALIZING ) in Notify()
134 pApp->Broadcast( SfxSimpleHint( SFX_HINT_DEINITIALIZING ) ); in notifyTermination()
752 if(SFX_HINT_DEINITIALIZING == nHintId) in Notify()
240 ((SfxSimpleHint&)rHint).GetId() == SFX_HINT_DEINITIALIZING ) in Notify()
178 mpDoc->Broadcast( SfxSimpleHint(SFX_HINT_DEINITIALIZING) ); in notifyClosing()
934 if ( SFX_HINT_DEINITIALIZING == static_cast< const SfxSimpleHint& >( _rHint ).GetId() ) in Notify()
328 if ( nHintId == SFX_HINT_DEINITIALIZING ) in Notify()
1418 case SFX_HINT_DEINITIALIZING: in Notify()
Completed in 190 milliseconds