LibreOffice Module svx (master) 1
Classes | Namespaces | Enumerations
xoutbmp.hxx File Reference
#include <vcl/graph.hxx>
#include <comphelper/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>
Include dependency graph for xoutbmp.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< XOutFlags >
 
class  XOutBitmap
 

Namespaces

namespace  o3tl
 
namespace  tools
 

Enumerations

enum class  XOutFlags {
  NONE = 0x00000000 ,
  MirrorHorz = 0x00000001 ,
  MirrorVert = 0x00000010 ,
  DontAddExtension = 0x00000008 ,
  DontExpandFilename = 0x00010000 ,
  UseGifIfPossible = 0x00020000 ,
  UseGifIfSensible = 0x00040000 ,
  UseNativeIfPossible = 0x00080000
}
 

Enumeration Type Documentation

◆ XOutFlags

enum class XOutFlags
strong
Enumerator
NONE 
MirrorHorz 
MirrorVert 
DontAddExtension 
DontExpandFilename 
UseGifIfPossible 
UseGifIfSensible 
UseNativeIfPossible 

Definition at line 32 of file xoutbmp.hxx.