75 public css::beans::XPropertySet,
76 public css::beans::XFastPropertySet,
77 public css::beans::XPropertyAccess
90 IMPLEMENTS_PROPERTY_SET = 1,
97 IMPLEMENTS_FAST_PROPERTY_SET = 2,
104 IMPLEMENTS_PROPERTY_ACCESS = 4
218 css::uno::Any
const & oldValue,
219 css::uno::Any
const & newValue,
258 virtual
void SAL_CALL setPropertyValue(
259 rtl::OUString const & propertyName,
263 virtual
css::uno::Any SAL_CALL getPropertyValue(
275 virtual
void SAL_CALL addPropertyChangeListener(
276 rtl::OUString const & propertyName,
281 virtual
void SAL_CALL removePropertyChangeListener(
282 rtl::OUString const & propertyName,
295 virtual
void SAL_CALL addVetoableChangeListener(
296 rtl::OUString const & propertyName,
301 virtual
void SAL_CALL removeVetoableChangeListener(
302 rtl::OUString const & propertyName,
307 virtual
void SAL_CALL setFastPropertyValue(
311 virtual
css::uno::Any SAL_CALL getFastPropertyValue(
318 virtual
void SAL_CALL setPropertyValues(
326 css::uno::Reference<
css::uno::XComponentContext > const & context,
328 css::uno::Sequence<
rtl::OUString > const & absentOptional,
329 css::uno::Type const & type);
339 void checkUnknown(
rtl::OUString const & propertyName);
void prepareSet(rtl::OUString const &propertyName, css::uno::Any const &oldValue, css::uno::Any const &newValue, BoundListeners *boundListeners)
A function used by subclasses of cppu::PropertySetMixin when implementing UNO interface type attribut...
PropertySetMixin(css::uno::Reference< css::uno::XComponentContext > const &context, Implements implements, css::uno::Sequence< rtl::OUString > const &absentOptional)
The constructor.
Definition propertysetmixin.hxx:396