Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx106 if ( eTranslateMode != TRANSLATE_NONE ) in ImplTranslateAttribute()
994 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()
1079 exportAnimPropertyByte( rStrm, DFF_ANIM_AFTEREFFECT, bAfterEffect, TRANSLATE_NONE ); in exportAnimPropertySet()
1086 … exportAnimPropertyuInt32( 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()
[all …]
H A Dpptexanimations.hxx66 #define TRANSLATE_NONE 0 macro