Searched refs:nSpFlags (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 451 sal_uInt32 nC, nSpFlags; in SolveSolver() local 458 nSpFlags = pPtr->nSpFlagsA; in SolveSolver() 465 nSpFlags = pPtr->nSpFlagsB; in SolveSolver() 497 if ( nSpFlags & SP_FFLIPH ) in SolveSolver() 502 if ( nSpFlags & SP_FFLIPV ) in SolveSolver() 628 if ( nSpFlags & SP_FFLIPH ) in SolveSolver() 633 if ( nSpFlags & SP_FFLIPV ) in SolveSolver() 1306 if ( rObjData.nSpFlags & SP_FFLIPV ) in ApplyRectangularGradientAsBitmap() 1308 if ( rObjData.nSpFlags & SP_FFLIPH ) in ApplyRectangularGradientAsBitmap() 2763 if ( mnFix16Angle || ( rObjData.nSpFlags & SP_FFLIPV ) ) in ApplyAttributes() [all …]
|
| H A D | eschesdo.cxx | 422 sal_uInt16 nSpType, nSpFlags; in ImplWriteShape() local 425 rSolverContainer, aNewRect, nSpType, nSpFlags ) == sal_False ) in ImplWriteShape() 431 ADD_SHAPE( nSpType, nSpFlags ); in ImplWriteShape()
|
| H A D | svdfppt.cxx | 836 if ( ! ( rObjData.nSpFlags & SP_FGROUP ) ) // sj: #114758# ... in ProcessObj() 1260 …sal_Int32 nAngle = ( rObjData.nSpFlags & SP_FFLIPV ) ? -mnFix16Angle : mnFix16Angle; // #72116#… in ProcessObj() 1281 if ( rObjData.nSpFlags & SP_FFLIPV ) in ProcessObj() 1286 if ( rObjData.nSpFlags & SP_FFLIPH ) in ProcessObj() 1336 if ( rObjData.nSpFlags & SP_FBACKGROUND ) in ProcessObj() 1367 pPtr->nSpFlagsA = rObjData.nSpFlags; in ProcessObj() 1372 pPtr->nSpFlagsB = rObjData.nSpFlags; in ProcessObj() 3035 sal_uInt32 nSpFlags; in ImportPage() local 3036 rStCtrl >> nSpFlags >> nSpFlags; in ImportPage() 3037 if ( nSpFlags & SP_FBACKGROUND ) in ImportPage() [all …]
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | msdffimp.hxx | 289 sal_uInt32 nSpFlags; member 309 nSpFlags( 0 ), in DffObjData()
|
| /trunk/main/sd/source/filter/eppt/ |
| H A D | epptso.cxx | 4666 sal_uInt32 nSpFlags = SHAPEFLAG_HAVESPT | SHAPEFLAG_HAVEANCHOR | SHAPEFLAG_OLESHAPE; in ImplWritePage() local 4667 ImplCreateShape( ESCHER_ShpInst_HostControl, nSpFlags, aSolverContainer ); in ImplWritePage() 4695 sal_uInt16 nSpType, nSpFlags; in ImplWritePage() local 4697 ….CreateConnectorProperties( mXShape, aSolverContainer, aNewRect, nSpType, nSpFlags ) == sal_False ) in ImplWritePage() 4705 ImplCreateShape( nSpType, nSpFlags, aSolverContainer ); in ImplWritePage() 5177 sal_uInt32 nSpFlags = 0xa00; in ImplWritePage() local 5179 nSpFlags |= 0x10; in ImplWritePage() 5180 ImplCreateShape( ESCHER_ShpInst_PictureFrame, nSpFlags, aSolverContainer ); in ImplWritePage()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par.cxx | 842 …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() 970 pImpRec->nFlags = rObjData.nSpFlags; in ProcessObj() 982 ( (rObjData.nSpFlags & SP_FGROUP) in ProcessObj()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xiescher.cxx | 397 mnDffFlags = rDffObjData.nSpFlags; in SetDffData() 3435 bool bGlobalPageGroup = ::get_flag< sal_uInt32 >( rDffObjData.nSpFlags, SP_FPATRIARCH ); in ProcessObj()
|