Searched refs:aKeyTimes (Results 1 – 7 of 7) sorted by relevance
654 const uno::Sequence< double >& aKeyTimes( xNode->getKeyTimes() ); in createActivity() local655 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()
369 Sequence<double> aKeyTimes; in setNode() local370 if( aValue >>= aKeyTimes ) in setNode()371 xAnimate->setKeyTimes(aKeyTimes); in setNode()
645 Sequence< double > aKeyTimes( nKeyTimes ); in ~AnimContext() local654 aTime >>= aKeyTimes[i]; in ~AnimContext()669 aProps[ NP_KEYTIMES ] <<= aKeyTimes; in ~AnimContext()
1182 Sequence< double > aKeyTimes( xAnimate->getKeyTimes() ); in exportAnimate() local1183 if( aKeyTimes.getLength() ) in exportAnimate()1185 sal_Int32 nLength = aKeyTimes.getLength(); in exportAnimate()1186 const double* p = aKeyTimes.getConstArray(); in exportAnimate()
625 Sequence< double > aKeyTimes( nElements ); in convertKeyTimes() local629 double* pValues = aKeyTimes.getArray(); in convertKeyTimes()635 return aKeyTimes; in convertKeyTimes()
1819 Sequence< double > aKeyTimes( xAnimate->getKeyTimes() ); in exportAnimateKeyPoints() local1822 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()
2677 Sequence< double > aKeyTimes( nKeyTimes ); in importAnimateKeyPoints() local2690 aKeyTimes[nKeyTime] = fTemp; in importAnimateKeyPoints()2738 dump( "%f;", aKeyTimes[i] ); in importAnimateKeyPoints()2788 xAnim->setKeyTimes( aKeyTimes ); in importAnimateKeyPoints()
Completed in 69 milliseconds