Searched refs:EventListenerHdl (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 443 Application::AddEventListener( LINK( this, SdModule, EventListenerHdl ) ); in GetState() 450 IMPL_LINK( SdModule, EventListenerHdl, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
|
H A D | sdmod.cxx | 135 Application::RemoveEventListener( LINK( this, SdModule, EventListenerHdl ) ); in ~SdModule()
|
/aoo42x/main/sd/inc/ |
H A D | sdmod.hxx | 200 DECL_LINK( EventListenerHdl, VclSimpleEvent* );
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 608 Application::AddEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in SlideshowImpl() 629 Application::RemoveEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in ~SlideshowImpl() 2163 IMPL_LINK( SlideshowImpl, EventListenerHdl, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
|
H A D | slideshowimpl.hxx | 306 DECL_LINK( EventListenerHdl, VclSimpleEvent* );
|
Completed in 35 milliseconds