Go to the source code of this file.
|
| constexpr sal_uInt32 | createMagic (char char1, char char2, char char3, char char4) |
| |
|
| 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') |
| |
◆ createMagic()
| constexpr sal_uInt32 createMagic |
( |
char |
char1, |
|
|
char |
char2, |
|
|
char |
char3, |
|
|
char |
char4 |
|
) |
| |
|
constexpr |
◆ 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 |