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()
2846 double fExtraTextRotateAngle = 0.0; in CheckAndCorrectExcelTextRotation() local2848 *pAny >>= fExtraTextRotateAngle; in CheckAndCorrectExcelTextRotation()2851 fExtraTextRotateAngle += mnFix16Angle / 100.0; in CheckAndCorrectExcelTextRotation()2853 fExtraTextRotateAngle -= 180.0; in CheckAndCorrectExcelTextRotation()2857 aTextRotateAngle.Value <<= fExtraTextRotateAngle; in CheckAndCorrectExcelTextRotation()