required/CWS skeletonmaker : Changes to PropertySetMixin

[email protected] Wed, 21 Sep 2005 13:05:34 +0200 (CEST)
Newsgroups gmane.comp.openoffice.announce.interface
Message-ID <1337399.1127300734435.JavaMail.root@sd-web1>
Type
required

Title
Changes to PropertySetMixin

Posted by
[email protected]

Affected
[email protected],

Effective from
CWS skeletonmaker

Summary

cppuhelper/propertysetmixin.hxx
com.sun.star.lib.uno.helper.PropertySetMixin.java

Description

On SRC680 CWS skeletonmaker, the C++ and Java PropertySetMixins are
moved from comphelper to cppuhelper and from
com.sun.star.lib.uno.helper.draft to com.sun.star.lib.uno.helper,
respectively. In addition, the following three changes are made to
both of them:

- The additional constructor argument absentOptional lists those optional
properties that are not present, and should thus not be visible via
com.sun.star.beans.XPropertySet.getPropertySetInfo.

- To better integrate with our existing body of code, prepareSet has been
changed to take both oldValue and newValue, although those values are
rather
useless unless the given property is constrained.

- The numbering of the property Handles has been fixed.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]