Searched refs:nSpFlags (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 454 sal_uInt32 nC, nSpFlags; in SolveSolver() local 500 if ( nSpFlags & SP_FFLIPH ) in SolveSolver() 505 if ( nSpFlags & SP_FFLIPV ) in SolveSolver() 4191 sal_Int32 nSpFlags = 0; in ImportGroup() local 4196 nSpFlags = nGroupShapeFlags; in ImportGroup() 4317 >> aObjData.nSpFlags; in ImportShape() 4438 sal_uInt32 nSpFlags = aObjData.nSpFlags; in ImportShape() local 4796 if ( nSpFlags & SP_FFLIPH ) in ImportShape() 4804 if ( nSpFlags & SP_FFLIPV ) in ImportShape() 4907 if ( nSpFlags & SP_FFLIPH ) in ImportShape() [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# ve… 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() 3036 sal_uInt32 nSpFlags; in ImportPage() local 3037 rStCtrl >> nSpFlags >> nSpFlags; in ImportPage() 3038 if ( nSpFlags & SP_FBACKGROUND ) in ImportPage() [all …]
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 289 sal_uInt32 nSpFlags; member 309 nSpFlags( 0 ), in DffObjData()
|
/aoo41x/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()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 843 …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() 971 pImpRec->nFlags = rObjData.nSpFlags; in ProcessObj() 983 ( (rObjData.nSpFlags & SP_FGROUP) in ProcessObj()
|
/aoo41x/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()
|
Completed in 138 milliseconds