Home
last modified time | relevance | path

Searched refs:fExtraTextRotateAngle (Results 1 – 2 of 2) sorted by relevance

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