LibreOffice Module vcl (master) 1
|
#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>
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) |
bool ExportTiffGraphicImport | ( | SvStream & | rStream, |
const Graphic & | rGraphic, | ||
const FilterConfigItem * | pFilterConfigItem | ||
) |
Definition at line 580 of file etiff.cxx.
Referenced by GraphicFilter::ExportGraphic().