Home
last modified time | relevance | path

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

/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx267 Reference< XGraphic > xNewGraphic; in ImpCompressGraphic() local
358 xNewGraphic = xGraphicProvider->queryGraphic( aArgs ); in ImpCompressGraphic()
377 xNewGraphic = xGraphicProvider->queryGraphic( aArgs ); in ImpCompressGraphic()
384 return xNewGraphic; in ImpCompressGraphic()
423 …Reference< XGraphic > xNewGraphic( ImpCompressGraphic( rxContext, xGraphic, aGraphicIter->maLogica… in CompressGraphics() local
424 if ( xNewGraphic.is() ) in CompressGraphics()
435 … xShapePropertySet->setPropertyValue( TKGet( TK_Graphic ), Any( xNewGraphic ) ); in CompressGraphics()
443 … awt::Size aNewSize( GraphicCollector::GetOriginalSize( rxContext, xNewGraphic ) ); in CompressGraphics()
454 Reference< XBitmap > xFillBitmap( xNewGraphic, UNO_QUERY ); in CompressGraphics()