Searched refs:SfxViewEventHint (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | event.hxx | 71 class SFX2_DLLPUBLIC SfxViewEventHint : public SfxEventHint class 78 …SfxViewEventHint( sal_uInt16 nId, const ::rtl::OUString& aName, SfxObjectShell *pObj, const css::u… in SfxViewEventHint() function in SfxViewEventHint 83 …SfxViewEventHint( sal_uInt16 nId, const ::rtl::OUString& aName, SfxObjectShell *pObj, const css::u… in SfxViewEventHint() function in SfxViewEventHint 124 class SfxPrintingHint : public SfxViewEventHint 136 : SfxViewEventHint( in SfxPrintingHint() 146 …: SfxViewEventHint( SFX_EVENT_PRINTDOC, rtl::OUString(), 0, css::uno::Reference< css::frame::XCont… in SfxPrintingHint()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | app.cxx | 479 …NotifyEvent( SfxViewEventHint( SFX_EVENT_DEACTIVATEDOC, GlobalEventConfig::GetEventName(STR_EVENT_… in SetViewFrame_Impl() 503 …NotifyEvent(SfxViewEventHint(SFX_EVENT_ACTIVATEDOC, GlobalEventConfig::GetEventName(STR_EVENT_ACTI… in SetViewFrame_Impl()
|
/aoo41x/main/sfx2/source/config/ |
H A D | evntconf.cxx | 58 TYPEINIT1(SfxViewEventHint, SfxEventHint);
|
/aoo41x/main/sfx2/source/view/ |
H A D | sfxbasecontroller.cxx | 638 …SfxViewEventHint aHint( SFX_EVENT_VIEWCREATED, GlobalEventConfig::GetEventName( STR_EVENT_VIEWCREA… in attachFrame() 1068 …SFX_APP()->NotifyEvent( SfxViewEventHint(SFX_EVENT_CLOSEVIEW, GlobalEventConfig::GetEventName( STR… in dispose()
|
H A D | frame.cxx | 233 …SFX_APP()->NotifyEvent( SfxViewEventHint(SFX_EVENT_PREPARECLOSEVIEW, GlobalEventConfig::GetEventNa… in PrepareClose_Impl()
|
H A D | viewprn.cxx | 63 TYPEINIT1(SfxPrintingHint, SfxViewEventHint);
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 1166 …pSfxApp->NotifyEvent(SfxViewEventHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_OPENDOC), th… in PostActivateEvent_Impl() 1168 …pSfxApp->NotifyEvent(SfxViewEventHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_CREATEDOC), … in PostActivateEvent_Impl()
|
H A D | sfxbasemodel.cxx | 2640 SfxViewEventHint* pViewHint = PTR_CAST( SfxViewEventHint, &rHint ); in Notify()
|
Completed in 63 milliseconds