Home
last modified time | relevance | path

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

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