Home
last modified time | relevance | path

Searched refs:nAdditive (Results 1 – 4 of 4) sorted by path

/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1681 sal_uInt32 nAdditive = 0; in exportAnimateTarget() local
1694 case AnimationAdditiveMode::SUM : nAdditive = 1; break; in exportAnimateTarget()
1695 case AnimationAdditiveMode::REPLACE : nAdditive = 2; break; in exportAnimateTarget()
1696 case AnimationAdditiveMode::MULTIPLY : nAdditive = 3; break; in exportAnimateTarget()
1697 case AnimationAdditiveMode::NONE : nAdditive = 4; break; in exportAnimateTarget()
1707 << nAdditive in exportAnimateTarget()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1717 sal_uInt32 nAdditive; in importAnimateAttributeTargetContainer() local
1721 mrStCtrl >> nBits >> nAdditive >> nAccumulate >> nTransformType; in importAnimateAttributeTargetContainer()
1735 switch( nAdditive ) in importAnimateAttributeTargetContainer()
1753 …e=\"%s\"", (nAdditive == 0) ? "base" : (nAdditive == 2) ? "replace" : (nAdditive == 1) ? "sum" : ( in importAnimateAttributeTargetContainer()
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx218 sal_Int16 nAdditive, in PathAnimation() argument
230 mnAdditive( nAdditive ) in PathAnimation()
1368 sal_Int16 nAdditive, in createPathMotionAnimation() argument
1375 new PathAnimation( rSVGDPath, nAdditive, in createPathMotionAnimation()
/trunk/main/slideshow/source/inc/
H A Danimationfactory.hxx140 sal_Int16 nAdditive,

Completed in 128 milliseconds