Lines Matching refs:PropertySetMixinImpl

90 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()
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()
1007 PropertySetMixinImpl::PropertySetMixinImpl( in PropertySetMixinImpl() function in PropertySetMixinImpl
1017 PropertySetMixinImpl::~PropertySetMixinImpl() { in ~PropertySetMixinImpl()
1021 void PropertySetMixinImpl::checkUnknown(rtl::OUString const & propertyName) { in checkUnknown()
1028 void PropertySetMixinImpl::prepareSet( in prepareSet()
1105 void PropertySetMixinImpl::dispose() { in dispose()
1136 css::uno::Any PropertySetMixinImpl::queryInterface(css::uno::Type const & type) in queryInterface()
1163 PropertySetMixinImpl::getPropertySetInfo() throw (css::uno::RuntimeException) { in getPropertySetInfo()
1173 void PropertySetMixinImpl::setPropertyValue( in setPropertyValue()
1191 css::uno::Any PropertySetMixinImpl::getPropertyValue( in getPropertyValue()
1207 void PropertySetMixinImpl::addPropertyChangeListener( in addPropertyChangeListener()
1238 void PropertySetMixinImpl::removePropertyChangeListener( in removePropertyChangeListener()
1264 void PropertySetMixinImpl::addVetoableChangeListener( in addVetoableChangeListener()
1295 void PropertySetMixinImpl::removeVetoableChangeListener( in removeVetoableChangeListener()
1321 void PropertySetMixinImpl::setFastPropertyValue( in setFastPropertyValue()
1341 css::uno::Any PropertySetMixinImpl::getFastPropertyValue(sal_Int32 handle) in getFastPropertyValue()
1360 PropertySetMixinImpl::getPropertyValues() throw (css::uno::RuntimeException) { in getPropertyValues()
1390 void PropertySetMixinImpl::setPropertyValues( in setPropertyValues()