Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2853 if ( rManager.mnFix16Angle ) in CheckAndCorrectExcelTextRotation()
2854 fExtraTextRotateAngle += mnFix16Angle / 100.0; in CheckAndCorrectExcelTextRotation()
4205 mnFix16Angle = 0; in ImportGroup()
4210 nGroupRotateAngle = mnFix16Angle; in ImportGroup()
4414 if( mnFix16Angle ) in ImportShape()
4416 long nAngle = mnFix16Angle; in ImportShape()
4450 sal_Int32 nObjectRotation = mnFix16Angle; in ImportShape()
4760 if ( mnFix16Angle ) in ImportShape()
4762 sal_Int32 nAngle = mnFix16Angle; in ImportShape()
5443 if ( mnFix16Angle ) in ProcessObj()
[all …]
H A Dsvdfppt.cxx1260 …sal_Int32 nAngle = ( rObjData.nSpFlags & SP_FFLIPV ) ? -mnFix16Angle : mnFix16Angle; // #72116# ve… in ProcessObj()
3249 mnFix16Angle = Fix16ToAngle( GetPropertyValue( DFF_Prop_Rotation, 0 ) ); in ImportPageBackgroundObject()
/trunk/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()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx82 sal_Int32 mnFix16Angle; member in DffPropertyReader

Completed in 111 milliseconds