Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx500 double fExtraTextRotateAngle = 0.0; in GetExtraTextRotation() local
502 *pAny >>= fExtraTextRotateAngle; in GetExtraTextRotation()
503 return fExtraTextRotateAngle; in GetExtraTextRotation()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2849 double fExtraTextRotateAngle = 0.0; in CheckAndCorrectExcelTextRotation() local
2851 *pAny >>= fExtraTextRotateAngle; in CheckAndCorrectExcelTextRotation()
2854 fExtraTextRotateAngle += mnFix16Angle / 100.0; in CheckAndCorrectExcelTextRotation()
2856 fExtraTextRotateAngle -= 180.0; in CheckAndCorrectExcelTextRotation()
2860 aTextRotateAngle.Value <<= fExtraTextRotateAngle; in CheckAndCorrectExcelTextRotation()

Completed in 43 milliseconds