Lines Matching refs:mpImpl

268 	mpImpl = new AnimExpImpl;  in XMLAnimationsExporter()
269 mpImpl->mxShapeExp = pShapeExp; in XMLAnimationsExporter()
274 delete mpImpl; in ~XMLAnimationsExporter()
275 mpImpl = NULL; in ~XMLAnimationsExporter()
293 xProps->getPropertyValue( mpImpl->msEffect ) >>= eEffect; in prepare()
297 xProps->getPropertyValue( mpImpl->msAnimPath ) >>= xPath; in prepare()
330 if( any2bool( xProps->getPropertyValue( mpImpl->msSoundOn ) ) ) in collect()
332 xProps->getPropertyValue( mpImpl->msSound ) >>= aEffect.maSoundURL; in collect()
333 xProps->getPropertyValue( mpImpl->msPlayFull ) >>= aEffect.mbPlayFull; in collect()
336 xProps->getPropertyValue( mpImpl->msPresOrder ) >>= aEffect.mnPresId; in collect()
337 xProps->getPropertyValue( mpImpl->msSpeed ) >>= aEffect.meSpeed; in collect()
341 xProps->getPropertyValue( mpImpl->msIsAnimation ) >>= bIsAnimation; in collect()
352 mpImpl->maEffects.push_back( aEffect ); in collect()
357 xProps->getPropertyValue( mpImpl->msEffect ) >>= eEffect; in collect()
374 xProps->getPropertyValue( mpImpl->msAnimPath ) >>= xPath; in collect()
381 mpImpl->maEffects.push_back( aEffect ); in collect()
387 xProps->getPropertyValue( mpImpl->msTextEffect ) >>= eEffect; in collect()
401 mpImpl->maEffects.push_back( aEffect ); in collect()
408 xProps->getPropertyValue( mpImpl->msDimPrev ) >>= bDimPrev; in collect()
409 xProps->getPropertyValue( mpImpl->msDimHide ) >>= bDimHide; in collect()
419 xProps->getPropertyValue( mpImpl->msDimColor ) >>= nColor; in collect()
429 mpImpl->maEffects.push_back( aEffect ); in collect()
443 mpImpl->maEffects.sort(); in exportAnimations()
445 list<XMLEffectHint>::iterator aIter = mpImpl->maEffects.begin(); in exportAnimations()
446 const list<XMLEffectHint>::iterator aEnd = mpImpl->maEffects.end(); in exportAnimations()
548 mpImpl->maEffects.clear(); in exportAnimations()