Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx505 if ( nSpFlags & SP_FFLIPV ) in SolveSolver()
636 if ( nSpFlags & SP_FFLIPV ) in SolveSolver()
1309 if ( rObjData.nSpFlags & SP_FFLIPV ) in ApplyRectangularGradientAsBitmap()
2753 if ( mnFix16Angle || ( rObjData.nSpFlags & SP_FFLIPV ) ) in ApplyAttributes()
2842 if ( rObjData.nSpFlags & SP_FFLIPV ) in CheckAndCorrectExcelTextRotation()
4260 if ( nSpFlags & SP_FFLIPV ) // Vertikal gespiegelt? in ImportGroup()
4716 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4752 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4804 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4853 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()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx138 #define SP_FFLIPV 0x080 // Shape is flipped vertically macro
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.cxx843 …if ( ( ( rObjData.nSpFlags & SP_FFLIPV ) || mnFix16Angle || nTextRotationAngle ) && dynamic_cast< … in ProcessObj()
852 …if ( rObjData.nSpFlags & SP_FFLIPV ) // sj: in ppt the text is flipped, whereas in word the text in ProcessObj()