Lines Matching refs:beans

81 void SAL_CALL PropertySetHelper::impl_addPropertyInfo(const css::beans::Property& aProperty)  in impl_addPropertyInfo()
82 throw(css::beans::PropertyExistException, in impl_addPropertyInfo()
92 throw css::beans::PropertyExistException(); in impl_addPropertyInfo()
100 throw(css::beans::UnknownPropertyException, in impl_removePropertyInfo()
110 throw css::beans::UnknownPropertyException(); in impl_removePropertyInfo()
129 …css::uno::Reference< css::uno::XInterface > xThis(static_cast< css::beans::XPropertySet* >(this), … in impl_disablePropertySet()
141 sal_Bool PropertySetHelper::impl_existsVeto(const css::beans::PropertyChangeEvent& aEvent) in impl_existsVeto()
156 css::uno::Reference< css::beans::XVetoableChangeListener > xListener( in impl_existsVeto()
157 ((css::beans::XVetoableChangeListener*)pListener.next()), in impl_existsVeto()
163 catch(const css::beans::PropertyVetoException&) in impl_existsVeto()
171 void PropertySetHelper::impl_notifyChangeListener(const css::beans::PropertyChangeEvent& aEvent) in impl_notifyChangeListener()
186 css::uno::Reference< css::beans::XPropertyChangeListener > xListener( in impl_notifyChangeListener()
187 ((css::beans::XVetoableChangeListener*)pListener.next()), in impl_notifyChangeListener()
197 css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL PropertySetHelper::getPropertySetInfo() in getPropertySetInfo()
202 …css::uno::Reference< css::beans::XPropertySetInfo > xInfo(static_cast< css::beans::XPropertySetInf… in getPropertySetInfo()
209 throw(css::beans::UnknownPropertyException, in setPropertyValue()
210 css::beans::PropertyVetoException , in setPropertyValue()
224 throw css::beans::UnknownPropertyException(); in setPropertyValue()
226 css::beans::Property aPropInfo = pIt->second; in setPropertyValue()
249 css::beans::PropertyChangeEvent aEvent; in setPropertyValue()
265 throw css::beans::PropertyVetoException(); in setPropertyValue()
274 throw(css::beans::UnknownPropertyException, in getPropertyValue()
285 throw css::beans::UnknownPropertyException(); in getPropertyValue()
287 css::beans::Property aPropInfo = pIt->second; in getPropertyValue()
302 … const css::uno::Reference< css::beans::XPropertyChangeListener >& xListener) in addPropertyChangeListener()
303 throw(css::beans::UnknownPropertyException, in addPropertyChangeListener()
314 throw css::beans::UnknownPropertyException(); in addPropertyChangeListener()
324 … const css::uno::Reference< css::beans::XPropertyChangeListener >& xListener) in removePropertyChangeListener()
325 throw(css::beans::UnknownPropertyException, in removePropertyChangeListener()
336 throw css::beans::UnknownPropertyException(); in removePropertyChangeListener()
346 … const css::uno::Reference< css::beans::XVetoableChangeListener >& xListener) in addVetoableChangeListener()
347 throw(css::beans::UnknownPropertyException, in addVetoableChangeListener()
358 throw css::beans::UnknownPropertyException(); in addVetoableChangeListener()
368 … const css::uno::Reference< css::beans::XVetoableChangeListener >& xListener) in removeVetoableChangeListener()
369 throw(css::beans::UnknownPropertyException, in removeVetoableChangeListener()
380 throw css::beans::UnknownPropertyException(); in removeVetoableChangeListener()
389 css::uno::Sequence< css::beans::Property > SAL_CALL PropertySetHelper::getProperties() in getProperties()
398 css::uno::Sequence< css::beans::Property > lProps(c); in getProperties()
413 css::beans::Property SAL_CALL PropertySetHelper::getPropertyByName(const ::rtl::OUString& sName) in getPropertyByName()
414 throw(css::beans::UnknownPropertyException, in getPropertyByName()
424 throw css::beans::UnknownPropertyException(); in getPropertyByName()