LibreOffice Module vcl (master)
1
|
#include <tools/gen.hxx>
#include <vcl/dllapi.h>
#include <vcl/mapmod.hxx>
#include <vcl/BinaryDataContainer.hxx>
#include <memory>
Go to the source code of this file.
Classes | |
class | GfxLink |
Enumerations | |
enum | GfxLinkType { GfxLinkType::NONE = 0, GfxLinkType::EpsBuffer = 1, GfxLinkType::NativeGif = 2, GfxLinkType::NativeJpg = 3, GfxLinkType::NativePng = 4, GfxLinkType::NativeTif = 5, GfxLinkType::NativeWmf = 6, GfxLinkType::NativeMet = 7, GfxLinkType::NativePct = 8, GfxLinkType::NativeSvg = 9, GfxLinkType::NativeMov = 10, GfxLinkType::NativeBmp = 11, GfxLinkType::NativePdf = 12, GfxLinkType::NativeWebp = 13, GfxLinkType::NativeFirst = NativeGif, GfxLinkType::NativeLast = NativeWebp } |
GfxLink graphic types that are supported by GfxLink. More... | |
|
strong |
GfxLink graphic types that are supported by GfxLink.
It is important that the numbers for native types stay the same, because they are used in serialization to MTF.
Enumerator | |
---|---|
NONE | |
EpsBuffer | |
NativeGif | |
NativeJpg | |
NativePng | |
NativeTif | |
NativeWmf | |
NativeMet | |
NativePct | |
NativeSvg | |
NativeMov | |
NativeBmp | |
NativePdf | |
NativeWebp | |
NativeFirst | |
NativeLast |
Definition at line 36 of file gfxlink.hxx.