Home
last modified time | relevance | path

Searched refs:mnFix16Angle (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx264 …( (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 …]
H A Dsvdfppt.cxx1260 …sal_Int32 nAngle = ( rObjData.nSpFlags & SP_FFLIPV ) ? -mnFix16Angle : mnFix16Angle; // #72116#… in ProcessObj()
3249 mnFix16Angle = Fix16ToAngle( GetPropertyValue( DFF_Prop_Rotation, 0 ) ); in ImportPageBackgroundObject()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx842 …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()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx82 sal_Int32 mnFix16Angle; member in DffPropertyReader