Home
last modified time | relevance | path

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

/AOO41X/main/cppuhelper/source/ !
H A Dpropertysetmixin.cxx406 PropertySetMixinImpl::BoundListeners::BoundListeners(): m_impl(new Impl) {} in BoundListeners()
409 delete m_impl; in ~BoundListeners()
413 for (BoundListenerBag::const_iterator i(m_impl->specificListeners.begin()); in notify()
414 i != m_impl->specificListeners.end(); ++i) in notify()
417 (*i)->propertyChange(m_impl->event); in notify()
421 m_impl->unspecificListeners.begin()); in notify()
422 i != m_impl->unspecificListeners.end(); ++i) in notify()
425 (*i)->propertyChange(m_impl->event); in notify()
1013 m_impl = new Impl(context, implements, absentOptional, type); in PropertySetMixinImpl()
1014 m_impl->acquire(); in PropertySetMixinImpl()
[all …]
/AOO41X/main/cppuhelper/inc/cppuhelper/ !
H A Dpropertysetmixin.hxx164 Impl * m_impl; member in cppu::PropertySetMixinImpl::BoundListeners
393 Impl * m_impl; member in cppu::PropertySetMixinImpl