
30 Nov
2003
30 Nov
'03
8:52 p.m.
On Sun, 2003-11-30 at 13:37, Bryce Harrington wrote:
It seems like when copying to the clipboard, there needs to be a mechanism to scan the selected objects for any referenced objects and also copy the defs for those. The recipient of the paste would then need to add those refs to its own set of defs. It's possible that the receiving document could a) have a different def by the same name, or b) have the same def by a different name; in case (a) it would seem prudent to rename the incoming style, and in case (b) perhaps it should normally merge by default but allow the user an option to not merge when pasting.
To support this, I think we need a generic interface to enumerate the dependencies of a particular SPObject.
-mental