Home
last modified time | relevance | path

Searched refs:nHandleDuration (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1933 if( pSet->getPropertyState( nHandleDuration ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationDurationTabPage()
1936 pSet->getPropertyValue( nHandleDuration ) >>= fDuration; in CustomAnimationDurationTabPage()
2181 if( mpSet->getPropertyState( nHandleDuration ) != STLPropertyState_AMBIGUOUS ) in update()
2182 mpSet->getPropertyValue( nHandleDuration ) >>= fOldDuration; in update()
2185 pSet->setPropertyValue( nHandleDuration, makeAny( fDuration ) ); in update()
2502 pSet->setPropertyDefaultValue( nHandleDuration, makeAny( (double)2.0 ) ); in createDefaultSet()
H A DCustomAnimationPane.cxx1370 addValue( pSet, nHandleDuration, makeAny( pEffect->getDuration() ) ); in createSelectionSet()
1469 if( pResultSet->getPropertyState( nHandleDuration ) == STLPropertyState_DIRECT ) in changeSelection()
1471 pResultSet->getPropertyValue( nHandleDuration ) >>= fDuration; in changeSelection()
1515 if( pResultSet->getPropertyState( nHandleDuration ) == STLPropertyState_DIRECT ) in changeSelection()
H A DCustomAnimationDialog.hxx48 const sal_Int32 nHandleDuration = 6; variable

Completed in 38 milliseconds