Searched refs:fSkewAngle (Results 1 – 5 of 5) sorted by relevance
222 double fSkewAngle = nSkew; in impl_execute() local289 aSkewPropPair.Second.Value <<= fSkewAngle; in impl_execute()690 double fSkewAngle = -135; in getExtrusionDirectionState() local705 aSkewPropPair.Second.Value >>= fSkewAngle; in getExtrusionDirectionState()708 fSkewAngle = 0.0; in getExtrusionDirectionState()709 else if ( fSkewAngle == 0.0 ) in getExtrusionDirectionState()710 fSkewAngle = -360.0; in getExtrusionDirectionState()725 fSkewAngle = -1; in getExtrusionDirectionState()732 fSkewAngle = 135.0; in getExtrusionDirectionState()737 fSkewAngle = -135.0; in getExtrusionDirectionState()[all …]
220 GetSkew( rGeometryItem, fSkew, fSkewAngle ); in Transformation2D()247 aPoint.getX() + (fDepth * cos( fSkewAngle )), in ApplySkewSettings()248 aPoint.getY() - (fDepth * sin( fSkewAngle )), in ApplySkewSettings()
44 double fSkewAngle; member in EnhancedCustomShape3d::Transformation2D
2985 double fSkewAngle = 0; in CreateCustomShapeProperties() local2987 …&& ( aSkewParaPair.First.Value >>= fSkewAmount ) && ( aSkewParaPair.Second.Value >>= fSkewAngle ) ) in CreateCustomShapeProperties()2990 … AddOpt( DFF_Prop_c3DSkewAngle, (sal_Int32)( fSkewAngle * 65536 ) ); in CreateCustomShapeProperties()
1907 …double fSkewAngle = (double)((sal_Int32)GetPropertyValue( DFF_Prop_c3DSkewAngle, sal::static_int_c… in ApplyCustomShapeGeometryAttributes() local1912 aSkewPair.Second.Value <<= fSkewAngle; in ApplyCustomShapeGeometryAttributes()