Andy Cordwell <[EMAIL PROTECTED]> writes: > I've got the XAnimationNode interface via the XAnimationNodeSupplier > for a slide (see code below). But I can't see how to obtain an > iteration interface so I can obtain the hierarchy of animation nodes. > Hi Andy,
try querying for an com::sun::star::container::XEnumerationAccess - at least the animation nodes that have children will provide you one. HTH, -- Thorsten If you're not failing some of the time, you're not trying hard enough. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
