Home
last modified time | relevance | path

Searched refs:nPresetId (Results 1 – 3 of 3) sorted by path

/trunk/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx310 static OUString getConvertedSubType( sal_Int16 nPresetClass, sal_Int32 nPresetId, sal_Int32 nPreset… in getConvertedSubType() argument
317 if( nPresetId != 21 ) in getConvertedSubType()
319 if( nPresetId == 5 ) in getConvertedSubType()
328 else if( nPresetId == 17 ) in getConvertedSubType()
334 else if( nPresetId == 18 ) in getConvertedSubType()
517 sal_Int32 nPresetId = 0; in CommonTimeNodeContext() local
550 nPresetId = attribs.getInteger( XML_presetID, 0 ); in CommonTimeNodeContext()
552 …( p->mpStrPresetId && ((p->mnPresetClass != nEffectPresetClass) || (p->mnPresetId != nPresetId )) ) in CommonTimeNodeContext()
561 = makeAny( getConvertedSubType( nEffectPresetClass, nPresetId, nPresetSubType ) ); in CommonTimeNodeContext()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx160 sal_uInt32 ImplTranslatePresetSubType( const sal_uInt32 nPresetClass, const sal_uInt32 nPresetId, c… in ImplTranslatePresetSubType() argument
167 if ( nPresetId != 21 ) in ImplTranslatePresetSubType()
169 switch( nPresetId ) in ImplTranslatePresetSubType()
997 sal_uInt32 nPresetId = 0; in exportAnimPropertySet() local
1035 nPresetId = aNumber.toInt32(); in exportAnimPropertySet()
1047 nPresetId = p->mnPresetId; in exportAnimPropertySet()
1059 nPresetSubType = ImplTranslatePresetSubType( nPresetClass, nPresetId, sPresetSubType ); in exportAnimPropertySet()
1064 exportAnimPropertyuInt32( rStrm, DFF_ANIM_PRESET_ID, nPresetId, TRANSLATE_NONE ); in exportAnimPropertySet()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx355 sal_Int32 nPresetId = 0; in is_random() local
356 if( !(rSet.getProperty( DFF_ANIM_PRESET_ID ) >>= nPresetId) || (nPresetId != 24) ) in is_random()
1062 if( nPresetId != 21 ) in getConvertedSubType()
1064 if( nPresetId == 5 ) in getConvertedSubType()
1073 else if( nPresetId == 17 ) in getConvertedSubType()
1079 else if( nPresetId == 18 ) in getConvertedSubType()
1211 sal_Int32 nPresetId = 0; in fillNode() local
1263 sBuffer.append( nPresetId ); in fillNode()
3585 sal_Int32 nPresetId ; in dump() local
3586 if( aAny >>= nPresetId ) in dump()
[all …]

Completed in 190 milliseconds