Searched refs:fExtraTextRotateAngle (Results 1 – 2 of 2) sorted by relevance
500 double fExtraTextRotateAngle = 0.0; in GetExtraTextRotation() local502 *pAny >>= fExtraTextRotateAngle; in GetExtraTextRotation()503 return fExtraTextRotateAngle; in GetExtraTextRotation()
2849 double fExtraTextRotateAngle = 0.0; in CheckAndCorrectExcelTextRotation() local2851 *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 132 milliseconds