Lines Matching refs:PropertySetImpl
53 class PropertySetImpl : public ::cppu::WeakImplHelper1< css::beans::XPropertySet > class
58 PropertySetImpl();
59 ~PropertySetImpl();
104 …void PropertySetImpl::privateSetPropertyValue( const ::rtl::OUString& aPropertyName, const Any& aV…
113 PropertySetImpl::PropertySetImpl() in PropertySetImpl() function in scripting_impl::PropertySetImpl
118 PropertySetImpl::~PropertySetImpl() in ~PropertySetImpl()
123 Reference< beans::XPropertySetInfo > SAL_CALL PropertySetImpl::getPropertySetInfo( ) in getPropertySetInfo()
129 void SAL_CALL PropertySetImpl::setPropertyValue( const ::rtl::OUString& aPropertyName, in setPropertyValue()
140 void PropertySetImpl::privateSetPropertyValue( const ::rtl::OUString& aPropertyName, in privateSetPropertyValue()
151 Any SAL_CALL PropertySetImpl::getPropertyValue( const ::rtl::OUString& PropertyName ) in getPropertyValue()
171 void SAL_CALL PropertySetImpl::addPropertyChangeListener( in addPropertyChangeListener()
183 void SAL_CALL PropertySetImpl::removePropertyChangeListener( in removePropertyChangeListener()
195 void SAL_CALL PropertySetImpl::addVetoableChangeListener( in addVetoableChangeListener()
207 void SAL_CALL PropertySetImpl::removeVetoableChangeListener( in removeVetoableChangeListener()
282 PropertySetImpl* propSetImpl = new PropertySetImpl(); in getLanguageProperties()