Lines Matching refs:nSpFlags

454 				sal_uInt32  nC, nSpFlags;  in SolveSolver()  local
461 nSpFlags = pPtr->nSpFlagsA; in SolveSolver()
468 nSpFlags = pPtr->nSpFlagsB; in SolveSolver()
500 if ( nSpFlags & SP_FFLIPH ) in SolveSolver()
505 if ( nSpFlags & SP_FFLIPV ) in SolveSolver()
631 if ( nSpFlags & SP_FFLIPH ) in SolveSolver()
636 if ( nSpFlags & SP_FFLIPV ) in SolveSolver()
1309 if ( rObjData.nSpFlags & SP_FFLIPV ) in ApplyRectangularGradientAsBitmap()
1311 if ( rObjData.nSpFlags & SP_FFLIPH ) in ApplyRectangularGradientAsBitmap()
2766 if ( mnFix16Angle || ( rObjData.nSpFlags & SP_FFLIPV ) ) in ApplyAttributes()
2855 if ( rObjData.nSpFlags & SP_FFLIPV ) in CheckAndCorrectExcelTextRotation()
3974 lcl_ApplyCropping( *this, ( rObjData.nSpFlags & SP_FOLESHAPE ) == 0 ? &rSet : NULL, aGraf ); in ImportGraphic()
4044 if ( ( rObjData.nSpFlags & SP_FOLESHAPE ) == 0 ) in ImportGraphic()
4204 sal_Int32 nSpFlags = 0; in ImportGroup() local
4209 nSpFlags = nGroupShapeFlags; in ImportGroup()
4273 if ( nSpFlags & SP_FFLIPV ) // Vertikal gespiegelt? in ImportGroup()
4279 if ( nSpFlags & SP_FFLIPH ) // Horizontal gespiegelt? in ImportGroup()
4330 >> aObjData.nSpFlags; in ImportShape()
4333 aObjData.nSpFlags |= SP_FGROUP; in ImportShape()
4335 aObjData.nSpFlags &= ~SP_FGROUP; in ImportShape()
4340 aObjData.nSpFlags = bShapeGroup ? SP_FGROUP : 0; in ImportShape()
4348 mpTracer->AddAttribute( aObjData.nSpFlags & SP_FGROUP in ImportShape()
4408 if ( aObjData.nSpFlags & SP_FBACKGROUND ) in ImportShape()
4433 if ( aObjData.nSpFlags & SP_FGROUP ) in ImportShape()
4442 nGroupShapeFlags = aObjData.nSpFlags; // #73013# in ImportShape()
4451 sal_uInt32 nSpFlags = aObjData.nSpFlags; in ImportShape() local
4721 if ( nSpFlags & SP_FFLIPH ) in ImportShape()
4729 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4763 if ( nSpFlags & SP_FFLIPH ) in ImportShape()
4765 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4809 if ( nSpFlags & SP_FFLIPH ) in ImportShape()
4817 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4857 if ( nSpFlags & SP_FFLIPH ) in ImportShape()
4864 nSpFlags &= ~SP_FFLIPH; in ImportShape()
4866 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4873 nSpFlags &= ~SP_FFLIPV; in ImportShape()
4920 if ( nSpFlags & SP_FFLIPH ) in ImportShape()
4928 if ( nSpFlags & SP_FFLIPV ) in ImportShape()
4958 mpTracer->RemoveAttribute( aObjData.nSpFlags & SP_FGROUP in ImportShape()
5552 pImpRec->bVFlip = (rObjData.nSpFlags & SP_FFLIPV) ? true : false; in ProcessObj()
5553 pImpRec->bHFlip = (rObjData.nSpFlags & SP_FFLIPH) ? true : false; in ProcessObj()
5584 ( (rObjData.nSpFlags & SP_FGROUP) in ProcessObj()