LibreOffice Module vcl (master)
1
|
#include <vcl/dllapi.h>
#include <tools/GenericTypeSerializer.hxx>
#include <vcl/gradient.hxx>
#include <vcl/gfxlink.hxx>
#include <vcl/graph.hxx>
Go to the source code of this file.
Classes | |
class | TypeSerializer |
Functions | |
constexpr sal_uInt32 | createMagic (char char1, char char2, char char3, char char4) |
Variables | |
constexpr sal_uInt32 | constSvgMagic = createMagic('s', 'v', 'g', '0') |
constexpr sal_uInt32 | constWmfMagic = createMagic('w', 'm', 'f', '0') |
constexpr sal_uInt32 | constEmfMagic = createMagic('e', 'm', 'f', '0') |
constexpr sal_uInt32 | constPdfMagic = createMagic('p', 'd', 'f', '0') |
constexpr sal_uInt32 createMagic | ( | char | char1, |
char | char2, | ||
char | char3, | ||
char | char4 | ||
) |
Definition at line 29 of file TypeSerializer.hxx.
constexpr sal_uInt32 constEmfMagic = createMagic('e', 'm', 'f', '0') |
Definition at line 37 of file TypeSerializer.hxx.
Referenced by TypeSerializer::readGraphic(), ImpGraphic::swapInGraphic(), ImpGraphic::swapOutGraphic(), and TypeSerializer::writeGraphic().
constexpr sal_uInt32 constPdfMagic = createMagic('p', 'd', 'f', '0') |
Definition at line 38 of file TypeSerializer.hxx.
Referenced by TypeSerializer::readGraphic(), ImpGraphic::swapInGraphic(), ImpGraphic::swapOutGraphic(), and TypeSerializer::writeGraphic().
constexpr sal_uInt32 constSvgMagic = createMagic('s', 'v', 'g', '0') |
Definition at line 35 of file TypeSerializer.hxx.
Referenced by TypeSerializer::readGraphic(), ImpGraphic::swapInGraphic(), ImpGraphic::swapOutGraphic(), and TypeSerializer::writeGraphic().
constexpr sal_uInt32 constWmfMagic = createMagic('w', 'm', 'f', '0') |
Definition at line 36 of file TypeSerializer.hxx.
Referenced by TypeSerializer::readGraphic(), ImpGraphic::swapInGraphic(), ImpGraphic::swapOutGraphic(), and TypeSerializer::writeGraphic().