Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1648 sal_Int32 nTextRotateAngle = 0; in ApplyCustomShapeGeometryAttributes() local
1653 nTextRotateAngle += 90; in ApplyCustomShapeGeometryAttributes()
1659 nTextRotateAngle -= 180; in ApplyCustomShapeGeometryAttributes()
1662 case mso_cdir180: nTextRotateAngle -= 180; break; in ApplyCustomShapeGeometryAttributes()
1666 nTextRotateAngle -= 180; in ApplyCustomShapeGeometryAttributes()
1671 if ( nTextRotateAngle ) in ApplyCustomShapeGeometryAttributes()
1673 double fTextRotateAngle = nTextRotateAngle; in ApplyCustomShapeGeometryAttributes()