11#ifndef INCLUDED_VCL_FILTER_PNGIMAGEREADER_HXX
12#define INCLUDED_VCL_FILTER_PNGIMAGEREADER_HXX
22#include <com/sun/star/uno/Reference.hxx>
43class XStatusIndicator;
71 static bool isAPng(
SvStream& rStream);
constexpr sal_uInt32 PNG_FDAT_SIGNATURE
constexpr int PNG_SIZE_SIZE
constexpr sal_uInt32 PNG_FCTL_SIGNATURE
constexpr int PNG_TYPE_SIZE
constexpr sal_uInt32 PNG_TRNS_SIGNATURE
constexpr sal_uInt32 PNG_IHDR_SIGNATURE
constexpr sal_uInt32 PNG_ACTL_SIGNATURE
constexpr int PNG_IEND_SIZE
constexpr sal_uInt32 PNG_IEND_SIGNATURE
constexpr sal_uInt32 PNG_IEND_CRC
constexpr sal_uInt64 PNG_SIGNATURE
constexpr sal_uInt32 PNG_IDAT_SIGNATURE
constexpr int PNG_SIGNATURE_SIZE
constexpr int PNG_CRC_SIZE
constexpr int PNG_IHDR_SIZE
constexpr sal_uInt32 PNG_PHYS_SIGNATURE
Container for the binary data, whose responsibility is to manage the make it as simple as possible to...
css::uno::Reference< css::task::XStatusIndicator > mxStatusIndicator