|
LibreOffice Module vcl (master) 1
|
#include <tools/gen.hxx>#include <vcl/dllapi.h>#include <vcl/mapmod.hxx>#include <vcl/BinaryDataContainer.hxx>Go to the source code of this file.
Classes | |
| class | GfxLink |
Enumerations | |
| enum class | GfxLinkType { NONE = 0 , EpsBuffer = 1 , NativeGif = 2 , NativeJpg = 3 , NativePng = 4 , NativeTif = 5 , NativeWmf = 6 , NativeMet = 7 , NativePct = 8 , NativeSvg = 9 , NativeMov = 10 , NativeBmp = 11 , NativePdf = 12 , NativeWebp = 13 , NativeFirst = NativeGif , 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 35 of file gfxlink.hxx.