LibreOffice Module vcl (master) 1
Macros | Functions
etiff.cxx File Reference
#include <tools/stream.hxx>
#include <vcl/graph.hxx>
#include <vcl/outdev.hxx>
#include <vcl/BitmapReadAccess.hxx>
#include <vcl/FilterConfigItem.hxx>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <filter/TiffWriter.hxx>
Include dependency graph for etiff.cxx:

Go to the source code of this file.

Macros

#define NewSubfileType   254
 
#define ImageWidth   256
 
#define ImageLength   257
 
#define BitsPerSample   258
 
#define Compression   259
 
#define PhotometricInterpretation   262
 
#define StripOffsets   273
 
#define SamplesPerPixel   277
 
#define RowsPerStrip   278
 
#define StripByteCounts   279
 
#define XResolution   282
 
#define YResolution   283
 
#define PlanarConfiguration   284
 
#define ResolutionUnit   296
 
#define ColorMap   320
 

Functions

bool ExportTiffGraphicImport (SvStream &rStream, const Graphic &rGraphic, const FilterConfigItem *pFilterConfigItem)
 

Macro Definition Documentation

◆ BitsPerSample

#define BitsPerSample   258

Definition at line 32 of file etiff.cxx.

◆ ColorMap

#define ColorMap   320

Definition at line 43 of file etiff.cxx.

◆ Compression

#define Compression   259

Definition at line 33 of file etiff.cxx.

◆ ImageLength

#define ImageLength   257

Definition at line 31 of file etiff.cxx.

◆ ImageWidth

#define ImageWidth   256

Definition at line 30 of file etiff.cxx.

◆ NewSubfileType

#define NewSubfileType   254

Definition at line 29 of file etiff.cxx.

◆ PhotometricInterpretation

#define PhotometricInterpretation   262

Definition at line 34 of file etiff.cxx.

◆ PlanarConfiguration

#define PlanarConfiguration   284

Definition at line 41 of file etiff.cxx.

◆ ResolutionUnit

#define ResolutionUnit   296

Definition at line 42 of file etiff.cxx.

◆ RowsPerStrip

#define RowsPerStrip   278

Definition at line 37 of file etiff.cxx.

◆ SamplesPerPixel

#define SamplesPerPixel   277

Definition at line 36 of file etiff.cxx.

◆ StripByteCounts

#define StripByteCounts   279

Definition at line 38 of file etiff.cxx.

◆ StripOffsets

#define StripOffsets   273

Definition at line 35 of file etiff.cxx.

◆ XResolution

#define XResolution   282

Definition at line 39 of file etiff.cxx.

◆ YResolution

#define YResolution   283

Definition at line 40 of file etiff.cxx.

Function Documentation

◆ ExportTiffGraphicImport()

bool ExportTiffGraphicImport ( SvStream rStream,
const Graphic rGraphic,
const FilterConfigItem pFilterConfigItem 
)

Definition at line 580 of file etiff.cxx.

Referenced by GraphicFilter::ExportGraphic().