Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Descherex.cxx2996 double fSkewAngle = 0; in CreateCustomShapeProperties() local
2998 …&& ( aSkewParaPair.First.Value >>= fSkewAmount ) && ( aSkewParaPair.Second.Value >>= fSkewAngle ) ) in CreateCustomShapeProperties()
3001 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()
/trunk/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
/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx702 fSkewAngle = 0.0; in getExtrusionDirectionState()
704 fSkewAngle = -360.0; in getExtrusionDirectionState()
719 fSkewAngle = -1; in getExtrusionDirectionState()
726 fSkewAngle = 135.0; in getExtrusionDirectionState()
731 fSkewAngle = -135.0; in getExtrusionDirectionState()
736 fSkewAngle = 180.0; in getExtrusionDirectionState()
744 fSkewAngle = -45.0; in getExtrusionDirectionState()
749 fSkewAngle = 45.0; in getExtrusionDirectionState()
762 fSkewAngle = -90.0; in getExtrusionDirectionState()
767 fSkewAngle = 90.0; in getExtrusionDirectionState()
[all …]

Completed in 72 milliseconds