Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1601 double fAccelerate = 0.0; in changeSelection() local
1602 pResultSet->getPropertyValue( nHandleAccelerate ) >>= fAccelerate; in changeSelection()
1603 if( pEffect->getAcceleration() != fAccelerate ) in changeSelection()
1605 pEffect->setAcceleration( fAccelerate ); in changeSelection()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1881 float fAccelerate = (float)xNode->getAcceleration(); in exportAnimValue() local
1882 if ( bExportAlways || ( fAccelerate != 0.0 ) ) in exportAnimValue()
1887 << fAccelerate; in exportAnimValue()

Completed in 29 milliseconds