Searched refs:fByY (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 2114 float fByX, fByY, fFromX, fFromY, fToX, fToY; in importAnimateMotionContainer() local 2116 mrStCtrl >> nBits >> fByX >> fByY >> fFromX >> fFromY >> fToX >> fToY >> nOrigin; in importAnimateMotionContainer() 2120 fprintf( mpFile, " by=\"%g,%g\"", (double)fByX, (double)fByY ); in importAnimateMotionContainer() 2400 float fByX, fByY, fFromX, fFromY, fToX, fToY; in importAnimateScaleContainer() local 2403 mrStCtrl >> nBits >> fByX >> fByY >> fFromX >> fFromY >> fToX >> fToY >> nZoomContents; in importAnimateScaleContainer() 2426 aPair.Second <<= (double)fByY / 100.0; in importAnimateScaleContainer() 2447 fprintf( mpFile, " by=\"%g,%g\"", (double)fByX, (double)fByY ); in importAnimateScaleContainer()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 1949 float fByY = 100.0; // nBits&1 in exportAnimateMotion() local 1954 rStrm << nBits << fByX << fByY << fFromX << fFromY << fToX << fToY << nOrigin; in exportAnimateMotion() 1985 float fByY = 100.0; in exportAnimateTransform() local 1999 fByY = (float)( fY * 100 ); in exportAnimateTransform() 2025 rStrm << nBits << fByX << fByY << fFromX << fFromY << fToX << fToY << nZoomContents; in exportAnimateTransform()
|
Completed in 34 milliseconds