Searched refs:nRotateAngle (Results 1 – 5 of 5) sorted by relevance
277 sal_Int32 nRotateAngle = aCustomShape2d.GetRotateAngle(); in REF() local299 nRotateAngle = 0; in REF()317 if( nRotateAngle ) in REF()319 double a = nRotateAngle * F_PI18000; in REF()320 …pRenderedShape->NbcRotate( pSdrObjCustomShape->GetSnapRect().Center(), nRotateAngle, sin( a ), cos… in REF()400 sal_Int32 nRotateAngle = aCustomShape2d.GetRotateAngle(); in getLineGeometry() local401 if( nRotateAngle ) in getLineGeometry()403 double a = nRotateAngle * F_PI18000; in getLineGeometry()404 pObj->NbcRotate( aRect.Center(), nRotateAngle, sin( a ), cos( a ) ); in getLineGeometry()
751 nRotateAngle = (sal_Int32)(((SdrObjCustomShape*)pCustomShapeObj)->GetObjectRotation() * 100.0); in EnhancedCustomShape2d()753 nRotateAngle = pCustomShapeObj->GetRotateAngle(); in EnhancedCustomShape2d()1180 if ( nRotateAngle ) in GetHandlePosition()1182 double a = nRotateAngle * F_PI18000; in GetHandlePosition()1212 if ( nRotateAngle ) in SetHandleControllerPosition()1214 double a = -nRotateAngle * F_PI18000; in SetHandleControllerPosition()
118 sal_Int32 nRotateAngle; member in EnhancedCustomShape2d166 sal_Int32 GetRotateAngle() { return nRotateAngle; }; in GetRotateAngle()
1490 long nRotateAngle=0; in SetGeoAttrToMarked() local1555 nRotateAngle=((const SfxInt32Item*)pPoolItem)->GetValue()-nOldRotateAngle; in SetGeoAttrToMarked()1556 bRotate = (nRotateAngle != 0); in SetGeoAttrToMarked()1647 RotateMarkedObj(aRef,nRotateAngle); in SetGeoAttrToMarked()
2861 sal_Int32 nRotateAngle = 0; in ImportGradientColor() local2874 nRotateAngle = GetPropertyValue( DFF_Prop_Rotation, 0 ); in ImportGradientColor()2875 if(nRotateAngle)//fixed point number in ImportGradientColor()2876 …nRotateAngle = ( (sal_Int16)( nRotateAngle >> 16) * 100L ) + ( ( ( nRotateAngle & 0x0000ffff) * 10… in ImportGradientColor()2877 nRotateAngle = ( nRotateAngle + 5 ) / 10 ;//round up in ImportGradientColor()2880 nAngle -= nRotateAngle; in ImportGradientColor()
Completed in 104 milliseconds