Home
last modified time | relevance | path

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

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