Searched refs:SfxHintPoster (Results 1 – 4 of 4) sorted by relevance
37 void SfxHintPoster::RegisterEvent() in RegisterEvent()44 SfxHintPoster::SfxHintPoster() in SfxHintPoster() function in SfxHintPoster51 SfxHintPoster::SfxHintPoster( const GenLink& rLink ): in SfxHintPoster() function in SfxHintPoster59 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() argument80 IMPL_LINK_INLINE_END( SfxHintPoster, DoEvent_Impl, SfxHint *, pPostedHint ) in IMPL_LINK_INLINE_END() argument84 void SfxHintPoster::Event( SfxHint* pPostedHint ) in IMPL_LINK_INLINE_END()91 void SfxHintPoster::SetEventHdl( const GenLink& rLink ) in SetEventHdl()
35 class SfxHintPoster: public SvRefBase class61 virtual ~SfxHintPoster();65 SfxHintPoster();66 SfxHintPoster( const GenLink& rLink );74 SV_DECL_IMPL_REF(SfxHintPoster);
42 class SfxHintPoster;
370 pImp->xPoster = new SfxHintPoster(aGenLink); in Construct_Impl()