Searched refs:AppEventListenerHdl (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/desktop/source/splash/ |
H A D | splash.cxx | 89 LINK( this, SplashScreen, AppEventListenerHdl ) ); in ~SplashScreen() 243 LINK( this, SplashScreen, AppEventListenerHdl ) ); in initialize() 260 IMPL_LINK( SplashScreen, AppEventListenerHdl, VclWindowEvent *, inEvent ) in IMPL_LINK() argument
|
H A D | splash.hxx | 67 DECL_LINK( AppEventListenerHdl, VclWindowEvent * );
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | OutlineView.hxx | 223 DECL_LINK( AppEventListenerHdl, void * );
|
/aoo4110/main/sd/source/ui/view/ |
H A D | outlview.cxx | 270 Application::AddEventListener(LINK(this, OutlineView, AppEventListenerHdl)); in ConnectToApplication() 278 Application::RemoveEventListener(LINK(this, OutlineView, AppEventListenerHdl)); in DisconnectFromApplication() 1717 IMPL_LINK( OutlineView, AppEventListenerHdl, void *, EMPTYARG ) in IMPL_LINK() argument
|
Completed in 33 milliseconds