Lines Matching refs:aRepeatCount
1970 Any aRepeatCount( pSet->getPropertyValue( nHandleRepeat ) ); in CustomAnimationDurationTabPage() local
1971 if( (aRepeatCount.getValueType() == ::getCppuType((const double*)0)) || !aRepeatCount.hasValue() ) in CustomAnimationDurationTabPage()
1974 if( aRepeatCount.hasValue() ) in CustomAnimationDurationTabPage()
1975 aRepeatCount >>= fRepeat; in CustomAnimationDurationTabPage()
1997 else if( aRepeatCount.getValueType() == ::getCppuType((const Timing*)0) ) in CustomAnimationDurationTabPage()
2119 Any aRepeatCount; in update() local
2135 aRepeatCount <<= Timing_INDEFINITE; in update()
2141 aRepeatCount <<= aText.ToDouble(); in update()
2145 Any aOldRepeatCount( aRepeatCount ); in update()
2149 if( aRepeatCount != aOldRepeatCount ) in update()
2150 pSet->setPropertyValue( nHandleRepeat, aRepeatCount ); in update()