| Overview | Namespace | Class | Index | Help |
Methods of Class PropertySetMixin
- PropertySetMixin
- PropertySetMixin(
const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > & context, Implements implements, const com::sun::star::uno::Sequence< rtl::OUString > & absentOptional );
virtual abstract const volatile template static inline C-linkage NO NO NO NO NO NO YES NO
- Summary
- The constructor.
- Description
- May throw
com::sun::star::uno::RuntimeExceptionandstd::bad_alloc. - Parameters
context the component context used by this class template; must not be null, and must supply the servicecom.sun.star.reflection.CoreReflectionand the singletoncom.sun.star.reflection.theTypeDescriptionManagerimplements a combination of zero or more flags specifying what UNO interface types shall be supportedabsentOptional a list of optional properties that are not present, and should thus not be visible viacom::sun::star::beans::XPropertySet::getPropertySetInfo,com::sun::star::beans::XPropertySet::addPropertyChangeListener,com::sun::star::beans::XPropertySet::removePropertyChangeListener,com::sun::star::beans::XPropertySet::addVetoableChangeListener, andcom::sun::star::beans::XPropertySet::removeVetoableChangeListener. For consistency reasons, the givenabsentOptionalshould only contain the names of attributes that represent optional properties that are not present (that is, the attribute getters and setters always throw acom::sun::star::beans::UnknownPropertyException), and should contain each such name only once. If an optional property is not present (that is, the corresponding attribute getter and setter always throw acom::sun::star::beans::UnknownPropertyException) but is not contained in the givenabsentOptional, then it will be visible viacom::sun::star::beans::XPropertySet::getPropertySetInfoas acom::sun::star::beans::Propertywith a setcom::sun::star::beans::PropertyAttribute::OPTIONAL. If the givenimplementsspecifies thatcom::sun::star::beans::XPropertySetis not supported, then the givenabsentOptionalis effectively ignored and can be empty.
- ~PropertySetMixin
- ~PropertySetMixin();
virtual abstract const volatile template static inline C-linkage NO NO NO NO NO NO YES NO
- Summary
- The destructor.
- Description
- Does not throw.
- PropertySetMixin
- PropertySetMixin(
PropertySetMixin & );
virtual abstract const volatile template static inline C-linkage NO NO NO NO NO NO NO NO
- operator=
- void operator=(
PropertySetMixin );
virtual abstract const volatile template static inline C-linkage NO NO NO NO NO NO NO NO
Top of Page
Copyright © 2009 Sun Microsystems, Inc.


