Home
last modified time | relevance | path

Searched refs:GenLink (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sfx2/inc/sfx2/
H A Dgenlink.hxx30 class GenLink class
36 GenLink(): pFunc(0) {} in GenLink() function in GenLink
37 GenLink( CFuncPtr pCFunc ): pFunc(pCFunc) {} in GenLink() function in GenLink
38 GenLink( const Link& rLink ): aLink(rLink), pFunc(0) {} in GenLink() function in GenLink
39 GenLink( const GenLink& rOrig ): in GenLink() function in GenLink
42 GenLink& operator = ( const GenLink& rOrig ) in operator =()
H A Dhintpost.hxx52 GenLink aLink;
66 SfxHintPoster( const GenLink& rLink );
69 void SetEventHdl( const GenLink& rLink );
H A Dapp.hxx51 class GenLink;
/AOO41X/main/sfx2/source/notify/
H A Dhintpost.cxx51 SfxHintPoster::SfxHintPoster( const GenLink& rLink ): in SfxHintPoster()
91 void SfxHintPoster::SetEventHdl( const GenLink& rLink ) in SetEventHdl()
/AOO41X/main/sfx2/source/control/
H A Ddispatch.cxx368 GenLink aGenLink( LINK(this, SfxDispatcher, PostMsgHandler) ); in Construct_Impl()