Lines Matching refs:xGraphic

200 						Reference< XGraphic > xGraphic;  in ImpConvertOLE()  local
201 if ( xPropSet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic ) in ImpConvertOLE()
210 xPropSet2->setPropertyValue( TKGet( TK_Graphic ), Any( xGraphic ) ); in ImpConvertOLE()
266 …const Reference< XGraphic >& xGraphic, const awt::Size& aLogicalSize, const text::GraphicCrop& aGr… in ImpCompressGraphic()
273 Reference< XPropertySet > xGraphicPropertySet( xGraphic, UNO_QUERY_THROW ); in ImpCompressGraphic()
276 sal_Int8 nGraphicType( xGraphic->getType() ); in ImpCompressGraphic()
300 const awt::Size aSize100thMM( GraphicCollector::GetOriginalSize( rxContext, xGraphic ) ); in ImpCompressGraphic()
353 …ImpCompressGraphic( xGraphicProvider, xGraphic, xOutputStream, aDestMimeType, aLogicalSize, rGraph… in ImpCompressGraphic()
372 …ImpCompressGraphic( xGraphicProvider, xGraphic, xOutputStream, aDestMimeType, aLogicalSize, rGraph… in ImpCompressGraphic()
409 Reference< XGraphic > xGraphic; in CompressGraphics() local
414 xGraphic = Reference< XGraphic >( xFillBitmap, UNO_QUERY_THROW ); in CompressGraphics()
419 xShapePropertySet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic; in CompressGraphics()
421 if ( xGraphic.is() ) in CompressGraphics()
423 Reference< XPropertySet > xNewGraphicPropertySet( xGraphic, UNO_QUERY_THROW ); in CompressGraphics()
424 awt::Size aSize100thMM( GraphicCollector::GetOriginalSize( rxContext, xGraphic ) ); in CompressGraphics()
425 …Reference< XGraphic > xNewGraphic( ImpCompressGraphic( rxContext, xGraphic, aGraphicIter->maLogica… in CompressGraphics()