Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1651 sal_Int32 nTextRotateAngle = 0; in ApplyCustomShapeGeometryAttributes() local
1656 nTextRotateAngle += 90; in ApplyCustomShapeGeometryAttributes()
1662 nTextRotateAngle -= 180; in ApplyCustomShapeGeometryAttributes()
1665 case mso_cdir180: nTextRotateAngle -= 180; break; in ApplyCustomShapeGeometryAttributes()
1669 nTextRotateAngle -= 180; in ApplyCustomShapeGeometryAttributes()
1674 if ( nTextRotateAngle ) in ApplyCustomShapeGeometryAttributes()
1676 double fTextRotateAngle = nTextRotateAngle; in ApplyCustomShapeGeometryAttributes()

Completed in 72 milliseconds