Searched refs:fTextRotateAngle (Results 1 – 3 of 3) sorted by relevance
2744 double f = 0, fTextRotateAngle; in CreateCustomShapeProperties() local2747 fTextRotateAngle = fmod( f, 360.0 ); in CreateCustomShapeProperties()2748 if ( fTextRotateAngle < 0 ) in CreateCustomShapeProperties()2749 fTextRotateAngle = 360 + fTextRotateAngle; in CreateCustomShapeProperties()2750 if ( ( fTextRotateAngle < 271.0 ) && ( fTextRotateAngle > 269.0 ) ) in CreateCustomShapeProperties()2752 else if ( ( fTextRotateAngle < 181.0 ) && ( fTextRotateAngle > 179.0 ) ) in CreateCustomShapeProperties()2754 else if ( ( fTextRotateAngle < 91.0 ) && ( fTextRotateAngle > 79.0 ) ) in CreateCustomShapeProperties()
1676 double fTextRotateAngle = nTextRotateAngle; in ApplyCustomShapeGeometryAttributes() local1679 aProp.Value <<= fTextRotateAngle; in ApplyCustomShapeGeometryAttributes()
518 double fTextRotateAngle = 0; in ImpExportEnhancedGeometry() local519 if ( rGeoProp.Value >>= fTextRotateAngle ) in ImpExportEnhancedGeometry()521 rUnitConverter.convertDouble( aStrBuffer, fTextRotateAngle ); in ImpExportEnhancedGeometry()
Completed in 118 milliseconds