Lines Matching refs:aGraphicUserIter

427 …std::vector< GraphicCollector::GraphicUser >::iterator aGraphicUserIter( aGraphicIter->maUser.begi…  in CompressGraphics()  local
428 while( aGraphicUserIter != aGraphicIter->maUser.end() ) in CompressGraphics()
430 if ( aGraphicUserIter->mxShape.is() ) in CompressGraphics()
433 … Reference< XPropertySet > xShapePropertySet( aGraphicUserIter->mxShape, UNO_QUERY_THROW ); in CompressGraphics()
437 … if ( aGraphicUserIter->maGraphicCropLogic.Left || aGraphicUserIter->maGraphicCropLogic.Top in CompressGraphics()
438 … || aGraphicUserIter->maGraphicCropLogic.Right || aGraphicUserIter->maGraphicCropLogic.Bottom ) in CompressGraphics()
444 …aGraphicCropLogic.Left = (sal_Int32)((double)aGraphicUserIter->maGraphicCropLogic.Left * ((double)… in CompressGraphics()
445 …aGraphicCropLogic.Top = (sal_Int32)((double)aGraphicUserIter->maGraphicCropLogic.Top * ((double)aN… in CompressGraphics()
446 …aGraphicCropLogic.Right = (sal_Int32)((double)aGraphicUserIter->maGraphicCropLogic.Right * ((doubl… in CompressGraphics()
447 …aGraphicCropLogic.Bottom = (sal_Int32)((double)aGraphicUserIter->maGraphicCropLogic.Bottom * ((dou… in CompressGraphics()
452 else if ( aGraphicUserIter->mxPropertySet.is() ) in CompressGraphics()
460 … Reference< XPropertySet >& rxPropertySet( aGraphicUserIter->mxPropertySet ); in CompressGraphics()
469 …rxPropertySet->setPropertyValue( TKGet( TK_FillBitmapSizeX ), Any( aGraphicUserIter->maLogicalSize… in CompressGraphics()
470 …rxPropertySet->setPropertyValue( TKGet( TK_FillBitmapSizeY ), Any( aGraphicUserIter->maLogicalSize… in CompressGraphics()
473 if ( aGraphicUserIter->mxPagePropertySet.is() ) in CompressGraphics()
474aGraphicUserIter->mxPagePropertySet->setPropertyValue( TKGet( TK_Background ), Any( rxPropertySet … in CompressGraphics()
477 aGraphicUserIter++; in CompressGraphics()