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;
392 class PropertySetMixinImpl::BoundListeners::Impl {
399 PropertySetMixinImpl::BoundListeners::BoundListeners(): m_impl(new Impl) {} in BoundListeners()
401 PropertySetMixinImpl::BoundListeners::~BoundListeners() { in ~BoundListeners()
405 void PropertySetMixinImpl::BoundListeners::notify() const { in notify()
423 class SAL_DLLPRIVATE PropertySetMixinImpl::Impl: public Data {
445 PropertySetMixinImpl::Implements implements;
478 PropertySetMixinImpl::Impl::Impl( in Impl()
522 rtl::OUString PropertySetMixinImpl::Impl::translateHandle( in translateHandle()
535 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;
340 PropertySetMixinImpl( const PropertySetMixinImpl&); // not defined
341 void operator=( const PropertySetMixinImpl&); // not defined
343 PropertySetMixinImpl(
356 ~PropertySetMixinImpl();
373 template< typename T > class PropertySetMixin: public PropertySetMixinImpl {
420 PropertySetMixinImpl( in PropertySetMixin()