Home
last modified time | relevance | path

Searched refs:fSkewAmount (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Descherex.cxx2995 double fSkewAmount = 0; in CreateCustomShapeProperties() local
2998 … ( rrProp.Value >>= aSkewParaPair ) && ( aSkewParaPair.First.Value >>= fSkewAmount ) && ( aSkewPar… in CreateCustomShapeProperties()
3000 AddOpt( DFF_Prop_c3DSkewAmount, (sal_Int32)fSkewAmount ); in CreateCustomShapeProperties()
H A Dmsdffimp.cxx1903 double fSkewAmount = (sal_Int32)GetPropertyValue( DFF_Prop_c3DSkewAmount, 50 ); in ApplyCustomShapeGeometryAttributes() local
1907 aSkewPair.First.Value <<= fSkewAmount; in ApplyCustomShapeGeometryAttributes()