LibreOffice Module svx (master) 1
|
#include <sal/config.h>
#include <sal/log.hxx>
#include <comphelper/base64.hxx>
#include <comphelper/graphicmimetype.hxx>
#include <tools/debug.hxx>
#include <vcl/virdev.hxx>
#include <sfx2/docfile.hxx>
#include <svx/xoutbmp.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/cvtgrf.hxx>
#include <memory>
Go to the source code of this file.
Variables | |
constexpr OUStringLiteral | FORMAT_BMP = u"bmp" |
constexpr OUStringLiteral | FORMAT_GIF = u"gif" |
constexpr OUStringLiteral | FORMAT_JPG = u"jpg" |
constexpr OUStringLiteral | FORMAT_PNG = u"png" |
constexpr OUStringLiteral | FORMAT_WEBP = u"webp" |
|
constexpr |
Definition at line 33 of file _xoutbmp.cxx.
Referenced by XOutBitmap::WriteGraphic().
|
constexpr |
Definition at line 34 of file _xoutbmp.cxx.
Referenced by XOutBitmap::WriteGraphic().
|
constexpr |
Definition at line 35 of file _xoutbmp.cxx.
Referenced by XOutBitmap::WriteGraphic().
|
constexpr |
Definition at line 36 of file _xoutbmp.cxx.
Referenced by XOutBitmap::WriteGraphic().
|
constexpr |
Definition at line 37 of file _xoutbmp.cxx.
Referenced by XOutBitmap::WriteGraphic().