LibreOffice Module vcl (master) 1
Classes | Namespaces | Macros | Typedefs | Enumerations
gdimtf.hxx File Reference
#include <vcl/dllapi.h>
#include <tools/gen.hxx>
#include <tools/solar.h>
#include <vcl/mapmod.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/vclptr.hxx>
#include <vector>
Include dependency graph for gdimtf.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GDIMetaFile
 

Namespaces

namespace  tools
 

Macros

#define GDI_METAFILE_END   (size_t(0xFFFFFFFF))
 

Typedefs

typedef Color(* ColorExchangeFnc) (const Color &rColor, const void *pColParam)
 
typedef BitmapEx(* BmpExchangeFnc) (const BitmapEx &rBmpEx, const void *pBmpParam)
 

Enumerations

enum class  MtfConversion {
  N1BitThreshold ,
  N8BitGreys
}
 

Macro Definition Documentation

◆ GDI_METAFILE_END

#define GDI_METAFILE_END   (size_t(0xFFFFFFFF))

Definition at line 43 of file gdimtf.hxx.

Typedef Documentation

◆ BmpExchangeFnc

typedef BitmapEx(* BmpExchangeFnc) (const BitmapEx &rBmpEx, const void *pBmpParam)

Definition at line 53 of file gdimtf.hxx.

◆ ColorExchangeFnc

typedef Color(* ColorExchangeFnc) (const Color &rColor, const void *pColParam)

Definition at line 52 of file gdimtf.hxx.

Enumeration Type Documentation

◆ MtfConversion

enum class MtfConversion
strong
Enumerator
N1BitThreshold 
N8BitGreys 

Definition at line 45 of file gdimtf.hxx.