Lines Matching refs:meKind
60 XMLEffect meKind; member
190 eKind = rEffect.meKind; in SdXMLImplSetEffect()
206 XMLActionKind meKind; member
224 : meKind( XMLE_SHOW ), mbTextEffect( sal_False ), in XMLEffectHint()
344 aEffect.meKind = XMLE_PLAY; in collect()
363 aEffect.meKind = bIn ? XMLE_SHOW : XMLE_HIDE; in collect()
392 aEffect.meKind = bIn ? XMLE_SHOW : XMLE_HIDE; in collect()
412 aEffect.meKind = bDimPrev ? XMLE_DIM : XMLE_HIDE; in collect()
462 if( rEffect.meKind == XMLE_DIM ) in exportAnimations()
471 else if( rEffect.meKind == XMLE_PLAY ) in exportAnimations()
514 if( rEffect.meKind == XMLE_SHOW ) in exportAnimations()