Searched refs:nTransformType (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/slideshow/source/engine/animationnodes/ |
H A D | animationtransformnode.cxx | 51 const sal_Int16 nTransformType( mxTransformNode->getTransformType() ); in createActivity() local 55 switch( nTransformType ) in createActivity() 71 nTransformType ), in createActivity()
|
/aoo42x/main/sd/inc/ |
H A D | CustomAnimationEffect.hxx | 146 ::com::sun::star::uno::Any getTransformationProperty( sal_Int32 nTransformType, EValue eValue ); 147 …bool setTransformationProperty( sal_Int32 nTransformType, EValue eValue, const ::com::sun::st…
|
/aoo42x/main/slideshow/source/engine/ |
H A D | animationfactory.cxx | 1168 … sal_Int16 nTransformType, in createPairPropertyAnimation() argument 1173 switch( nTransformType ) in createPairPropertyAnimation()
|
/aoo42x/main/slideshow/source/inc/ |
H A D | animationfactory.hxx | 124 … sal_Int16 nTransformType,
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 1441 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()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 1719 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()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 1683 sal_uInt32 nTransformType = 0; in exportAnimateTarget() local 1709 << nTransformType; in exportAnimateTarget()
|
Completed in 105 milliseconds