Searched refs:nGroupRotateAngle (Results 1 – 1 of 1) sorted by relevance
4184 sal_Int32 nGroupRotateAngle = 0; in ImportGroup() local4191 nGroupRotateAngle = mnFix16Angle; in ImportGroup()4201 if ( ( nGroupRotateAngle > 4500 && nGroupRotateAngle <= 13500 ) in ImportGroup()4202 || ( nGroupRotateAngle > 22500 && nGroupRotateAngle <= 31500 ) ) in ImportGroup()4249 if ( nGroupRotateAngle ) in ImportGroup()4251 double a = nGroupRotateAngle * nPi180; in ImportGroup()4252 pRet->NbcRotate( aClientRect.Center(), nGroupRotateAngle, sin( a ), cos( a ) ); in ImportGroup()
Completed in 108 milliseconds