Lines Matching refs:aGraphicIter
392 … std::vector< GraphicCollector::GraphicEntity >::iterator aGraphicIter( rGraphicList.begin() ); in CompressGraphics() local
395 while( aGraphicIter != aGraphicIEnd ) in CompressGraphics()
402 if ( aGraphicIter->maUser.size() ) in CompressGraphics()
405 aGraphicSettings.mbRemoveCropArea = aGraphicIter->mbRemoveCropArea; in CompressGraphics()
408 … if ( aGraphicIter->maUser[ 0 ].mbFillBitmap && aGraphicIter->maUser[ 0 ].mxPropertySet.is() ) in CompressGraphics()
411 …if ( aGraphicIter->maUser[ 0 ].mxPropertySet->getPropertyValue( TKGet( TK_FillBitmap ) ) >>= xFill… in CompressGraphics()
414 else if ( aGraphicIter->maUser[ 0 ].mxShape.is() ) in CompressGraphics()
416 … Reference< XPropertySet > xShapePropertySet( aGraphicIter->maUser[ 0 ].mxShape, UNO_QUERY_THROW ); in CompressGraphics()
423 …> xNewGraphic( ImpCompressGraphic( rxContext, xGraphic, aGraphicIter->maLogicalSize, aGraphicIter-… in CompressGraphics()
427 …::vector< GraphicCollector::GraphicUser >::iterator aGraphicUserIter( aGraphicIter->maUser.begin()… in CompressGraphics()
428 while( aGraphicUserIter != aGraphicIter->maUser.end() ) in CompressGraphics()
482 aGraphicIter++; in CompressGraphics()