Searched refs:xNewGraphic (Results 1 – 1 of 1) sorted by relevance
269 Reference< XGraphic > xNewGraphic; in ImpCompressGraphic() local360 xNewGraphic = xGraphicProvider->queryGraphic( aArgs ); in ImpCompressGraphic()379 xNewGraphic = xGraphicProvider->queryGraphic( aArgs ); in ImpCompressGraphic()386 return xNewGraphic; in ImpCompressGraphic()425 …Reference< XGraphic > xNewGraphic( ImpCompressGraphic( rxContext, xGraphic, aGraphicIter->maLogica… in CompressGraphics() local426 if ( xNewGraphic.is() ) in CompressGraphics()437 xShapePropertySet->setPropertyValue( TKGet( TK_Graphic ), Any( xNewGraphic ) ); in CompressGraphics()445 awt::Size aNewSize( GraphicCollector::GetOriginalSize( rxContext, xNewGraphic ) ); in CompressGraphics()456 Reference< XBitmap > xFillBitmap( xNewGraphic, UNO_QUERY ); in CompressGraphics()
Completed in 10 milliseconds