Lines Matching refs:Impl

399 class PropertySetMixinImpl::BoundListeners::Impl {  class in PropertySetMixinImpl::BoundListeners
406 PropertySetMixinImpl::BoundListeners::BoundListeners(): m_impl(new Impl) {} in BoundListeners()
430 class PropertySetMixinImpl::Impl: public Data { class in PropertySetMixinImpl
432 Impl(
485 PropertySetMixinImpl::Impl::Impl( in Impl() function in PropertySetMixinImpl::Impl
529 rtl::OUString PropertySetMixinImpl::Impl::translateHandle( in translateHandle()
542 void PropertySetMixinImpl::Impl::setProperty( in setProperty()
640 css::uno::Any PropertySetMixinImpl::Impl::getProperty( in getProperty()
830 PropertySetMixinImpl::Impl::getReflection(rtl::OUString const & typeName) const in getReflection()
860 css::uno::Any PropertySetMixinImpl::Impl::wrapValue( in wrapValue()
1013 m_impl = new Impl(context, implements, absentOptional, type); in PropertySetMixinImpl()
1032 Impl::PropertyMap::const_iterator it(m_impl->properties.find(propertyName)); in prepareSet()
1034 Impl::VetoListenerBag specificVeto; in prepareSet()
1035 Impl::VetoListenerBag unspecificVeto; in prepareSet()
1047 Impl::VetoListenerMap::const_iterator i( in prepareSet()
1062 Impl::BoundListenerMap::const_iterator i( in prepareSet()
1080 for (Impl::VetoListenerBag::iterator i(specificVeto.begin()); in prepareSet()
1087 for (Impl::VetoListenerBag::iterator i(unspecificVeto.begin()); in prepareSet()
1106 Impl::BoundListenerMap boundListeners; in dispose()
1107 Impl::VetoListenerMap vetoListeners; in dispose()
1116 for (Impl::BoundListenerMap::iterator i(boundListeners.begin()); in dispose()
1125 for (Impl::VetoListenerMap::iterator i(vetoListeners.begin()); in dispose()
1128 for (Impl::VetoListenerBag::iterator j(i->second.begin()); in dispose()
1249 Impl::BoundListenerMap::iterator i( in removePropertyChangeListener()
1306 Impl::VetoListenerMap::iterator i( in removeVetoableChangeListener()
1309 Impl::VetoListenerBag::iterator j(i->second.find(listener)); in removeVetoableChangeListener()