Lines Matching refs:aGraphicIter
394 std::vector< GraphicCollector::GraphicEntity >::iterator aGraphicIter( rGraphicList.begin() ); in CompressGraphics() local
397 while( aGraphicIter != aGraphicIEnd ) in CompressGraphics()
404 if ( aGraphicIter->maUser.size() ) in CompressGraphics()
407 aGraphicSettings.mbRemoveCropArea = aGraphicIter->mbRemoveCropArea; in CompressGraphics()
410 if ( aGraphicIter->maUser[ 0 ].mbFillBitmap && aGraphicIter->maUser[ 0 ].mxPropertySet.is() ) in CompressGraphics()
413 …if ( aGraphicIter->maUser[ 0 ].mxPropertySet->getPropertyValue( TKGet( TK_FillBitmap ) ) >>= xFill… in CompressGraphics()
416 else if ( aGraphicIter->maUser[ 0 ].mxShape.is() ) in CompressGraphics()
418 … Reference< XPropertySet > xShapePropertySet( aGraphicIter->maUser[ 0 ].mxShape, UNO_QUERY_THROW ); in CompressGraphics()
425 …> xNewGraphic( ImpCompressGraphic( rxContext, xGraphic, aGraphicIter->maLogicalSize, aGraphicIter-… in CompressGraphics()
429 …std::vector< GraphicCollector::GraphicUser >::iterator aGraphicUserIter( aGraphicIter->maUser.begi… in CompressGraphics()
430 while( aGraphicUserIter != aGraphicIter->maUser.end() ) in CompressGraphics()
484 aGraphicIter++; in CompressGraphics()