|
LibreOffice Module drawinglayer (master) 1
|
#include <emfpimage.hxx>
Public Member Functions | |
| void | Read (SvMemoryStream &s, sal_uInt32 dataSize, bool bUseWholeStream) |
Public Member Functions inherited from emfplushelper::EMFPObject | |
| virtual | ~EMFPObject () |
Public Attributes | |
| sal_uInt32 | type |
| sal_Int32 | width |
| sal_Int32 | height |
| sal_Int32 | stride |
| sal_uInt32 | pixelFormat |
| Graphic | graphic |
Definition at line 35 of file emfpimage.hxx.
| void emfplushelper::EMFPImage::Read | ( | SvMemoryStream & | s, |
| sal_uInt32 | dataSize, | ||
| bool | bUseWholeStream | ||
| ) |
Definition at line 25 of file emfpimage.cxx.
References SvFileStream::Close(), SvStream::Flush(), SvMemoryStream::GetData(), Graphic::GetSizePixel(), graphic, header, Size::Height(), height, emfplushelper::ImageDataTypeBitmap, emfplushelper::ImageDataTypeMetafile, pixelFormat, SvStream::ReadInt32(), SvStream::ReadUInt32(), SvStream::remainingSize(), SAL_INFO, SvStream::Seek(), stride, SvStream::Tell(), type, u, Size::Width(), width, and SvStream::WriteStream().
Referenced by emfplushelper::EmfPlusHelperData::processObjectRecord().
| Graphic emfplushelper::EMFPImage::graphic |
Definition at line 42 of file emfpimage.hxx.
Referenced by Read().
| sal_Int32 emfplushelper::EMFPImage::height |
Definition at line 39 of file emfpimage.hxx.
Referenced by emfplushelper::EmfPlusHelperData::processObjectRecord(), and Read().
| sal_uInt32 emfplushelper::EMFPImage::pixelFormat |
Definition at line 41 of file emfpimage.hxx.
Referenced by emfplushelper::EmfPlusHelperData::processObjectRecord(), and Read().
| sal_Int32 emfplushelper::EMFPImage::stride |
Definition at line 40 of file emfpimage.hxx.
Referenced by emfplushelper::EmfPlusHelperData::processObjectRecord(), and Read().
| sal_uInt32 emfplushelper::EMFPImage::type |
Definition at line 37 of file emfpimage.hxx.
Referenced by emfplushelper::EmfPlusHelperData::processObjectRecord(), and Read().
| sal_Int32 emfplushelper::EMFPImage::width |
Definition at line 38 of file emfpimage.hxx.
Referenced by emfplushelper::EmfPlusHelperData::processObjectRecord(), and Read().