Home
last modified time | relevance | path

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

/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java237 bound.specificListeners = (Vector) ((Vector) o).clone(); in prepareSet()
554 if (specificListeners != null) { in notifyListeners()
555 for (Iterator i = specificListeners.iterator(); i.hasNext();) { in notifyListeners()
573 private Vector specificListeners = null; field in PropertySetMixin.BoundListeners
/aoo4110/main/cppuhelper/source/
H A Dpropertysetmixin.cxx401 BoundListenerBag specificListeners; member in PropertySetMixinImpl::BoundListeners::Impl
413 for (BoundListenerBag::const_iterator i(m_impl->specificListeners.begin()); in notify()
414 i != m_impl->specificListeners.end(); ++i) in notify()
1065 boundListeners->m_impl->specificListeners = i->second; in prepareSet()

Completed in 25 milliseconds