Home
last modified time | relevance | path

Searched refs:aRepeatCount (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1970 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()
[all …]
H A DCustomAnimationPane.cxx1537 Any aRepeatCount( pResultSet->getPropertyValue( nHandleRepeat ) ); in changeSelection() local
1538 if( aRepeatCount != pEffect->getRepeatCount() ) in changeSelection()
1540 pEffect->setRepeatCount( aRepeatCount ); in changeSelection()

Completed in 39 milliseconds