Lines Matching refs:nEnum

428 				sal_Int16 nEnum;  in CommonTimeNodeContext()  local
432 nEnum = AnimationFill::REMOVE; in CommonTimeNodeContext()
435 nEnum = AnimationFill::FREEZE; in CommonTimeNodeContext()
438 nEnum = AnimationFill::HOLD; in CommonTimeNodeContext()
441 nEnum = AnimationFill::TRANSITION; in CommonTimeNodeContext()
444 nEnum = AnimationFill::DEFAULT; in CommonTimeNodeContext()
447 aProps[ NP_FILL ] <<= (sal_Int16)nEnum; in CommonTimeNodeContext()
483 sal_Int16 nEnum; in CommonTimeNodeContext() local
488 nEnum = EffectNodeType::ON_CLICK; in CommonTimeNodeContext()
492 nEnum = EffectNodeType::WITH_PREVIOUS; in CommonTimeNodeContext()
495 nEnum = EffectNodeType::MAIN_SEQUENCE; in CommonTimeNodeContext()
498 nEnum = EffectNodeType::INTERACTIVE_SEQUENCE; in CommonTimeNodeContext()
502 nEnum = EffectNodeType::AFTER_PREVIOUS; in CommonTimeNodeContext()
505 nEnum = EffectNodeType::TIMING_ROOT; in CommonTimeNodeContext()
508 nEnum = EffectNodeType::DEFAULT; in CommonTimeNodeContext()
511 aUserData[ CREATE_OUSTRING( "node-type" ) ] <<= nEnum; in CommonTimeNodeContext()
582 sal_Int16 nEnum; in CommonTimeNodeContext() local
586 nEnum = AnimationRestart::ALWAYS; in CommonTimeNodeContext()
589 nEnum = AnimationRestart::WHEN_NOT_ACTIVE; in CommonTimeNodeContext()
592 nEnum = AnimationRestart::NEVER; in CommonTimeNodeContext()
595 nEnum = AnimationRestart::DEFAULT; in CommonTimeNodeContext()
598 aProps[ NP_RESTART ] <<= (sal_Int16)nEnum; in CommonTimeNodeContext()
650 sal_Int16 nEnum; in createFastChildContext() local
654 nEnum = TextAnimationType::BY_PARAGRAPH; in createFastChildContext()
657 nEnum = TextAnimationType::BY_LETTER; in createFastChildContext()
660 nEnum = TextAnimationType::BY_WORD; in createFastChildContext()
665 nEnum = TextAnimationType::BY_WORD; in createFastChildContext()
668 mpNode->getNodeProperties()[ NP_ITERATETYPE ] <<= nEnum; in createFastChildContext()