Searched refs:fSkewAngle (Results 1 – 5 of 5) sorted by relevance
214 double fSkewAngle = nSkew; in impl_execute() local281 aSkewPropPair.Second.Value <<= fSkewAngle; in impl_execute()682 double fSkewAngle = -135; in getExtrusionDirectionState() local697 aSkewPropPair.Second.Value >>= fSkewAngle; in getExtrusionDirectionState()700 fSkewAngle = 0.0; in getExtrusionDirectionState()701 else if ( fSkewAngle == 0.0 ) in getExtrusionDirectionState()702 fSkewAngle = -360.0; in getExtrusionDirectionState()717 fSkewAngle = -1; in getExtrusionDirectionState()724 fSkewAngle = 135.0; in getExtrusionDirectionState()729 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
2996 double fSkewAngle = 0; in CreateCustomShapeProperties() local2998 …&& ( aSkewParaPair.First.Value >>= fSkewAmount ) && ( aSkewParaPair.Second.Value >>= fSkewAngle ) ) in CreateCustomShapeProperties()3001 … AddOpt( DFF_Prop_c3DSkewAngle, (sal_Int32)( fSkewAngle * 65536 ) ); in CreateCustomShapeProperties()
1904 …double fSkewAngle = (double)((sal_Int32)GetPropertyValue( DFF_Prop_c3DSkewAngle, sal::static_int_c… in ApplyCustomShapeGeometryAttributes() local1909 aSkewPair.Second.Value <<= fSkewAngle; in ApplyCustomShapeGeometryAttributes()