Home
last modified time | relevance | path

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

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java241 bound.unspecificListeners = (Vector) ((Vector) o).clone(); in prepareSet()
562 if (unspecificListeners != null) { in notifyListeners()
563 for (Iterator i = unspecificListeners.iterator(); i.hasNext();) in notifyListeners()
574 private Vector unspecificListeners = null; field in PropertySetMixin.BoundListeners
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx402 BoundListenerBag unspecificListeners; member in PropertySetMixinImpl::BoundListeners::Impl
421 m_impl->unspecificListeners.begin()); in notify()
422 i != m_impl->unspecificListeners.end(); ++i) in notify()
1069 boundListeners->m_impl->unspecificListeners = i->second; in prepareSet()

Completed in 28 milliseconds