Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx90 using cppu::PropertySetMixinImpl;
399 class PropertySetMixinImpl::BoundListeners::Impl {
406 PropertySetMixinImpl::BoundListeners::BoundListeners(): m_impl(new Impl) {} in BoundListeners()
408 PropertySetMixinImpl::BoundListeners::~BoundListeners() { in ~BoundListeners()
412 void PropertySetMixinImpl::BoundListeners::notify() const { in notify()
430 class SAL_DLLPRIVATE PropertySetMixinImpl::Impl: public Data {
452 PropertySetMixinImpl::Implements implements;
485 PropertySetMixinImpl::Impl::Impl( in Impl()
529 rtl::OUString PropertySetMixinImpl::Impl::translateHandle( in translateHandle()
542 void PropertySetMixinImpl::Impl::setProperty( in setProperty()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropertysetmixin.hxx87 class CPPUHELPER_DLLPUBLIC PropertySetMixinImpl: class
167 friend class PropertySetMixinImpl;
383 PropertySetMixinImpl( const PropertySetMixinImpl&); // not defined
384 void operator=( const PropertySetMixinImpl&); // not defined
386 PropertySetMixinImpl(
399 ~PropertySetMixinImpl();
416 template< typename T > class PropertySetMixin: public PropertySetMixinImpl {
463 PropertySetMixinImpl( in PropertySetMixin()