Lines Matching refs:rGraphicSettings
267 const GraphicSettings& rGraphicSettings ) in ImpCompressGraphic() argument
295 sal_Bool bRemoveCropArea( rGraphicSettings.mbRemoveCropArea ); in ImpCompressGraphic()
324 if ( rGraphicSettings.mbJPEGCompression && !bTransparent && !bAlpha && !bAnimated ) in ImpCompressGraphic()
332 if ( rGraphicSettings.mnImageResolution && aLogicalSize.Width && aLogicalSize.Height ) in ImpCompressGraphic()
338 …if( ( fSourceDPIX > rGraphicSettings.mnImageResolution ) || ( fSourceDPIY > rGraphicSettings.mnIma… in ImpCompressGraphic()
340 …const double fNewSizePixelX = ((double)aDestSizePixel.Width * rGraphicSettings.mnImageResolution )… in ImpCompressGraphic()
341 …const double fNewSizePixelY = ((double)aDestSizePixel.Height* rGraphicSettings.mnImageResolution )… in ImpCompressGraphic()
353 …raphic, xOutputStream, aDestMimeType, aLogicalSize, rGraphicSettings.mnJPEGQuality, rGraphicSettin… in ImpCompressGraphic()
372 …raphic, xOutputStream, aDestMimeType, aLogicalSize, rGraphicSettings.mnJPEGQuality, rGraphicSettin… in ImpCompressGraphic()
389 …ptimizer, const Reference< XComponentContext >& rxContext, const GraphicSettings& rGraphicSettings, in CompressGraphics() argument
406 GraphicSettings aGraphicSettings( rGraphicSettings ); in CompressGraphics()