Home
last modified time | relevance | path

Searched refs:nPresetClass (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/sd/source/ui/unoidl/
H A Drandomnode.cxx79 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()
/aoo41x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx359 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 …]
/aoo41x/main/xmloff/source/draw/
H A Danimationimport.cxx697 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()
/aoo41x/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx160 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()
/aoo41x/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx310 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()
/aoo41x/main/sd/source/core/
H A DCustomAnimationPreset.cxx624 Reference< XAnimationNode > CustomAnimationPresets::getRandomPreset( sal_Int16 nPresetClass ) const in getRandomPreset()
629 switch( nPresetClass ) in getRandomPreset()
H A DCustomAnimationEffect.cxx434 void CustomAnimationEffect::setPresetClass( sal_Int16 nPresetClass ) in setPresetClass() argument
436 if( mnPresetClass != nPresetClass ) in setPresetClass()
438 mnPresetClass = nPresetClass; in setPresetClass()
/aoo41x/main/sd/inc/
H A DCustomAnimationPreset.hxx106 …ce< ::com::sun::star::animations::XAnimationNode > getRandomPreset( sal_Int16 nPresetClass ) const;
H A DCustomAnimationEffect.hxx85 void setPresetClass( sal_Int16 nPresetClass );

Completed in 68 milliseconds