Difference between revisions of "User:Ericb/Salctype.hxx"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
Defines marcro for the CVT for different types of graphics :  
 
Defines marcro for the CVT for different types of graphics :  
  
  CVT_UNKNOWN         (0x00000000UL)
+
  CVT_UNKNOWN (0x00000000UL)
 
  CVT_BMP (0x00000001UL)
 
  CVT_BMP (0x00000001UL)
 
  CVT_GIF (0x00000002UL)
 
  CVT_GIF (0x00000002UL)

Revision as of 09:45, 14 February 2006

Defines marcro for the CVT for different types of graphics :

CVT_UNKNOWN	(0x00000000UL)
CVT_BMP		(0x00000001UL)
CVT_GIF		(0x00000002UL)
CVT_JPG		(0x00000003UL)
CVT_MET		(0x00000004UL)
CVT_PCT		(0x00000005UL)
CVT_PNG		(0x00000006UL)
CVT_SVM		(0x00000007UL)
CVT_TIF		(0x00000008UL)
CVT_WMF		(0x00000009UL)
CVT_EMF		(0x0000000aUL) 

Reminder : CVT is a a collection of datasets of points generated by an M-dimensional Centroidal Voronoi Tessellation [1]

Personal tools