Searched refs:mnFix16Angle (Results 1 – 4 of 4) sorted by relevance
267 …( (DffPropertyReader*) this )->mnFix16Angle = Fix16ToAngle( GetPropertyValue( DFF_Prop_Rotation, 0… in ReadPropSet()1390 … ApplyRectangularGradientAsBitmap( rManager, rIn, rSet, aShadeColors, rObjData, mnFix16Angle ); in ApplyFillAttributes()2753 if ( mnFix16Angle || ( rObjData.nSpFlags & SP_FFLIPV ) ) in ApplyAttributes()2840 if ( rManager.mnFix16Angle ) in CheckAndCorrectExcelTextRotation()2841 fExtraTextRotateAngle += mnFix16Angle / 100.0; in CheckAndCorrectExcelTextRotation()3776 ((SvxMSDffManager*)this)->mnFix16Angle = 0; // we don't want to use this property in future in ImportFontWork()4192 mnFix16Angle = 0; in ImportGroup()4197 nGroupRotateAngle = mnFix16Angle; in ImportGroup()4352 ( (DffPropertyReader*) this )->mnFix16Angle = 0; in ImportShape()4401 if( mnFix16Angle ) in ImportShape()[all …]
1260 …sal_Int32 nAngle = ( rObjData.nSpFlags & SP_FFLIPV ) ? -mnFix16Angle : mnFix16Angle; // #72116#… in ProcessObj()3250 mnFix16Angle = Fix16ToAngle( GetPropertyValue( DFF_Prop_Rotation, 0 ) ); in ImportPageBackgroundObject()
843 …if ( ( ( rObjData.nSpFlags & SP_FFLIPV ) || mnFix16Angle || nTextRotationAngle ) && dynamic_cast< … in ProcessObj()848 if ( mnFix16Angle && !( GetPropertyValue( DFF_Prop_FitTextToShape ) & 4 ) ) in ProcessObj()850 fExtraTextRotation = -mnFix16Angle; in ProcessObj()869 else if ( mnFix16Angle ) in ProcessObj()872 double a = mnFix16Angle * nPi180; in ProcessObj()873 pObj->NbcRotate( rObjData.aBoundRect.Center(), mnFix16Angle, in ProcessObj()
82 sal_Int32 mnFix16Angle; member in DffPropertyReader