LibreOffice Module vcl (master) 1
Classes | Functions | Variables
TypeSerializer.hxx File Reference
#include <vcl/dllapi.h>
#include <tools/GenericTypeSerializer.hxx>
#include <vcl/gradient.hxx>
#include <vcl/gfxlink.hxx>
#include <vcl/graph.hxx>
Include dependency graph for TypeSerializer.hxx:
This graph shows which files directly or indirectly include this file:

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')
 

Function Documentation

◆ createMagic()

constexpr sal_uInt32 createMagic ( char  char1,
char  char2,
char  char3,
char  char4 
)
constexpr

Definition at line 29 of file TypeSerializer.hxx.

Variable Documentation

◆ constEmfMagic

constexpr sal_uInt32 constEmfMagic = createMagic('e', 'm', 'f', '0')
constexpr

◆ constPdfMagic

constexpr sal_uInt32 constPdfMagic = createMagic('p', 'd', 'f', '0')
constexpr

◆ constSvgMagic

constexpr sal_uInt32 constSvgMagic = createMagic('s', 'v', 'g', '0')
constexpr

◆ constWmfMagic

constexpr sal_uInt32 constWmfMagic = createMagic('w', 'm', 'f', '0')
constexpr