LibreOffice Module vcl (master)
1
|
Class to import and export graphic formats. More...
#include <graphicfilter.hxx>
Public Member Functions | |
GraphicFilter (bool bUseConfig=true) | |
~GraphicFilter () | |
sal_uInt16 | GetImportFormatCount () const |
sal_uInt16 | GetImportFormatNumber (std::u16string_view rFormatName) |
sal_uInt16 | GetImportFormatNumberForShortName (std::u16string_view rShortName) |
sal_uInt16 | GetImportFormatNumberForTypeName (std::u16string_view rType) |
OUString | GetImportFormatName (sal_uInt16 nFormat) |
OUString | GetImportFormatTypeName (sal_uInt16 nFormat) |
OUString | GetImportFormatShortName (sal_uInt16 nFormat) |
OUString | GetImportWildcard (sal_uInt16 nFormat, sal_Int32 nEntry) |
sal_uInt16 | GetExportFormatCount () const |
sal_uInt16 | GetExportFormatNumber (std::u16string_view rFormatName) |
sal_uInt16 | GetExportFormatNumberForMediaType (std::u16string_view rShortName) |
sal_uInt16 | GetExportFormatNumberForShortName (std::u16string_view rShortName) |
OUString | GetExportInternalFilterName (sal_uInt16 nFormat) |
sal_uInt16 | GetExportFormatNumberForTypeName (std::u16string_view rType) |
OUString | GetExportFormatName (sal_uInt16 nFormat) |
OUString | GetExportFormatMediaType (sal_uInt16 nFormat) |
OUString | GetExportFormatShortName (sal_uInt16 nFormat) |
OUString | GetExportWildcard (sal_uInt16 nFormat) |
bool | IsExportPixelFormat (sal_uInt16 nFormat) |
ErrCode | ExportGraphic (const Graphic &rGraphic, const INetURLObject &rPath, sal_uInt16 nFormat, const css::uno::Sequence< css::beans::PropertyValue > *pFilterData=nullptr) |
ErrCode | ExportGraphic (const Graphic &rGraphic, const OUString &rPath, SvStream &rOStm, sal_uInt16 nFormat, const css::uno::Sequence< css::beans::PropertyValue > *pFilterData=nullptr) |
ErrCode | CanImportGraphic (const INetURLObject &rPath, sal_uInt16 nFormat, sal_uInt16 *pDeterminedFormat) |
ErrCode | ImportGraphic (Graphic &rGraphic, const INetURLObject &rPath, sal_uInt16 nFormat=GRFILTER_FORMAT_DONTKNOW, sal_uInt16 *pDeterminedFormat=nullptr, GraphicFilterImportFlags nImportFlags=GraphicFilterImportFlags::NONE) |
ErrCode | CanImportGraphic (const OUString &rPath, SvStream &rStream, sal_uInt16 nFormat, sal_uInt16 *pDeterminedFormat) |
ErrCode | ImportGraphic (Graphic &rGraphic, const OUString &rPath, SvStream &rStream, sal_uInt16 nFormat=GRFILTER_FORMAT_DONTKNOW, sal_uInt16 *pDeterminedFormat=nullptr, GraphicFilterImportFlags nImportFlags=GraphicFilterImportFlags::NONE, WmfExternal const *pExtHeader=nullptr) |
void | ImportGraphics (std::vector< std::shared_ptr< Graphic > > &rGraphics, std::vector< std::unique_ptr< SvStream > > vStreams) |
Imports multiple graphics. More... | |
void | MakeGraphicsAvailableThreaded (std::vector< Graphic * > &rGraphics) |
Tries to ensure all Graphic objects are available (Graphic::isAvailable()). More... | |
ErrCode | ImportGraphic (Graphic &rGraphic, const OUString &rPath, SvStream &rStream, sal_uInt16 nFormat, sal_uInt16 *pDeterminedFormat, GraphicFilterImportFlags nImportFlags, const css::uno::Sequence< css::beans::PropertyValue > *pFilterData, WmfExternal const *pExtHeader=nullptr) |
Graphic | ImportUnloadedGraphic (SvStream &rIStream, sal_uInt64 sizeLimit=0, const Size *pSizeHint=nullptr) |
const FilterErrorEx & | GetLastError () const |
void | ResetLastError () |
Link< ConvertData &, bool > | GetFilterCallback () const |
ErrCode | compressAsPNG (const Graphic &rGraphic, SvStream &rOutputStream) |
void | preload () |
Static Public Member Functions | |
static GraphicFilter & | GetGraphicFilter () |
static ErrCode | LoadGraphic (const OUString &rPath, const OUString &rFilter, Graphic &rGraphic, GraphicFilter *pFilter=nullptr, sal_uInt16 *pDeterminedFormat=nullptr) |
Private Member Functions | |
void | ImplInit () |
ErrCode | ImplSetError (ErrCode nError, const SvStream *pStm=nullptr) |
ErrCode | ImpTestOrFindFormat (const OUString &rPath, SvStream &rStream, sal_uInt16 &rFormat) |
DECL_LINK (FilterCallback, ConvertData &, bool) | |
Private Attributes | |
OUString | aFilterPath |
FilterConfigCache * | pConfig |
std::unique_ptr< FilterErrorEx > | pErrorEx |
bool | bUseConfig |
Class to import and export graphic formats.
Definition at line 240 of file graphicfilter.hxx.
GraphicFilter::GraphicFilter | ( | bool | bUseConfig = true | ) |
Definition at line 777 of file graphicfilter.cxx.
References ImplInit().
GraphicFilter::~GraphicFilter | ( | ) |
Definition at line 783 of file graphicfilter.cxx.
References getListMutex(), pConfig, pErrorEx, and pFilterHdlList.
ErrCode GraphicFilter::CanImportGraphic | ( | const INetURLObject & | rPath, |
sal_uInt16 | nFormat, | ||
sal_uInt16 * | pDeterminedFormat | ||
) |
Definition at line 936 of file graphicfilter.cxx.
References utl::UcbStreamHelper::CreateStream(), ERRCODE_GRFILTER_FORMATERROR, INetURLObject::GetMainURL(), INetURLObject::GetProtocol(), INetURLObject::NONE, SAL_WARN_IF, and xStream.
ErrCode GraphicFilter::CanImportGraphic | ( | const OUString & | rPath, |
SvStream & | rStream, | ||
sal_uInt16 | nFormat, | ||
sal_uInt16 * | pDeterminedFormat | ||
) |
Definition at line 951 of file graphicfilter.cxx.
References ERRCODE_NONE, ImplSetError(), ImpTestOrFindFormat(), SvStream::Seek(), and SvStream::Tell().
Definition at line 2366 of file graphicfilter.cxx.
References ExportGraphic(), GetExportFormatNumberForShortName(), and u.
|
private |
ErrCode GraphicFilter::ExportGraphic | ( | const Graphic & | rGraphic, |
const INetURLObject & | rPath, | ||
sal_uInt16 | nFormat, | ||
const css::uno::Sequence< css::beans::PropertyValue > * | pFilterData = nullptr |
||
) |
Definition at line 1850 of file graphicfilter.cxx.
References utl::UcbStreamHelper::CreateStream(), ERRCODE_GRFILTER_FORMATERROR, ERRCODE_NONE, INetURLObject::GetMainURL(), INetURLObject::GetProtocol(), utl::UCBContentHelper::IsDocument(), utl::UCBContentHelper::Kill(), INetURLObject::NONE, SAL_INFO, SAL_WARN_IF, and xStream.
Referenced by compressAsPNG(), and GraphicNativeTransform::rotateGeneric().
ErrCode GraphicFilter::ExportGraphic | ( | const Graphic & | rGraphic, |
const OUString & | rPath, | ||
SvStream & | rOStm, | ||
sal_uInt16 | nFormat, | ||
const css::uno::Sequence< css::beans::PropertyValue > * | pFilterData = nullptr |
||
) |
Definition at line 1879 of file graphicfilter.cxx.
References aArguments, vcl::PNGWriter::ChunkData::aData, aFilterPath, aURL, Bitmap, ConvertGDIMetaFileToEMF(), ConvertGraphicToWMF(), Graphic::Draw(), egiGraphicExport(), Emf, epsGraphicExport(), ERRCODE_GRFILTER_FILTERERROR, ERRCODE_GRFILTER_FORMATERROR, ERRCODE_GRFILTER_IOERROR, ERRCODE_NONE, eType, EXP_BMP, EXP_EMF, EXP_JPEG, EXP_PNG, EXP_SVG, EXP_SVMETAFILE, EXP_TIFF, EXP_WMF, ExportJPEG(), ExportTiffGraphicImport(), VclPtr< reference_type >::get(), Graphic::GetBitmapEx(), vcl::PNGWriter::GetChunks(), SvMemoryStream::GetData(), SvStream::GetError(), FilterConfigCache::GetExportFilterName(), GetExportFormatCount(), FilterConfigCache::GetExportFormatExtension(), FilterConfigCache::GetExternalFilterName(), INetURLObject::GetFileExtension(), FilterConfigItem::GetFilterData(), Graphic::GetGDIMetaFile(), Graphic::GetGfxLink(), Graphic::GetPrefMapMode(), Graphic::GetPrefSize(), comphelper::getProcessComponentContext(), Graphic::GetType(), Graphic::getVectorGraphicData(), GRFILTER_FORMAT_DONTKNOW, Size::Height(), i, ImpCreateFullFilterPath(), ImpGetScaledGraphic(), ImplSetError(), GfxLink::IsEMF(), FilterConfigCache::IsExportInternalFilter(), FilterConfigCache::IsExportPixelFormat(), N24Bit, NNONE, vcl::PNGWriter::ChunkData::nType, NULL, nVersion, pConfig, Point, FilterConfigItem::ReadBool(), FilterConfigItem::ReadInt32(), ResetLastError(), SAL_INFO, Size::setHeight(), SvStream::SetVersion(), Size::setWidth(), Svg, SvStream::Tell(), Size::Width(), Wmf, Write, GDIMetaFile::Write(), SvStream::WriteBytes(), and WriteDIB().
sal_uInt16 GraphicFilter::GetExportFormatCount | ( | ) | const |
Definition at line 881 of file graphicfilter.cxx.
References FilterConfigCache::GetExportFormatCount(), and pConfig.
Referenced by ExportGraphic().
OUString GraphicFilter::GetExportFormatMediaType | ( | sal_uInt16 | nFormat | ) |
Definition at line 916 of file graphicfilter.cxx.
References FilterConfigCache::GetExportFormatMediaType(), and pConfig.
OUString GraphicFilter::GetExportFormatName | ( | sal_uInt16 | nFormat | ) |
Definition at line 911 of file graphicfilter.cxx.
References FilterConfigCache::GetExportFormatName(), and pConfig.
sal_uInt16 GraphicFilter::GetExportFormatNumber | ( | std::u16string_view | rFormatName | ) |
Definition at line 886 of file graphicfilter.cxx.
References FilterConfigCache::GetExportFormatNumber(), and pConfig.
sal_uInt16 GraphicFilter::GetExportFormatNumberForMediaType | ( | std::u16string_view | rShortName | ) |
Definition at line 891 of file graphicfilter.cxx.
References FilterConfigCache::GetExportFormatNumberForMediaType(), and pConfig.
sal_uInt16 GraphicFilter::GetExportFormatNumberForShortName | ( | std::u16string_view | rShortName | ) |
Definition at line 896 of file graphicfilter.cxx.
References FilterConfigCache::GetExportFormatNumberForShortName(), and pConfig.
Referenced by compressAsPNG(), and GraphicNativeTransform::rotateGeneric().
sal_uInt16 GraphicFilter::GetExportFormatNumberForTypeName | ( | std::u16string_view | rType | ) |
Definition at line 906 of file graphicfilter.cxx.
References FilterConfigCache::GetExportFormatNumberForTypeName(), and pConfig.
OUString GraphicFilter::GetExportFormatShortName | ( | sal_uInt16 | nFormat | ) |
Definition at line 921 of file graphicfilter.cxx.
References FilterConfigCache::GetExportFormatShortName(), and pConfig.
OUString GraphicFilter::GetExportInternalFilterName | ( | sal_uInt16 | nFormat | ) |
Definition at line 901 of file graphicfilter.cxx.
References FilterConfigCache::GetExportInternalFilterName(), and pConfig.
OUString GraphicFilter::GetExportWildcard | ( | sal_uInt16 | nFormat | ) |
Definition at line 926 of file graphicfilter.cxx.
References FilterConfigCache::GetExportWildcard(), and pConfig.
Link< ConvertData &, bool > GraphicFilter::GetFilterCallback | ( | ) | const |
Definition at line 2241 of file graphicfilter.cxx.
References LINK.
|
static |
Definition at line 2311 of file graphicfilter.cxx.
Referenced by vcl::graphic::loadFromURL(), LoadGraphic(), GfxLink::LoadNative(), GraphicNativeTransform::rotateGeneric(), and GraphicNativeTransform::rotateJPEG().
sal_uInt16 GraphicFilter::GetImportFormatCount | ( | ) | const |
Definition at line 834 of file graphicfilter.cxx.
References FilterConfigCache::GetImportFormatCount(), and pConfig.
Referenced by LoadGraphic().
OUString GraphicFilter::GetImportFormatName | ( | sal_uInt16 | nFormat | ) |
Definition at line 854 of file graphicfilter.cxx.
References FilterConfigCache::GetImportFormatName(), and pConfig.
sal_uInt16 GraphicFilter::GetImportFormatNumber | ( | std::u16string_view | rFormatName | ) |
Definition at line 839 of file graphicfilter.cxx.
References FilterConfigCache::GetImportFormatNumber(), and pConfig.
Referenced by LoadGraphic().
sal_uInt16 GraphicFilter::GetImportFormatNumberForShortName | ( | std::u16string_view | rShortName | ) |
Definition at line 844 of file graphicfilter.cxx.
References FilterConfigCache::GetImportFormatNumberForShortName(), and pConfig.
Referenced by GfxLink::LoadNative().
sal_uInt16 GraphicFilter::GetImportFormatNumberForTypeName | ( | std::u16string_view | rType | ) |
Definition at line 849 of file graphicfilter.cxx.
References FilterConfigCache::GetImportFormatNumberForTypeName(), and pConfig.
OUString GraphicFilter::GetImportFormatShortName | ( | sal_uInt16 | nFormat | ) |
Definition at line 871 of file graphicfilter.cxx.
References FilterConfigCache::GetImportFormatShortName(), and pConfig.
Referenced by ImportGraphic(), and ImportUnloadedGraphic().
OUString GraphicFilter::GetImportFormatTypeName | ( | sal_uInt16 | nFormat | ) |
Definition at line 859 of file graphicfilter.cxx.
References FilterConfigCache::GetImportFilterTypeName(), and pConfig.
OUString GraphicFilter::GetImportWildcard | ( | sal_uInt16 | nFormat, |
sal_Int32 | nEntry | ||
) |
Definition at line 876 of file graphicfilter.cxx.
References FilterConfigCache::GetImportWildcard(), and pConfig.
|
inline |
Definition at line 316 of file graphicfilter.hxx.
|
private |
Definition at line 802 of file graphicfilter.cxx.
References aFilterPath, bUseConfig, getListMutex(), pConfig, pErrorEx, and pFilterHdlList.
Referenced by GraphicFilter().
Definition at line 828 of file graphicfilter.cxx.
References ERRCODE_NONE, SvStream::GetError(), and pErrorEx.
Referenced by CanImportGraphic(), ExportGraphic(), ImportGraphic(), and ImportUnloadedGraphic().
ErrCode GraphicFilter::ImportGraphic | ( | Graphic & | rGraphic, |
const INetURLObject & | rPath, | ||
sal_uInt16 | nFormat = GRFILTER_FORMAT_DONTKNOW , |
||
sal_uInt16 * | pDeterminedFormat = nullptr , |
||
GraphicFilterImportFlags | nImportFlags = GraphicFilterImportFlags::NONE |
||
) |
Definition at line 966 of file graphicfilter.cxx.
References utl::UcbStreamHelper::CreateStream(), ERRCODE_GRFILTER_FORMATERROR, INetURLObject::GetMainURL(), INetURLObject::GetProtocol(), INetURLObject::NONE, SAL_WARN_IF, and xStream.
Referenced by ImportGraphic(), vcl::graphic::loadFromURL(), LoadGraphic(), GfxLink::LoadNative(), GraphicNativeTransform::rotateGeneric(), and GraphicNativeTransform::rotateJPEG().
ErrCode GraphicFilter::ImportGraphic | ( | Graphic & | rGraphic, |
const OUString & | rPath, | ||
SvStream & | rStream, | ||
sal_uInt16 | nFormat = GRFILTER_FORMAT_DONTKNOW , |
||
sal_uInt16 * | pDeterminedFormat = nullptr , |
||
GraphicFilterImportFlags | nImportFlags = GraphicFilterImportFlags::NONE , |
||
WmfExternal const * | pExtHeader = nullptr |
||
) |
Definition at line 981 of file graphicfilter.cxx.
References ERRCODE_GRFILTER_FORMATERROR, and ImportGraphic().
ErrCode GraphicFilter::ImportGraphic | ( | Graphic & | rGraphic, |
const OUString & | rPath, | ||
SvStream & | rStream, | ||
sal_uInt16 | nFormat, | ||
sal_uInt16 * | pDeterminedFormat, | ||
GraphicFilterImportFlags | nImportFlags, | ||
const css::uno::Sequence< css::beans::PropertyValue > * | pFilterData, | ||
WmfExternal const * | pExtHeader = nullptr |
||
) |
Definition at line 1459 of file graphicfilter.cxx.
References aFilterPath, ZCodec::BeginCompression(), Graphic::Clear(), ZCodec::Decompress(), DontSetLogsizeForJpeg, Emf, ZCodec::EndCompression(), ERRCODE_GRFILTER_FILTERERROR, ERRCODE_GRFILTER_FORMATERROR, ERRCODE_GRFILTER_OPENERROR, ERRCODE_GRFILTER_TOOBIG, ERRCODE_IO_PENDING, ERRCODE_NONE, BitmapEx::GetBitmap(), Graphic::GetBitmapExRef(), vcl::PNGReader::GetChunks(), SvStream::GetError(), FilterConfigCache::GetExternalFilterName(), FilterConfigCache::GetImportFilterName(), GetImportFormatShortName(), Graphic::GetReaderContext(), GRFILTER_FORMAT_DONTKNOW, IMP_BMP, IMP_EMF, IMP_GIF, IMP_JPEG, IMP_MOV, IMP_PDF, IMP_PNG, IMP_SVG, IMP_SVMETAFILE, IMP_TIFF, IMP_WMF, IMP_XBM, IMP_XPM, ImplSetError(), ImportGIF(), ImportJPEG(), vcl::ImportPDF(), ImportTiffGraphicImport(), ImportXBM(), ImportXPM(), ImpTestOrFindFormat(), Graphic::IsDummyContext(), utl::ConfigManager::IsFuzzing(), Graphic::IsGfxLink(), FilterConfigCache::IsImportInternalFilter(), MET_SHORTNAME, NativeBmp, NativeGif, NativeJpg, NativeMet, NativeMov, NativePct, NativePdf, NativePng, NativeSvg, NativeTif, NativeWmf, NONE, OnlyCreateBitmap, pConfig, PCT_SHORTNAME, PMGCHUNG_msOG, vcl::PNGReader::Read(), SvStream::ReadBytes(), TypeSerializer::readGraphic(), SvStream::remainingSize(), SvStream::ResetError(), ResetLastError(), SvStream::Seek(), Graphic::SetDefaultType(), Graphic::SetDummyContext(), Graphic::SetGfxLink(), SetLogsizeForJpeg, STREAM_SEEK_TO_BEGIN, STREAM_SEEK_TO_END, Svg, SvStream::Tell(), TIF_SHORTNAME, UseExistingBitmap, Wmf, and ZCODEC_DEFAULT_COMPRESSION.
void GraphicFilter::ImportGraphics | ( | std::vector< std::shared_ptr< Graphic > > & | rGraphics, |
std::vector< std::unique_ptr< SvStream > > | vStreams | ||
) |
Imports multiple graphics.
The resulting graphic is added to rGraphics on success, nullptr is added on failure.
Definition at line 1054 of file graphicfilter.cxx.
References comphelper::ThreadPool::createThreadTaskTag(), ERRCODE_GRFILTER_FILTERERROR, ERRCODE_NONE, FilterConfigCache::GetImportFilterName(), comphelper::ThreadPool::getSharedOptimalPool(), GRFILTER_FORMAT_DONTKNOW, IMP_JPEG, ImportJPEG(), ImpTestOrFindFormat(), OnlyCreateBitmap, pConfig, comphelper::ThreadPool::pushTask(), ResetLastError(), and SetLogsizeForJpeg.
Referenced by MakeGraphicsAvailableThreaded().
Graphic GraphicFilter::ImportUnloadedGraphic | ( | SvStream & | rIStream, |
sal_uInt64 | sizeLimit = 0 , |
||
const Size * | pSizeHint = nullptr |
||
) |
Definition at line 1189 of file graphicfilter.cxx.
References aFilterPath, ZCodec::BeginCompression(), ZCodec::Decompress(), ZCodec::EndCompression(), ERRCODE_GRFILTER_FILTERERROR, ERRCODE_GRFILTER_TOOBIG, ERRCODE_NONE, vcl::PNGReader::GetChunks(), SvStream::GetError(), FilterConfigCache::GetExternalFilterName(), Size::getHeight(), FilterConfigCache::GetImportFilterName(), GetImportFormatShortName(), Size::getWidth(), GRFILTER_FORMAT_DONTKNOW, IMP_BMP, IMP_EMF, IMP_GIF, IMP_JPEG, IMP_MOV, IMP_PDF, IMP_PNG, IMP_SVG, IMP_TIFF, IMP_WMF, Graphic::ImplGetImpGraphic(), ImplSetError(), ImpGraphic::ImplSetPrepared(), ImpTestOrFindFormat(), IsGIFAnimated(), FilterConfigCache::IsImportInternalFilter(), MET_SHORTNAME, NativeBmp, NativeGif, NativeJpg, NativeMet, NativeMov, NativePct, NativePdf, NativePng, NativeSvg, NativeTif, NativeWmf, NONE, pConfig, PCT_SHORTNAME, PMGCHUNG_msOG, SvStream::ReadBytes(), SvStream::remainingSize(), ResetLastError(), SvStream::Seek(), Graphic::SetGfxLink(), STREAM_SEEK_TO_BEGIN, SvStream::Tell(), and ZCODEC_DEFAULT_COMPRESSION.
|
private |
Definition at line 453 of file graphicfilter.cxx.
References ERRCODE_GRFILTER_FORMATERROR, ERRCODE_NONE, FilterConfigCache::GetImportFilterType(), FilterConfigCache::GetImportFormatExtension(), FilterConfigCache::GetImportFormatNumberForExtension(), GRFILTER_FORMAT_DONTKNOW, ImpGetExtension(), ImpPeekGraphicFormat(), pConfig, u, and FilterConfigItem::WriteInt32().
Referenced by CanImportGraphic(), ImportGraphic(), ImportGraphics(), and ImportUnloadedGraphic().
bool GraphicFilter::IsExportPixelFormat | ( | sal_uInt16 | nFormat | ) |
Definition at line 931 of file graphicfilter.cxx.
References FilterConfigCache::IsExportPixelFormat(), and pConfig.
|
static |
Definition at line 2316 of file graphicfilter.cxx.
References aURL, utl::UcbStreamHelper::CreateStream(), ERRCODE_GRFILTER_FILTERERROR, ERRCODE_GRFILTER_FORMATERROR, ERRCODE_GRFILTER_IOERROR, ERRCODE_GRFILTER_OPENERROR, ERRCODE_GRFILTER_TOOBIG, ERRCODE_GRFILTER_VERSIONERROR, ERRCODE_NONE, GetGraphicFilter(), GetImportFormatCount(), GetImportFormatNumber(), INetURLObject::GetProtocol(), GRFILTER_FORMAT_DONTKNOW, INetURLObject::HasError(), ImportGraphic(), SAL_INFO_IF, INetURLObject::SetSmartProtocol(), and INetURLObject::SetSmartURL().
Referenced by readBitmapEx().
Tries to ensure all Graphic objects are available (Graphic::isAvailable()).
Only an optimization, may not process all items.
Definition at line 1151 of file graphicfilter.cxx.
References assert(), graphic, i, ImportGraphics(), and NativeJpg.
void GraphicFilter::preload | ( | ) |
Definition at line 1435 of file graphicfilter.cxx.
References aFilterPath, comphelper::string::getTokenCount(), i, SVLIBRARY, and u.
void GraphicFilter::ResetLastError | ( | ) |
Definition at line 2236 of file graphicfilter.cxx.
References ERRCODE_NONE, and pErrorEx.
Referenced by ExportGraphic(), ImportGraphic(), ImportGraphics(), and ImportUnloadedGraphic().
|
private |
Definition at line 331 of file graphicfilter.hxx.
Referenced by ExportGraphic(), ImplInit(), ImportGraphic(), ImportUnloadedGraphic(), and preload().
|
private |
Definition at line 341 of file graphicfilter.hxx.
Referenced by ImplInit().
|
private |
Definition at line 332 of file graphicfilter.hxx.
Referenced by ExportGraphic(), GetExportFormatCount(), GetExportFormatMediaType(), GetExportFormatName(), GetExportFormatNumber(), GetExportFormatNumberForMediaType(), GetExportFormatNumberForShortName(), GetExportFormatNumberForTypeName(), GetExportFormatShortName(), GetExportInternalFilterName(), GetExportWildcard(), GetImportFormatCount(), GetImportFormatName(), GetImportFormatNumber(), GetImportFormatNumberForShortName(), GetImportFormatNumberForTypeName(), GetImportFormatShortName(), GetImportFormatTypeName(), GetImportWildcard(), ImplInit(), ImportGraphic(), ImportGraphics(), ImportUnloadedGraphic(), ImpTestOrFindFormat(), IsExportPixelFormat(), and ~GraphicFilter().
|
private |
Definition at line 340 of file graphicfilter.hxx.
Referenced by ImplInit(), ImplSetError(), ResetLastError(), and ~GraphicFilter().