Home
last modified time | relevance | path

Searched refs:aGraphicUserIter (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx429 …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()
[all …]