LibreOffice Module vcl (master) 1
|
#include <pdfwriter_impl.hxx>
Public Attributes | |
OUString | m_aDestName |
sal_Int32 | m_nPage |
PDFWriter::DestAreaType | m_eType |
tools::Rectangle | m_aRect |
Definition at line 387 of file pdfwriter_impl.hxx.
OUString vcl::pdf::PDFNamedDest::m_aDestName |
Definition at line 389 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitNamedDestinations().
tools::Rectangle vcl::pdf::PDFNamedDest::m_aRect |
Definition at line 392 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitNamedDestinations().
PDFWriter::DestAreaType vcl::pdf::PDFNamedDest::m_eType |
Definition at line 391 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitNamedDestinations().
sal_Int32 vcl::pdf::PDFNamedDest::m_nPage |
Definition at line 390 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitNamedDestinations().