Searched refs:ED_from_top (Results 1 – 3 of 3) sorted by relevance
/trunk/main/xmloff/source/draw/ |
H A D | animimp.cxx | 90 { XML_FROM_TOP, ED_from_top }, 135 case ED_from_top: return AnimationEffect_FADE_FROM_TOP; in ImplSdXMLgetEffect() 166 case ED_from_top: return AnimationEffect_ZOOM_IN_FROM_TOP; in ImplSdXMLgetEffect() 191 case ED_from_top: return AnimationEffect_ZOOM_OUT_FROM_TOP; in ImplSdXMLgetEffect() 208 case ED_from_top: return AnimationEffect_MOVE_FROM_TOP; in ImplSdXMLgetEffect() 249 case ED_from_top: return AnimationEffect_WAVYLINE_FROM_TOP; in ImplSdXMLgetEffect() 265 case ED_from_top: return AnimationEffect_LASER_FROM_TOP; in ImplSdXMLgetEffect() 282 case ED_from_top: return AnimationEffect_MOVE_SHORT_FROM_TOP; in ImplSdXMLgetEffect() 313 case ED_from_top: return AnimationEffect_STRETCH_FROM_TOP; in ImplSdXMLgetEffect()
|
H A D | animexp.cxx | 69 { EK_fade, ED_from_top, -1, sal_True }, // AnimationEffect_FADE_FROM_TOP 75 { EK_move, ED_from_top, -1, sal_True }, // AnimationEffect_MOVE_FROM_TOP 101 { EK_wavyline, ED_from_top, -1, sal_True }, // AnimationEffect_WAVYLINE_FROM_TOP 108 { EK_laser, ED_from_top, -1, sal_True }, // AnimationEffect_LASER_FROM_TOP 127 { EK_move_short, ED_from_top, -1, sal_True }, // AnimationEffect_MOVE_SHORT_FROM_TOP 149 { EK_stretch,ED_from_top, -1, sal_True }, // AnimationEffect_STRETCH_FROM_TOP 163 { EK_move, ED_from_top, 0, sal_True }, // AnimationEffect_ZOOM_IN_FROM_TOP 172 { EK_move, ED_from_top, 400, sal_True }, // AnimationEffect_ZOOM_OUT_FROM_TOP
|
/trunk/main/xmloff/inc/ |
H A D | anim.hxx | 59 ED_from_top, enumerator
|
Completed in 16 milliseconds