Home
last modified time | relevance | path

Searched refs:nTransformType (Results 1 – 7 of 7) sorted by relevance

/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationtransformnode.cxx51 const sal_Int16 nTransformType( mxTransformNode->getTransformType() ); in createActivity() local
55 switch( nTransformType ) in createActivity()
71 nTransformType ), in createActivity()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx146 ::com::sun::star::uno::Any getTransformationProperty( sal_Int32 nTransformType, EValue eValue );
147 …bool setTransformationProperty( sal_Int32 nTransformType, EValue eValue, const ::com::sun::st…
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx1168 … sal_Int16 nTransformType, in createPairPropertyAnimation() argument
1173 switch( nTransformType ) in createPairPropertyAnimation()
/trunk/main/slideshow/source/inc/
H A Danimationfactory.hxx124 … sal_Int16 nTransformType,
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1441 Any CustomAnimationEffect::getTransformationProperty( sal_Int32 nTransformType, EValue eValue ) in getTransformationProperty() argument
1458 if( xTransform->getTransformType() == nTransformType ) in getTransformationProperty()
1490 bool CustomAnimationEffect::setTransformationProperty( sal_Int32 nTransformType, EValue eValue, con… in setTransformationProperty() argument
1507 if( xTransform->getTransformType() == nTransformType ) in setTransformationProperty()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1719 sal_uInt32 nTransformType; in importAnimateAttributeTargetContainer() local
1721 mrStCtrl >> nBits >> nAdditive >> nAccumulate >> nTransformType; in importAnimateAttributeTargetContainer()
1759 fprintf( mpFile, " transformType=\"%s\"", (nTransformType == 0) ? "property" : "image" ); in importAnimateAttributeTargetContainer()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1683 sal_uInt32 nTransformType = 0; in exportAnimateTarget() local
1709 << nTransformType; in exportAnimateTarget()

Completed in 61 milliseconds