:: cppu :: PropertySetMixinImpl ::

enum Implements


Summary
Flags used by subclasses of cppu::PropertySetMixin to specify what UNO interface types shall be supported.

Values

IMPLEMENTS_PROPERTY_SET
Summary
Flag specifying that the UNO interface type com::sun::star::beans::XPropertySet shall be supported.
IMPLEMENTS_FAST_PROPERTY_SET
Summary
Flag specifying that the UNO interface type com::sun::star::beans::XFastPropertySet shall be supported.
IMPLEMENTS_PROPERTY_ACCESS
Summary
Flag specifying that the UNO interface type com::sun::star::beans::XPropertyAccess shall be supported.

Top of Page