Searched refs:xAnim (Results 1 – 2 of 2) sorted by relevance
1333 Reference< XAnimate > xAnim( xNode, UNO_QUERY ); in fillNode() local1334 if( xAnim.is() ) in fillNode()1370 xAnim->setTimeFilter( aTimeFilter ); in fillNode()2015 Reference< XAnimate > xAnim( xNode, UNO_QUERY ); in importAnimateContainer() local2017 …DBG_ASSERT( pAtom && pAtom->getType() == DFF_msofbtAnimate && xAnim.is(), "invalid call to ppt::An… in importAnimateContainer()2018 if( pAtom && xAnim.is() ) in importAnimateContainer()2040 xAnim->setCalcMode( n ); in importAnimateContainer()2047 xAnim->setValueType( n ); in importAnimateContainer()2068 case 1: xAnim->setBy( a ); dump( " by=\"" ); break; in importAnimateContainer()2069 case 2: xAnim->setFrom( a ); dump( " from=\"" ); break; in importAnimateContainer()[all …]
1129 Reference< XAnimate > xAnim( xNode, UNO_QUERY ); in exportAnimPropertySet() local1130 if( xAnim.is() ) in exportAnimPropertySet()