Home
last modified time | relevance | path

Searched refs:fSkewAngle (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/svx/source/toolbars/
H A Dextrusionbar.cxx708 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()
742 fSkewAngle = 180.0; in getExtrusionDirectionState()
750 fSkewAngle = -45.0; in getExtrusionDirectionState()
755 fSkewAngle = 45.0; in getExtrusionDirectionState()
768 fSkewAngle = -90.0; in getExtrusionDirectionState()
773 fSkewAngle = 90.0; in getExtrusionDirectionState()
[all …]
/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx220 GetSkew( rGeometryItem, fSkew, fSkewAngle ); in Transformation2D()
247 aPoint.getX() + (fDepth * cos( fSkewAngle )), in ApplySkewSettings()
248 aPoint.getY() - (fDepth * sin( fSkewAngle )), in ApplySkewSettings()
H A DEnhancedCustomShape3d.hxx44 double fSkewAngle; member in EnhancedCustomShape3d::Transformation2D
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx2985 double fSkewAngle = 0; in CreateCustomShapeProperties() local
2987 …&& ( aSkewParaPair.First.Value >>= fSkewAmount ) && ( aSkewParaPair.Second.Value >>= fSkewAngle ) ) in CreateCustomShapeProperties()
2990 AddOpt( DFF_Prop_c3DSkewAngle, (sal_Int32)( fSkewAngle * 65536 ) ); in CreateCustomShapeProperties()
H A Dmsdffimp.cxx1907 …double fSkewAngle = (double)((sal_Int32)GetPropertyValue( DFF_Prop_c3DSkewAngle, sal::static_int_c… in ApplyCustomShapeGeometryAttributes() local
1912 aSkewPair.Second.Value <<= fSkewAngle; in ApplyCustomShapeGeometryAttributes()

Completed in 65 milliseconds