Home
last modified time | relevance | path

Searched refs:aKeyTimes (Results 1 – 7 of 7) sorted by relevance

/trunk/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx654 const uno::Sequence< double >& aKeyTimes( xNode->getKeyTimes() ); in createActivity() local
655 if( aKeyTimes.hasElements() ) in createActivity()
658 aActivityParms.maDiscreteTimes.resize( aKeyTimes.getLength() ); in createActivity()
661 aKeyTimes ); // saves us some temporary vectors in createActivity()
672 if( !aKeyTimes.hasElements() ) in createActivity()
748 if( !aKeyTimes.hasElements() ) in createActivity()
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx369 Sequence<double> aKeyTimes; in setNode() local
370 if( aValue >>= aKeyTimes ) in setNode()
371 xAnimate->setKeyTimes(aKeyTimes); in setNode()
H A Dtimenodelistcontext.cxx645 Sequence< double > aKeyTimes( nKeyTimes ); in ~AnimContext() local
654 aTime >>= aKeyTimes[i]; in ~AnimContext()
669 aProps[ NP_KEYTIMES ] <<= aKeyTimes; in ~AnimContext()
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx1182 Sequence< double > aKeyTimes( xAnimate->getKeyTimes() ); in exportAnimate() local
1183 if( aKeyTimes.getLength() ) in exportAnimate()
1185 sal_Int32 nLength = aKeyTimes.getLength(); in exportAnimate()
1186 const double* p = aKeyTimes.getConstArray(); in exportAnimate()
H A Danimationimport.cxx625 Sequence< double > aKeyTimes( nElements ); in convertKeyTimes() local
629 double* pValues = aKeyTimes.getArray(); in convertKeyTimes()
635 return aKeyTimes; in convertKeyTimes()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1819 Sequence< double > aKeyTimes( xAnimate->getKeyTimes() ); in exportAnimateKeyPoints() local
1822 if ( aKeyTimes.getLength() ) in exportAnimateKeyPoints()
1826 for ( i = 0; i < aKeyTimes.getLength(); i++ ) in exportAnimateKeyPoints()
1830 sal_Int32 nKeyTime = (sal_Int32)( aKeyTimes[ i ] * 1000.0 ); in exportAnimateKeyPoints()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2677 Sequence< double > aKeyTimes( nKeyTimes ); in importAnimateKeyPoints() local
2690 aKeyTimes[nKeyTime] = fTemp; in importAnimateKeyPoints()
2738 dump( "%f;", aKeyTimes[i] ); in importAnimateKeyPoints()
2788 xAnim->setKeyTimes( aKeyTimes ); in importAnimateKeyPoints()

Completed in 68 milliseconds