Searched refs:mnFix16Angle (Results 1 – 4 of 4) sorted by relevance
264 …( (DffPropertyReader*) this )->mnFix16Angle = Fix16ToAngle( GetPropertyValue( DFF_Prop_Rotation, 0… in ReadPropSet()1387 … ApplyRectangularGradientAsBitmap( rManager, rIn, rSet, aShadeColors, rObjData, mnFix16Angle ); in ApplyFillAttributes()2763 if ( mnFix16Angle || ( rObjData.nSpFlags & SP_FFLIPV ) ) in ApplyAttributes()2850 if ( rManager.mnFix16Angle ) in CheckAndCorrectExcelTextRotation()2851 fExtraTextRotateAngle += mnFix16Angle / 100.0; in CheckAndCorrectExcelTextRotation()3786 ((SvxMSDffManager*)this)->mnFix16Angle = 0; // we don't want to use this property in future in ImportFontWork()4202 mnFix16Angle = 0; in ImportGroup()4207 nGroupRotateAngle = mnFix16Angle; in ImportGroup()4362 ( (DffPropertyReader*) this )->mnFix16Angle = 0; in ImportShape()4411 if( mnFix16Angle ) in ImportShape()[all …]
1260 …sal_Int32 nAngle = ( rObjData.nSpFlags & SP_FFLIPV ) ? -mnFix16Angle : mnFix16Angle; // #72116#… in ProcessObj()3249 mnFix16Angle = Fix16ToAngle( GetPropertyValue( DFF_Prop_Rotation, 0 ) ); in ImportPageBackgroundObject()
842 …if ( ( ( rObjData.nSpFlags & SP_FFLIPV ) || mnFix16Angle || nTextRotationAngle ) && dynamic_cast< … in ProcessObj()847 if ( mnFix16Angle && !( GetPropertyValue( DFF_Prop_FitTextToShape ) & 4 ) ) in ProcessObj()849 fExtraTextRotation = -mnFix16Angle; in ProcessObj()868 else if ( mnFix16Angle ) in ProcessObj()871 double a = mnFix16Angle * nPi180; in ProcessObj()872 pObj->NbcRotate( rObjData.aBoundRect.Center(), mnFix16Angle, in ProcessObj()
82 sal_Int32 mnFix16Angle; member in DffPropertyReader