Lines Matching refs:aGraphicUserIter

429 …std::vector< GraphicCollector::GraphicUser >::iterator aGraphicUserIter( aGraphicIter->maUser.begi…  in CompressGraphics()  local
430 while( aGraphicUserIter != aGraphicIter->maUser.end() ) in CompressGraphics()
432 if ( aGraphicUserIter->mxShape.is() ) in CompressGraphics()
435 Reference< XPropertySet > xShapePropertySet( aGraphicUserIter->mxShape, UNO_QUERY_THROW ); in CompressGraphics()
439 if ( aGraphicUserIter->maGraphicCropLogic.Left || aGraphicUserIter->maGraphicCropLogic.Top in CompressGraphics()
440 … || aGraphicUserIter->maGraphicCropLogic.Right || aGraphicUserIter->maGraphicCropLogic.Bottom ) in CompressGraphics()
446 …aGraphicCropLogic.Left = (sal_Int32)((double)aGraphicUserIter->maGraphicCropLogic.Left * ((double)… in CompressGraphics()
447 …aGraphicCropLogic.Top = (sal_Int32)((double)aGraphicUserIter->maGraphicCropLogic.Top * ((double)aN… in CompressGraphics()
448 …aGraphicCropLogic.Right = (sal_Int32)((double)aGraphicUserIter->maGraphicCropLogic.Right * ((doubl… in CompressGraphics()
449 …aGraphicCropLogic.Bottom = (sal_Int32)((double)aGraphicUserIter->maGraphicCropLogic.Bottom * ((dou… in CompressGraphics()
454 else if ( aGraphicUserIter->mxPropertySet.is() ) in CompressGraphics()
462 Reference< XPropertySet >& rxPropertySet( aGraphicUserIter->mxPropertySet ); in CompressGraphics()
471 …rxPropertySet->setPropertyValue( TKGet( TK_FillBitmapSizeX ), Any( aGraphicUserIter->maLogicalSize… in CompressGraphics()
472 …rxPropertySet->setPropertyValue( TKGet( TK_FillBitmapSizeY ), Any( aGraphicUserIter->maLogicalSize… in CompressGraphics()
475 if ( aGraphicUserIter->mxPagePropertySet.is() ) in CompressGraphics()
476aGraphicUserIter->mxPagePropertySet->setPropertyValue( TKGet( TK_Background ), Any( rxPropertySet … in CompressGraphics()
479 aGraphicUserIter++; in CompressGraphics()