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()
2836 double fExtraTextRotateAngle = 0.0; in CheckAndCorrectExcelTextRotation() local2838 *pAny >>= fExtraTextRotateAngle; in CheckAndCorrectExcelTextRotation()2841 fExtraTextRotateAngle += mnFix16Angle / 100.0; in CheckAndCorrectExcelTextRotation()2843 fExtraTextRotateAngle -= 180.0; in CheckAndCorrectExcelTextRotation()2847 aTextRotateAngle.Value <<= fExtraTextRotateAngle; in CheckAndCorrectExcelTextRotation()
Completed in 125 milliseconds