Home
last modified time | relevance | path

Searched refs:DataChangedEventListener (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/config/
H A Dcolorcfg.cxx107 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 Dextcolorcfg.cxx147 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 36 milliseconds