|
LibreOffice Module vcl (master) 1
|
#include <pdfwriter_impl.hxx>
Public Member Functions | |
| PDFOutlineEntry () | |
Public Attributes | |
| sal_Int32 | m_nObject |
| sal_Int32 | m_nParentObject |
| sal_Int32 | m_nNextObject |
| sal_Int32 | m_nPrevObject |
| std::vector< sal_Int32 > | m_aChildren |
| OUString | m_aTitle |
| sal_Int32 | m_nDestID |
Definition at line 395 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 405 of file pdfwriter_impl.hxx.
| std::vector< sal_Int32 > vcl::pdf::PDFOutlineEntry::m_aChildren |
Definition at line 401 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitOutline(), and vcl::PDFWriterImpl::updateOutlineItemCount().
| OUString vcl::pdf::PDFOutlineEntry::m_aTitle |
Definition at line 402 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitOutline().
| sal_Int32 vcl::pdf::PDFOutlineEntry::m_nDestID |
Definition at line 403 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitOutline().
| sal_Int32 vcl::pdf::PDFOutlineEntry::m_nNextObject |
Definition at line 399 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitOutline().
| sal_Int32 vcl::pdf::PDFOutlineEntry::m_nObject |
Definition at line 397 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitOutline().
| sal_Int32 vcl::pdf::PDFOutlineEntry::m_nParentObject |
Definition at line 398 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitOutline().
| sal_Int32 vcl::pdf::PDFOutlineEntry::m_nPrevObject |
Definition at line 400 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitOutline().