Searched refs:SfxHintPoster (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sfx2/source/notify/ |
H A D | hintpost.cxx | 37 void SfxHintPoster::RegisterEvent() in RegisterEvent() 44 SfxHintPoster::SfxHintPoster() in SfxHintPoster() function in SfxHintPoster 51 SfxHintPoster::SfxHintPoster( const GenLink& rLink ): in SfxHintPoster() function in SfxHintPoster 59 SfxHintPoster::~SfxHintPoster() in ~SfxHintPoster() 65 void SfxHintPoster::Post( SfxHint* pHintToPost ) in Post() 67 GetpApp()->PostUserEvent( ( LINK(this, SfxHintPoster, DoEvent_Impl) ), pHintToPost ); in Post() 73 IMPL_LINK_INLINE_START( SfxHintPoster, DoEvent_Impl, SfxHint *, pPostedHint ) in IMPL_LINK_INLINE_START() argument 80 IMPL_LINK_INLINE_END( SfxHintPoster, DoEvent_Impl, SfxHint *, pPostedHint ) in IMPL_LINK_INLINE_END() argument 84 void SfxHintPoster::Event( SfxHint* pPostedHint ) in IMPL_LINK_INLINE_END() 91 void SfxHintPoster::SetEventHdl( const GenLink& rLink ) in SetEventHdl()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | hintpost.hxx | 35 class SfxHintPoster: public SvRefBase class 61 virtual ~SfxHintPoster(); 65 SfxHintPoster(); 66 SfxHintPoster( const GenLink& rLink ); 74 SV_DECL_IMPL_REF(SfxHintPoster);
|
H A D | dispatch.hxx | 42 class SfxHintPoster;
|
/aoo4110/main/oox/source/export/ |
H A D | ooxml-export-notes.txt | 225 …#33 0x00002b0fcb1a9773 in SfxHintPoster::Event (this=0x11488e0, pPostedHint=0x1484f20) at /home/ro… 226 …#34 0x00002b0fcb1a9984 in SfxHintPoster::DoEvent_Impl (this=0x11488e0, pPostedHint=0x1484f20) at /… 227 …#35 0x00002b0fcb1a974f in SfxHintPoster::LinkStubDoEvent_Impl (pThis=0x11488e0, pCaller=0x1484f20)…
|
/aoo4110/main/sfx2/source/control/ |
H A D | dispatch.cxx | 370 pImp->xPoster = new SfxHintPoster(aGenLink); in Construct_Impl()
|
Completed in 31 milliseconds