|
LibreOffice Module vcl (master) 1
|
#include <pdfwriter_impl.hxx>
Public Member Functions | |
| JPGEmit () | |
Public Attributes | |
| BitmapID | m_aID |
| std::unique_ptr< SvMemoryStream > | m_pStream |
| AlphaMask | m_aAlphaMask |
| sal_Int32 | m_nObject |
| bool | m_bTrueColor |
| ReferenceXObjectEmit | m_aReferenceXObject |
Definition at line 231 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 241 of file pdfwriter_impl.hxx.
| AlphaMask vcl::pdf::JPGEmit::m_aAlphaMask |
Definition at line 236 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::drawJPGBitmap(), and vcl::PDFWriterImpl::writeJPG().
| BitmapID vcl::pdf::JPGEmit::m_aID |
Definition at line 233 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::drawJPGBitmap(), and vcl::PDFWriterImpl::writeJPG().
| ReferenceXObjectEmit vcl::pdf::JPGEmit::m_aReferenceXObject |
Definition at line 239 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::drawJPGBitmap(), and vcl::PDFWriterImpl::writeJPG().
| bool vcl::pdf::JPGEmit::m_bTrueColor |
Definition at line 238 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::drawJPGBitmap(), and vcl::PDFWriterImpl::writeJPG().
| sal_Int32 vcl::pdf::JPGEmit::m_nObject |
Definition at line 237 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::drawJPGBitmap(), and vcl::PDFWriterImpl::writeJPG().
| std::unique_ptr<SvMemoryStream> vcl::pdf::JPGEmit::m_pStream |
Definition at line 235 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::drawJPGBitmap(), and vcl::PDFWriterImpl::writeJPG().