Searched refs:nPresetClass (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | randomnode.cxx | 79 RandomAnimationNode( sal_Int16 nPresetClass ); 82 void init( sal_Int16 nPresetClass ); 167 SD_DLLPUBLIC Reference< XInterface > RandomAnimationNode_createInstance( sal_Int16 nPresetClass ) in RandomAnimationNode_createInstance() argument 169 Reference< XInterface > xInt( static_cast<XWeak*>( new RandomAnimationNode( nPresetClass ) ) ); in RandomAnimationNode_createInstance() 225 RandomAnimationNode::RandomAnimationNode( sal_Int16 nPresetClass ) in RandomAnimationNode() argument 227 init( nPresetClass ); in RandomAnimationNode() 235 void RandomAnimationNode::init( sal_Int16 nPresetClass ) in init() argument 237 mnPresetClass = nPresetClass; in init()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 359 sal_Int32 nPresetClass = 0; in is_random() local 363 switch( nPresetClass ) in is_random() 390 sal_Int32 nPresetClass; in importAnimationContainer() local 391 if( is_random( aNode, aSet, nPresetClass ) ) in importAnimationContainer() 1059 if( (nPresetClass == EffectPresetClass::ENTRANCE) || (nPresetClass == EffectPresetClass::EXIT) ) in getConvertedSubType() 1215 sal_Int32 nPresetClass = 0; in fillNode() local 1218 switch( nPresetClass ) in fillNode() 3607 sal_Int32 nPresetClass; in dump() local 3608 if ( aAny >>= nPresetClass ) in dump() 3611 switch( nPresetClass ) in dump() [all …]
|
/aoo42x/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 697 sal_Int16 nPresetClass = EffectPresetClass::CUSTOM; in AnimationNodeContext() local 727 nPresetClass = EffectPresetClass::ENTRANCE; in AnimationNodeContext() 731 nPresetClass = EffectPresetClass::EXIT; in AnimationNodeContext() 734 if( nPresetClass != EffectPresetClass::CUSTOM ) in AnimationNodeContext() 754 if( nPresetClass != EffectPresetClass::CUSTOM ) in AnimationNodeContext() 757 const Any aAny( makeAny( nPresetClass ) ); in AnimationNodeContext()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 160 sal_uInt32 ImplTranslatePresetSubType( const sal_uInt32 nPresetClass, const sal_uInt32 nPresetId, c… in ImplTranslatePresetSubType() argument 165 …if ( ( nPresetClass == (sal_uInt32)EffectPresetClass::ENTRANCE ) || ( nPresetClass == (sal_uInt32)… in ImplTranslatePresetSubType() 1000 sal_uInt32 nPresetClass = DFF_ANIM_PRESS_CLASS_USER_DEFINED; in exportAnimPropertySet() local 1020 nPresetClass = nPPTPresetClass; in exportAnimPropertySet() 1059 nPresetSubType = ImplTranslatePresetSubType( nPresetClass, nPresetId, sPresetSubType ); in exportAnimPropertySet() 1068 exportAnimPropertyuInt32( rStrm, DFF_ANIM_PRESET_CLASS, nPresetClass, TRANSLATE_NONE ); in exportAnimPropertySet()
|
/aoo42x/main/oox/source/ppt/ |
H A D | commontimenodecontext.cxx | 310 static OUString getConvertedSubType( sal_Int16 nPresetClass, sal_Int32 nPresetId, sal_Int32 nPreset… in getConvertedSubType() argument 314 if( (nPresetClass == EffectPresetClass::ENTRANCE) || (nPresetClass == EffectPresetClass::EXIT) ) in getConvertedSubType()
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationPreset.cxx | 624 Reference< XAnimationNode > CustomAnimationPresets::getRandomPreset( sal_Int16 nPresetClass ) const in getRandomPreset() 629 switch( nPresetClass ) in getRandomPreset()
|
H A D | CustomAnimationEffect.cxx | 434 void CustomAnimationEffect::setPresetClass( sal_Int16 nPresetClass ) in setPresetClass() argument 436 if( mnPresetClass != nPresetClass ) in setPresetClass() 438 mnPresetClass = nPresetClass; in setPresetClass()
|
/aoo42x/main/sd/inc/ |
H A D | CustomAnimationPreset.hxx | 106 …ce< ::com::sun::star::animations::XAnimationNode > getRandomPreset( sal_Int16 nPresetClass ) const;
|
H A D | CustomAnimationEffect.hxx | 85 void setPresetClass( sal_Int16 nPresetClass );
|
Completed in 86 milliseconds