Home
last modified time | relevance | path

Searched refs:exportAnimPropertyuInt32 (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx994 exportAnimPropertyuInt32( rStrm, DFF_ANIM_NODE_TYPE, nPPTNodeType, TRANSLATE_NONE ); in exportAnimPropertySet()
1064 exportAnimPropertyuInt32( rStrm, DFF_ANIM_PRESET_ID, nPresetId, TRANSLATE_NONE ); in exportAnimPropertySet()
1066 exportAnimPropertyuInt32( rStrm, DFF_ANIM_PRESET_SUB_TYPE, nPresetSubType, TRANSLATE_NONE ); in exportAnimPropertySet()
1068 exportAnimPropertyuInt32( rStrm, DFF_ANIM_PRESET_CLASS, nPresetClass, TRANSLATE_NONE ); in exportAnimPropertySet()
1086exportAnimPropertyuInt32( rStrm, DFF_ANIM_RUNTIMECONTEXT, nRunTimeContext, TRANSLATE_NONE ); in exportAnimPropertySet()
1102 exportAnimPropertyuInt32( rStrm, DFF_ANIM_DIRECTION, bDirection, TRANSLATE_NONE ); in exportAnimPropertySet()
1110 exportAnimPropertyuInt32( rStrm, DFF_ANIM_OVERRIDE, nOverride, TRANSLATE_NONE ); in exportAnimPropertySet()
1117 exportAnimPropertyuInt32( rStrm, DFF_ANIM_MASTERREL, nMasterRel, TRANSLATE_NONE ); in exportAnimPropertySet()
1160 exportAnimPropertyuInt32( rStrm, nPropertyId, nVal, eTranslateMode ); in exportAnimProperty()
1232 void AnimationExporter::exportAnimPropertyuInt32( SvStream& rStrm, const sal_uInt16 nPropertyId, co… in exportAnimPropertyuInt32() function in ppt::AnimationExporter
[all …]
H A Dpptexanimations.hxx86 …void exportAnimPropertyuInt32( SvStream& rStrm, const sal_uInt16 nPropertyId, const sal_uInt32 nVa…