Home
last modified time | relevance | path

Searched refs:DoEvent_Impl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/helper/
H A Devntpost.cxx50 m_nId = GetpApp()->PostUserEvent( ( LINK( this, EventPoster, DoEvent_Impl ) ), pEvent ); in Post()
53 IMPL_LINK_INLINE_START( EventPoster, DoEvent_Impl, UserEvent*, pEvent ) in IMPL_LINK_INLINE_START() argument
59 IMPL_LINK_INLINE_END( EventPoster, DoEvent_Impl, UserEvent*, pEvent )
/trunk/main/sfx2/source/notify/
H A Dhintpost.cxx67 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
/trunk/main/vcl/inc/vcl/
H A Devntpost.hxx45 DECL_DLLPRIVATE_LINK( DoEvent_Impl, UserEvent* );
/trunk/main/sfx2/inc/sfx2/
H A Dhintpost.hxx57 DECL_LINK( DoEvent_Impl, SfxHint * );