Home
last modified time | relevance | path

Searched refs:fTextRotateAngle (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1676 double fTextRotateAngle = nTextRotateAngle; in ApplyCustomShapeGeometryAttributes() local
1679 aProp.Value <<= fTextRotateAngle; in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx2755 double f = 0, fTextRotateAngle; in CreateCustomShapeProperties() local
2758 fTextRotateAngle = fmod( f, 360.0 ); in CreateCustomShapeProperties()
2759 if ( fTextRotateAngle < 0 ) in CreateCustomShapeProperties()
2760 fTextRotateAngle = 360 + fTextRotateAngle; in CreateCustomShapeProperties()
2761 if ( ( fTextRotateAngle < 271.0 ) && ( fTextRotateAngle > 269.0 ) ) in CreateCustomShapeProperties()
2763 else if ( ( fTextRotateAngle < 181.0 ) && ( fTextRotateAngle > 179.0 ) ) in CreateCustomShapeProperties()
2765 else if ( ( fTextRotateAngle < 91.0 ) && ( fTextRotateAngle > 79.0 ) ) in CreateCustomShapeProperties()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx518 double fTextRotateAngle = 0; in ImpExportEnhancedGeometry() local
519 if ( rGeoProp.Value >>= fTextRotateAngle ) in ImpExportEnhancedGeometry()
521 rUnitConverter.convertDouble( aStrBuffer, fTextRotateAngle ); in ImpExportEnhancedGeometry()

Completed in 102 milliseconds