|
LibreOffice Module vcl (master) 1
|
#include <sal/config.h>#include <algorithm>#include <vcl/filter/PngImageReader.hxx>#include <graphic/GraphicFormatDetector.hxx>#include <graphic/DetectorTools.hxx>#include <tools/solar.h>#include <tools/zcodec.hxx>#include <tools/fract.hxx>#include <filter/WebpReader.hxx>#include <vcl/TypeSerializer.hxx>#include <vcl/outdev.hxx>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | vcl |
Functions | |
| bool | vcl::peekGraphicFormat (SvStream &rStream, OUString &rFormatExtension, bool bTest) |
Variables | |
| constexpr sal_uInt32 | SVG_CHECK_SIZE = 2048 |
| constexpr sal_uInt32 | WMF_EMF_CHECK_SIZE = 44 |
| constexpr sal_uInt32 | DATA_SIZE = 640 |
|
constexpr |
Definition at line 37 of file GraphicFormatDetector.cxx.
Referenced by vcl::GraphicFormatDetector::checkTIF().
|
constexpr |
Definition at line 35 of file GraphicFormatDetector.cxx.
Referenced by vcl::GraphicFormatDetector::checkSVG().
|
constexpr |
Definition at line 36 of file GraphicFormatDetector.cxx.
Referenced by vcl::GraphicFormatDetector::checkEMF(), and vcl::GraphicFormatDetector::checkWMF().