Searched refs:xChgNot (Results 1 – 2 of 2) sorted by relevance
738 Reference<XChangesNotifier> xChgNot(xHierarchyAccess, UNO_QUERY); in EnableNotification() local739 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() local764 if(xChgNot.is() && xChangeLstnr.is()) in RemoveChangesListener()768 xChgNot->removeChangesListener( xChangeLstnr ); in RemoveChangesListener()
172 uno::Reference< util::XChangesNotifier > xChgNot( rSource.Source, UNO_QUERY_THROW); in disposing() local173 xChgNot->removeChangesListener(this); in disposing()196 uno::Reference< util::XChangesNotifier > xChgNot( m_xCfg, UNO_QUERY); in SvtUserOptions_Impl() local199 xChgNot->addChangesListener( m_xChangeListener ); in SvtUserOptions_Impl()
Completed in 19 milliseconds