Searched refs:DataChangedEventListener (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svtools/source/config/ |
H A D | colorcfg.cxx | 107 DECL_LINK( DataChangedEventListener, VclWindowEvent* ); 216 ::Application::AddEventListener( LINK(this, ColorConfig_Impl, DataChangedEventListener) ); in ColorConfig_Impl() 225 ::Application::RemoveEventListener( LINK(this, ColorConfig_Impl, DataChangedEventListener) ); in ~ColorConfig_Impl() 371 IMPL_LINK( ColorConfig_Impl, DataChangedEventListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
|
H A D | extcolorcfg.cxx | 147 DECL_LINK( DataChangedEventListener, VclWindowEvent* ); 231 … ::Application::AddEventListener( LINK(this, ExtendedColorConfig_Impl, DataChangedEventListener) ); in ExtendedColorConfig_Impl() 240 …::Application::RemoveEventListener( LINK(this, ExtendedColorConfig_Impl, DataChangedEventListener)… in ~ExtendedColorConfig_Impl() 596 IMPL_LINK( ExtendedColorConfig_Impl, DataChangedEventListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
|
Completed in 32 milliseconds