Home
last modified time | relevance | path

Searched refs:fForeDepth (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1712 …double fForeDepth = (double)((sal_Int32)GetPropertyValue( DFF_Prop_c3DExtrudeForward, 0 )) / 360.0; in ApplyCustomShapeGeometryAttributes() local
1713 double fDepth = fBackDepth + fForeDepth; in ApplyCustomShapeGeometryAttributes()
1714 double fFraction = fDepth != 0.0 ? fForeDepth / fDepth : 0; in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx2835 double fForeDepth = fDepth * fFraction; in CreateCustomShapeProperties() local
2836 double fBackDepth = fDepth - fForeDepth; in CreateCustomShapeProperties()
2841 if ( fForeDepth != 0.0 ) in CreateCustomShapeProperties()
2843 fForeDepth *= 360.0; in CreateCustomShapeProperties()
2844 AddOpt( DFF_Prop_c3DExtrudeForward, (sal_Int32)fForeDepth ); in CreateCustomShapeProperties()

Completed in 63 milliseconds