Home
last modified time | relevance | path

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

/AOO42X/main/unotools/source/config/
H A Dconfigitem.cxx725 …OSL_ENSURE( xChangeLstnr.is(), "ConfigItem::DisableNotification: notifications not enabled current… in DisableNotification()
742 OSL_ENSURE(!xChangeLstnr.is(), "EnableNotification already called"); in EnableNotification()
743 if(xChangeLstnr.is()) in EnableNotification()
744 xChgNot->removeChangesListener( xChangeLstnr ); in EnableNotification()
749 xChangeLstnr = new ConfigChangeListener_Impl(*this, rNames); in EnableNotification()
750 xChgNot->addChangesListener( xChangeLstnr ); in EnableNotification()
764 if(xChgNot.is() && xChangeLstnr.is()) in RemoveChangesListener()
768 xChgNot->removeChangesListener( xChangeLstnr ); in RemoveChangesListener()
769 xChangeLstnr = 0; in RemoveChangesListener()
/AOO42X/main/unotools/inc/unotools/
H A Dconfigitem.hxx82 xChangeLstnr; member in utl::ConfigItem