Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/config/
H A Dconfigitem.cxx738 Reference<XChangesNotifier> xChgNot(xHierarchyAccess, UNO_QUERY); in EnableNotification() local
739 if(!xChgNot.is()) in EnableNotification()
744 xChgNot->removeChangesListener( xChangeLstnr ); in EnableNotification()
750 xChgNot->addChangesListener( xChangeLstnr ); in EnableNotification()
763 Reference<XChangesNotifier> xChgNot(m_xHierarchyAccess, UNO_QUERY); in RemoveChangesListener() local
764 if(xChgNot.is() && xChangeLstnr.is()) in RemoveChangesListener()
768 xChgNot->removeChangesListener( xChangeLstnr ); in RemoveChangesListener()
H A Duseroptions.cxx172 uno::Reference< util::XChangesNotifier > xChgNot( rSource.Source, UNO_QUERY_THROW); in disposing() local
173 xChgNot->removeChangesListener(this); in disposing()
196 uno::Reference< util::XChangesNotifier > xChgNot( m_xCfg, UNO_QUERY); in SvtUserOptions_Impl() local
199 xChgNot->addChangesListener( m_xChangeListener ); in SvtUserOptions_Impl()

Completed in 34 milliseconds