Searched refs:xChangeLstnr (Results 1 – 2 of 2) sorted by relevance
725 …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()
82 xChangeLstnr; member in utl::ConfigItem