|
LibreOffice Module sdext (master) 1
|
#include <graphiccollector.hxx>
Public Member Functions | |
| GraphicSettings (bool bJPEGCompression, sal_Int32 nJPEGQuality, bool bRemoveCropArea, sal_Int32 nImageResolution, bool bEmbedLinkedGraphics) | |
Public Attributes | |
| bool | mbJPEGCompression |
| sal_Int32 | mnJPEGQuality |
| bool | mbRemoveCropArea |
| sal_Int32 | mnImageResolution |
| bool | mbEmbedLinkedGraphics |
Definition at line 34 of file graphiccollector.hxx.
|
inline |
Definition at line 42 of file graphiccollector.hxx.
| bool GraphicSettings::mbEmbedLinkedGraphics |
Definition at line 40 of file graphiccollector.hxx.
Referenced by ImpAddEntity().
| bool GraphicSettings::mbJPEGCompression |
Definition at line 36 of file graphiccollector.hxx.
Referenced by ImpCompressGraphic().
| bool GraphicSettings::mbRemoveCropArea |
Definition at line 38 of file graphiccollector.hxx.
Referenced by GraphicCollector::CollectGraphics(), CompressGraphics(), and ImpCompressGraphic().
| sal_Int32 GraphicSettings::mnImageResolution |
Definition at line 39 of file graphiccollector.hxx.
Referenced by ImpCompressGraphic().
| sal_Int32 GraphicSettings::mnJPEGQuality |
Definition at line 37 of file graphiccollector.hxx.
Referenced by ImpCompressGraphic().