Home
last modified time | relevance | path

Searched refs:nGroupRotateAngle (Results 1 – 1 of 1) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4203 sal_Int32 nGroupRotateAngle = 0; in ImportGroup() local
4210 nGroupRotateAngle = mnFix16Angle; in ImportGroup()
4220 if ( ( nGroupRotateAngle > 4500 && nGroupRotateAngle <= 13500 ) in ImportGroup()
4221 || ( nGroupRotateAngle > 22500 && nGroupRotateAngle <= 31500 ) ) in ImportGroup()
4268 if ( nGroupRotateAngle ) in ImportGroup()
4270 double a = nGroupRotateAngle * nPi180; in ImportGroup()
4271 pRet->NbcRotate( aClientRect.Center(), nGroupRotateAngle, sin( a ), cos( a ) ); in ImportGroup()

Completed in 65 milliseconds