LibreOffice Module svx (master)
1
|
#include <vcl/graph.hxx>
#include <vcl/errcode.hxx>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <svx/svxdllapi.h>
#include <o3tl/typed_flags_set.hxx>
#include <vcl/salctype.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< XOutFlags > |
class | XOutBitmap |
Namespaces | |
o3tl | |
tools | |
Enumerations | |
enum | XOutFlags { XOutFlags::NONE = 0x00000000, XOutFlags::MirrorHorz = 0x00000001, XOutFlags::MirrorVert = 0x00000010, XOutFlags::DontAddExtension = 0x00000008, XOutFlags::DontExpandFilename = 0x00010000, XOutFlags::UseGifIfPossible = 0x00020000, XOutFlags::UseGifIfSensible = 0x00040000, XOutFlags::UseNativeIfPossible = 0x00080000 } |
|
strong |
Enumerator | |
---|---|
NONE | |
MirrorHorz | |
MirrorVert | |
DontAddExtension | |
DontExpandFilename | |
UseGifIfPossible | |
UseGifIfSensible | |
UseNativeIfPossible |
Definition at line 32 of file xoutbmp.hxx.