LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
vcl::pdf::PDFOutlineEntry Struct Reference

#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
 

Detailed Description

Definition at line 395 of file pdfwriter_impl.hxx.

Constructor & Destructor Documentation

◆ PDFOutlineEntry()

vcl::pdf::PDFOutlineEntry::PDFOutlineEntry ( )
inline

Definition at line 405 of file pdfwriter_impl.hxx.

Member Data Documentation

◆ m_aChildren

std::vector< sal_Int32 > vcl::pdf::PDFOutlineEntry::m_aChildren

◆ m_aTitle

OUString vcl::pdf::PDFOutlineEntry::m_aTitle

Definition at line 402 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitOutline().

◆ m_nDestID

sal_Int32 vcl::pdf::PDFOutlineEntry::m_nDestID

Definition at line 403 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitOutline().

◆ m_nNextObject

sal_Int32 vcl::pdf::PDFOutlineEntry::m_nNextObject

Definition at line 399 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitOutline().

◆ m_nObject

sal_Int32 vcl::pdf::PDFOutlineEntry::m_nObject

Definition at line 397 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitOutline().

◆ m_nParentObject

sal_Int32 vcl::pdf::PDFOutlineEntry::m_nParentObject

Definition at line 398 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitOutline().

◆ m_nPrevObject

sal_Int32 vcl::pdf::PDFOutlineEntry::m_nPrevObject

Definition at line 400 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitOutline().


The documentation for this struct was generated from the following file: