Lines Matching refs:aIter

424 	EffectSequence::iterator aIter;  in ImplFindEffect()  local
426 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in ImplFindEffect()
428 CustomAnimationEffectPtr pEffect( (*aIter) ); in ImplFindEffect()
433 return aIter; in ImplFindEffect()
493 …EffectSequence::iterator aIter( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubType::ONLY… in SetAnimationEffect() local
495 if( aIter != aEnd ) in SetAnimationEffect()
497 if( ((*aIter)->getPresetId() != aPresetId) || in SetAnimationEffect()
498 ((*aIter)->getPresetSubType() != aPresetSubType) ) in SetAnimationEffect()
500 (*aIter)->replaceNode( pPreset->create( aPresetSubType ) ); in SetAnimationEffect()
575 EffectSequence::iterator aIter; in GetAnimationEffect() local
577 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetAnimationEffect()
579 CustomAnimationEffectPtr pEffect( (*aIter) ); in GetAnimationEffect()
587 aPresetId = (*aIter)->getPresetId(); in GetAnimationEffect()
588 aPresetSubType = (*aIter)->getPresetSubType(); in GetAnimationEffect()
716 EffectSequence::const_iterator aIter; in SetTextAnimationEffect() local
717 for( aIter = rEffects.begin(); aIter != rEffects.end(); aIter++ ) in SetTextAnimationEffect()
720 if( (*aIter)->getTarget().getValueType() == ::getCppuType((const ParagraphTarget*)0) ) in SetTextAnimationEffect()
722 if( ((*aIter)->getPresetId() != aPresetId) || in SetTextAnimationEffect()
723 ((*aIter)->getPresetSubType() != aPresetSubType) ) in SetTextAnimationEffect()
725 (*aIter)->replaceNode( pPreset->create( aPresetSubType ) ); in SetTextAnimationEffect()
730 (*aIter)->setIterateType( TextAnimationType::BY_LETTER ); in SetTextAnimationEffect()
731 (*aIter)->setIterateInterval( 0.5 );// TODO: in SetTextAnimationEffect()
762 …EffectSequence::iterator aIter( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubType::ONLY… in GetTextAnimationEffect() local
763 if( aIter != pMainSequence->getEnd() ) in GetTextAnimationEffect()
765 aPresetId = (*aIter)->getPresetId(); in GetTextAnimationEffect()
766 aPresetSubType = (*aIter)->getPresetSubType(); in GetTextAnimationEffect()
863 EffectSequence::iterator aIter; in SetAnimationSpeed() local
866 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetAnimationSpeed()
868 CustomAnimationEffectPtr pEffect( (*aIter) ); in SetAnimationSpeed()
890 EffectSequence::iterator aIter; in GetAnimationSpeed() local
894 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetAnimationSpeed()
896 CustomAnimationEffectPtr pEffect( (*aIter) ); in GetAnimationSpeed()
943 EffectSequence::iterator aIter; in SetDimColor() local
946 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetDimColor()
948 CustomAnimationEffectPtr pEffect( (*aIter) ); in SetDimColor()
975 EffectSequence::iterator aIter; in GetDimColor() local
977 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetDimColor()
979 CustomAnimationEffectPtr pEffect( (*aIter) ); in GetDimColor()
1014 EffectSequence::iterator aIter; in SetDimHide() local
1017 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetDimHide()
1019 CustomAnimationEffectPtr pEffect( (*aIter) ); in SetDimHide()
1048 EffectSequence::iterator aIter; in GetDimHide() local
1049 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetDimHide()
1051 CustomAnimationEffectPtr pEffect( (*aIter) ); in GetDimHide()
1088 EffectSequence::iterator aIter; in SetDimPrevious() local
1091 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetDimPrevious()
1093 CustomAnimationEffectPtr pEffect( (*aIter) ); in SetDimPrevious()
1122 EffectSequence::iterator aIter; in GetDimPrevious() local
1123 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetDimPrevious()
1125 CustomAnimationEffectPtr pEffect( (*aIter) ); in GetDimPrevious()
1160 EffectSequence::iterator aIter( rSequence.begin() ); in SetPresentationOrder() local
1162 for( nPos = 0; aIter != aEnd; aIter++ ) in SetPresentationOrder()
1164 CustomAnimationEffectPtr pEffect = (*aIter); in SetPresentationOrder()
1183 aEffectVector[nPos].push_back( aIter ); in SetPresentationOrder()
1199 std::vector< EffectSequence::iterator >::iterator aIter( aEffectVector[nCurrentPos].begin() ); in SetPresentationOrder() local
1201 while( aIter != aEnd ) in SetPresentationOrder()
1203 aEffects.push_back( (*(*aIter)) ); in SetPresentationOrder()
1204 rSequence.erase( (*aIter++) ); in SetPresentationOrder()
1249 EffectSequence::iterator aIter( rSequence.begin() ); in GetPresentationOrder() local
1251 for( ; aIter != aEnd; aIter++ ) in GetPresentationOrder()
1253 CustomAnimationEffectPtr pEffect = (*aIter); in GetPresentationOrder()
1283 EffectSequence::iterator aIter; in UpdateSoundEffect() local
1290 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in UpdateSoundEffect()
1292 CustomAnimationEffectPtr pEffect( (*aIter) ); in UpdateSoundEffect()
1327 EffectSequence::iterator aIter; in GetSoundFile() local
1329 for( aIter = pMainSequence->getBegin(); in GetSoundFile()
1330 (aSoundFile.getLength() == 0) && (aIter != pMainSequence->getEnd()); in GetSoundFile()
1331 aIter++ ) in GetSoundFile()
1333 CustomAnimationEffectPtr pEffect( (*aIter) ); in GetSoundFile()
1449 SdrObjListIter aIter(rGroupObj); in CreateAnimatedGroup() local
1451 if(aIter.Count()) in CreateAnimatedGroup()
1458 aObjects.reserve(aIter.Count()); in CreateAnimatedGroup()
1460 while(aIter.IsMore()) in CreateAnimatedGroup()
1463 SdrObject* pCandidate = aIter.Next(); in CreateAnimatedGroup()