Searched refs:fExtraTextRotation (Results 1 – 2 of 2) sorted by relevance
164 const double fExtraTextRotation(GetCustomShapeObj().GetExtraTextRotation()); in createViewIndependentPrimitive2DSequence() local167 … if(rGeoStat.nShearWink || rGeoStat.nDrehWink || !basegfx::fTools::equalZero(fExtraTextRotation)) in createViewIndependentPrimitive2DSequence()177 if(!basegfx::fTools::equalZero(fExtraTextRotation)) in createViewIndependentPrimitive2DSequence()183 aTextBoxMatrix.rotate((360.0 - fExtraTextRotation) * F_PI180); in createViewIndependentPrimitive2DSequence()
846 double fExtraTextRotation = 0.0; in ProcessObj() local849 fExtraTextRotation = -mnFix16Angle; in ProcessObj()853 … fExtraTextRotation += 18000.0; // because our core will flip text if the shape is flipped. in ProcessObj()855 fExtraTextRotation += nTextRotationAngle; in ProcessObj()856 if ( !::basegfx::fTools::equalZero( fExtraTextRotation ) ) in ProcessObj()858 fExtraTextRotation /= 100.0; in ProcessObj()863 aPropVal.Value <<= fExtraTextRotation; in ProcessObj()