LibreOffice Module vcl (master) 1
|
#include <pdfwriter_impl.hxx>
Public Member Functions | |
BitmapEmit () | |
Public Attributes | |
BitmapID | m_aID |
BitmapEx | m_aBitmap |
sal_Int32 | m_nObject |
ReferenceXObjectEmit | m_aReferenceXObject |
Definition at line 218 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 225 of file pdfwriter_impl.hxx.
BitmapEx vcl::pdf::BitmapEmit::m_aBitmap |
Definition at line 221 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::writeBitmapObject(), and vcl::PDFWriterImpl::writeJPG().
BitmapID vcl::pdf::BitmapEmit::m_aID |
Definition at line 220 of file pdfwriter_impl.hxx.
ReferenceXObjectEmit vcl::pdf::BitmapEmit::m_aReferenceXObject |
Definition at line 223 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::drawBitmap(), and vcl::PDFWriterImpl::writeBitmapObject().
sal_Int32 vcl::pdf::BitmapEmit::m_nObject |
Definition at line 222 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::drawBitmap(), vcl::PDFWriterImpl::drawWallpaper(), vcl::PDFWriterImpl::writeBitmapObject(), and vcl::PDFWriterImpl::writeJPG().