Lines Matching refs:fObjectRotation
491 return fObjectRotation; in GetObjectRotation()
645 fObjectRotation( 0.0 ), in SdrObjCustomShape()
1639 rInfo.bResizeFreeAllowed=fObjectRotation == 0.0; in TakeObjInfo()
1907 fObjectRotation = fmod( fObjectRotation, 360.0 ); in NbcRotate()
1908 if ( fObjectRotation < 0 ) in NbcRotate()
1909 fObjectRotation = 360 + fObjectRotation; in NbcRotate()
1919 long nW = (long)( fObjectRotation * 100 ); // applying our object rotation in NbcRotate()
1939 fObjectRotation = fmod( nSwap ? fObjectRotation - fWink : fObjectRotation + fWink, 360.0 ); in NbcRotate()
1940 if ( fObjectRotation < 0 ) in NbcRotate()
1941 fObjectRotation = 360 + fObjectRotation; in NbcRotate()
1982 fObjectRotation = fmod( bSingleFlip ? -fWink : fWink, 360.0 ); in NbcMirror()
1984 if ( fObjectRotation < 0 ) in NbcMirror()
1986 fObjectRotation = 360.0 + fObjectRotation; in NbcMirror()
2012 fObjectRotation = fmod( bSingleFlip ? -fWink : fWink, 360.0 ); in NbcShear()
2014 if ( fObjectRotation < 0 ) in NbcShear()
2016 fObjectRotation = 360.0 + fObjectRotation; in NbcShear()
2118 … RotatePoint( aGlue, aRef, sin( fObjectRotation * F_PI180 ), cos( fObjectRotation * F_PI180 ) ); in ImpCheckCustomGluePointsAreAdded()
3122 fObjectRotation = ((SdrObjCustomShape&)rObj).fObjectRotation; in operator =()
3231 rAGeo.fObjectRotation = fObjectRotation; in SaveGeoData()
3245 fObjectRotation = rAGeo.fObjectRotation; in RestGeoData()
3387 double fRotate = fObjectRotation * F_PI180; in TRGetBaseGeometry()