Lines Matching refs:aPropertyName

75 …virtual void SAL_CALL setPropertyValue(const OUString & aPropertyName, const Any & aValue) throw (…
77 …virtual void SAL_CALL addPropertyChangeListener(const OUString & aPropertyName, const Reference< X…
78 …virtual void SAL_CALL removePropertyChangeListener(const OUString & aPropertyName, const Reference…
209 void SAL_CALL Annotation::setPropertyValue(const OUString & aPropertyName, const Any & aValue) thro… in setPropertyValue() argument
211 ::cppu::PropertySetMixin< XAnnotation >::setPropertyValue(aPropertyName, aValue); in setPropertyValue()
214 Any SAL_CALL Annotation::getPropertyValue(const OUString & aPropertyName) throw (RuntimeException, … in getPropertyValue() argument
216 return ::cppu::PropertySetMixin< XAnnotation >::getPropertyValue(aPropertyName); in getPropertyValue()
219 void SAL_CALL Annotation::addPropertyChangeListener(const OUString & aPropertyName, const Reference… in addPropertyChangeListener() argument
221 ::cppu::PropertySetMixin< XAnnotation >::addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
224 void SAL_CALL Annotation::removePropertyChangeListener(const OUString & aPropertyName, const Refere… in removePropertyChangeListener() argument
226 ::cppu::PropertySetMixin< XAnnotation >::removePropertyChangeListener(aPropertyName, xListener); in removePropertyChangeListener()
229 void SAL_CALL Annotation::addVetoableChangeListener(const OUString & aPropertyName, const Reference… in addVetoableChangeListener() argument
231 ::cppu::PropertySetMixin< XAnnotation >::addVetoableChangeListener(aPropertyName, xListener); in addVetoableChangeListener()
234 void SAL_CALL Annotation::removeVetoableChangeListener(const OUString & aPropertyName, const Refere… in removeVetoableChangeListener() argument
236 ::cppu::PropertySetMixin< XAnnotation >::removeVetoableChangeListener(aPropertyName, xListener); in removeVetoableChangeListener()