24#include <com/sun/star/uno/Reference.hxx>
37 css::uno::Reference< css::animations::XAnimationNode >
mxNode;
38 css::uno::Reference< css::animations::XAnimationNode >
mxMaster;
41 AfterEffectNode( css::uno::Reference< css::animations::XAnimationNode > xNode, css::uno::Reference< css::animations::XAnimationNode > xMaster,
bool bOnNextEffect )
void stl_process_after_effect_node_func(AfterEffectNode const &rNode)
inserts the animation node in the given AfterEffectNode at the correct position in the timing hierarc...
stores the link between an after effect node and its master for later insertion into the timing hiera...
css::uno::Reference< css::animations::XAnimationNode > mxNode
AfterEffectNode(css::uno::Reference< css::animations::XAnimationNode > xNode, css::uno::Reference< css::animations::XAnimationNode > xMaster, bool bOnNextEffect)
css::uno::Reference< css::animations::XAnimationNode > mxMaster