71 public css::beans::XPropertySet,
72 public css::beans::XFastPropertySet,
73 public css::beans::XPropertyAccess
86 IMPLEMENTS_PROPERTY_SET = 1,
93 IMPLEMENTS_FAST_PROPERTY_SET = 2,
100 IMPLEMENTS_PROPERTY_ACCESS = 4
214 css::uno::Any
const & oldValue,
215 css::uno::Any
const & newValue,
254 virtual
void SAL_CALL setPropertyValue(
255 rtl::OUString const & propertyName,
259 virtual
css::uno::Any SAL_CALL getPropertyValue(
271 virtual
void SAL_CALL addPropertyChangeListener(
272 rtl::OUString const & propertyName,
277 virtual
void SAL_CALL removePropertyChangeListener(
278 rtl::OUString const & propertyName,
291 virtual
void SAL_CALL addVetoableChangeListener(
292 rtl::OUString const & propertyName,
297 virtual
void SAL_CALL removeVetoableChangeListener(
298 rtl::OUString const & propertyName,
303 virtual
void SAL_CALL setFastPropertyValue(
307 virtual
css::uno::Any SAL_CALL getFastPropertyValue(
314 virtual
void SAL_CALL setPropertyValues(
322 css::uno::Reference<
css::uno::XComponentContext > const & context,
324 css::uno::Sequence<
rtl::OUString > const & absentOptional,
325 css::uno::Type const & type);
335 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:392