Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx502 if ( nSpFlags & SP_FFLIPV ) in SolveSolver()
633 if ( nSpFlags & SP_FFLIPV ) in SolveSolver()
1306 if ( rObjData.nSpFlags & SP_FFLIPV ) in ApplyRectangularGradientAsBitmap()
2763 if ( mnFix16Angle || ( rObjData.nSpFlags & SP_FFLIPV ) ) in ApplyAttributes()
2852 if ( rObjData.nSpFlags & SP_FFLIPV ) in CheckAndCorrectExcelTextRotation()
4270 if ( nSpFlags & SP_FFLIPV ) // Vertikal gespiegelt? in ImportGroup()
4726 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4762 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4814 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4863 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
[all …]
H A Dsvdfppt.cxx1260 …sal_Int32 nAngle = ( rObjData.nSpFlags & SP_FFLIPV ) ? -mnFix16Angle : mnFix16Angle; // #72116#… in ProcessObj()
1281 if ( rObjData.nSpFlags & SP_FFLIPV ) in ProcessObj()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx138 #define SP_FFLIPV 0x080 // Shape is flipped vertically macro
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx842 …if ( ( ( rObjData.nSpFlags & SP_FFLIPV ) || mnFix16Angle || nTextRotationAngle ) && dynamic_cast< … in ProcessObj()
851 …if ( rObjData.nSpFlags & SP_FFLIPV ) // sj: in ppt the text is flipped, whereas in word the text in ProcessObj()