LibreOffice Module vcl (master) 1
|
#include <string.h>
#include <tools/stream.hxx>
#include <tools/fract.hxx>
#include <tools/urlobj.hxx>
#include <tools/zcodec.hxx>
#include <vcl/outdev.hxx>
#include <vcl/graphicfilter.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <graphic/GraphicFormatDetector.hxx>
Go to the source code of this file.
Functions | |
static sal_uInt8 | ImpDetectJPG_GetNextMarker (SvStream &rStm) |
Definition at line 124 of file graphicfilter2.cxx.
References SvStream::good(), and SvStream::ReadUChar().
Referenced by GraphicDescriptor::ImpDetectJPG().