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()
847 double fExtraTextRotation = 0.0; in ProcessObj() local850 fExtraTextRotation = -mnFix16Angle; in ProcessObj()854 … fExtraTextRotation += 18000.0; // because our core will flip text if the shape is flipped. in ProcessObj()856 fExtraTextRotation += nTextRotationAngle; in ProcessObj()857 if ( !::basegfx::fTools::equalZero( fExtraTextRotation ) ) in ProcessObj()859 fExtraTextRotation /= 100.0; in ProcessObj()864 aPropVal.Value <<= fExtraTextRotation; in ProcessObj()
Completed in 36 milliseconds