LibreOffice Module vcl (master) 1
Classes | Typedefs | Enumerations
salctype.hxx File Reference
#include <sal/config.h>
#include <utility>
#include <vcl/graph.hxx>
Include dependency graph for salctype.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ConvertData
 

Typedefs

typedef sal_uLong(* SALGRFCVTPROC) (void *pInst, ConvertDataFormat nInFormat, void *pInBuffer, sal_uLong nInBufSize, ConvertDataFormat nOutFormat, void **ppOutBuffer)
 

Enumerations

enum class  ConvertDataFormat {
  Unknown ,
  BMP ,
  GIF ,
  JPG ,
  MET ,
  PCT ,
  PNG ,
  SVM ,
  TIF ,
  WMF ,
  EMF ,
  SVG ,
  WEBP
}
 

Typedef Documentation

◆ SALGRFCVTPROC

typedef sal_uLong(* SALGRFCVTPROC) (void *pInst, ConvertDataFormat nInFormat, void *pInBuffer, sal_uLong nInBufSize, ConvertDataFormat nOutFormat, void **ppOutBuffer)

Definition at line 59 of file salctype.hxx.

Enumeration Type Documentation

◆ ConvertDataFormat

enum class ConvertDataFormat
strong
Enumerator
Unknown 
BMP 
GIF 
JPG 
MET 
PCT 
PNG 
SVM 
TIF 
WMF 
EMF 
SVG 
WEBP 

Definition at line 28 of file salctype.hxx.