Searched refs:ED_none (Results 1 – 5 of 5) sorted by relevance
/trunk/main/xmloff/source/draw/ |
H A D | animexp.cxx | 67 { EK_none, ED_none, -1, sal_True }, // AnimationEffect_NONE 99 { EK_dissolve, ED_none, -1, sal_True }, // AnimationEffect_DISSOLVE 104 { EK_random, ED_none, -1, sal_True }, // AnimationEffect_RANDOM 115 { EK_appear,ED_none, -1, sal_True }, // AnimationEffect_APPEAR 116 { EK_hide, ED_none, -1, sal_False },// AnimationEffect_HIDE 155 { EK_move, ED_none, 0, sal_True }, // AnimationEffect_ZOOM_IN 156 { EK_move, ED_none, 50, sal_True }, // AnimationEffect_ZOOM_IN_SMALL 158 { EK_move, ED_none, 400, sal_True }, // AnimationEffect_ZOOM_OUT 225 meEffect( EK_none ), meDirection( ED_none ), mnStartScale( -1 ), in XMLEffectHint() 414 aEffect.meDirection = ED_none; in collect() [all …]
|
H A D | animimp.cxx | 88 { XML_NONE, ED_none }, 470 meEffect( EK_none ), meDirection( ED_none ), mnStartScale( 100 ), in XMLAnimationsEffectContext()
|
H A D | eventimp.cxx | 180 meEffect( EK_none ), meDirection( ED_none ), mnStartScale( 100 ), in SdXMLEventContext()
|
H A D | shapeexport2.cxx | 464 if( eDirection != ED_none )
|
/trunk/main/xmloff/inc/ |
H A D | anim.hxx | 57 ED_none, enumerator
|
Completed in 32 milliseconds