slideanimations.cxx (70f497fb) slideanimations.cxx (0ca1f900)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 66 unchanged lines hidden (view full) ---

75 {
76 mpRootNode = AnimationNodeFactory::createAnimationNode(
77 xRootAnimationNode,
78 maSlideSize,
79 maContext );
80
81 SHOW_NODE_TREE( mpRootNode );
82
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 66 unchanged lines hidden (view full) ---

75 {
76 mpRootNode = AnimationNodeFactory::createAnimationNode(
77 xRootAnimationNode,
78 maSlideSize,
79 maContext );
80
81 SHOW_NODE_TREE( mpRootNode );
82
83 return mpRootNode;
83 return (mpRootNode.get() != NULL);
84 }
85
86 bool SlideAnimations::isAnimated() const
87 {
88 if( !mpRootNode )
89 return false; // no animations there
90
91 // query root node about pending animations

--- 36 unchanged lines hidden ---
84 }
85
86 bool SlideAnimations::isAnimated() const
87 {
88 if( !mpRootNode )
89 return false; // no animations there
90
91 // query root node about pending animations

--- 36 unchanged lines hidden ---