LibreOffice Module vcl (master) 1
|
#include <pdfwriter_impl.hxx>
Public Member Functions | |
TransparencyEmit () | |
Public Attributes | |
sal_Int32 | m_nObject |
sal_Int32 | m_nExtGStateObject |
double | m_fAlpha |
tools::Rectangle | m_aBoundRect |
std::unique_ptr< SvMemoryStream > | m_pContentStream |
Definition at line 271 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 279 of file pdfwriter_impl.hxx.
tools::Rectangle vcl::pdf::TransparencyEmit::m_aBoundRect |
Definition at line 276 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::writeTransparentObject().
double vcl::pdf::TransparencyEmit::m_fAlpha |
Definition at line 275 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::writeTransparentObject().
sal_Int32 vcl::pdf::TransparencyEmit::m_nExtGStateObject |
Definition at line 274 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::writeTransparentObject().
sal_Int32 vcl::pdf::TransparencyEmit::m_nObject |
Definition at line 273 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::writeTransparentObject().
std::unique_ptr<SvMemoryStream> vcl::pdf::TransparencyEmit::m_pContentStream |
Definition at line 277 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::writeTransparentObject().