LibreOffice Module vcl (master) 1
|
#include <pdfwriter_impl.hxx>
Public Member Functions | |
PDFStructureElement () | |
Public Attributes | |
sal_Int32 | m_nObject |
::std::optional< PDFWriter::StructElement > | m_oType |
OString | m_aAlias |
sal_Int32 | m_nOwnElement |
sal_Int32 | m_nParentElement |
sal_Int32 | m_nFirstPageObject |
bool | m_bOpenMCSeq |
std::vector< sal_Int32 > | m_aChildren |
std::list< PDFStructureElementKid > | m_aKids |
std::map< PDFWriter::StructAttribute, PDFStructureAttribute > | m_aAttributes |
::std::vector< sal_Int32 > | m_AnnotIds |
tools::Rectangle | m_aBBox |
OUString | m_aActualText |
OUString | m_aAltText |
css::lang::Locale | m_aLocale |
Definition at line 583 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 605 of file pdfwriter_impl.hxx.
OUString vcl::pdf::PDFStructureElement::m_aActualText |
Definition at line 598 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitStructure().
OString vcl::pdf::PDFStructureElement::m_aAlias |
OUString vcl::pdf::PDFStructureElement::m_aAltText |
Definition at line 599 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitStructure().
std::map<PDFWriter::StructAttribute, PDFStructureAttribute > vcl::pdf::PDFStructureElement::m_aAttributes |
Definition at line 595 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitStructure(), and vcl::PDFWriterImpl::emitStructureAttributes().
tools::Rectangle vcl::pdf::PDFStructureElement::m_aBBox |
Definition at line 597 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitStructure(), and vcl::PDFWriterImpl::emitStructureAttributes().
std::vector< sal_Int32 > vcl::pdf::PDFStructureElement::m_aChildren |
Definition at line 592 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::addInternalStructureContainer(), and vcl::PDFWriterImpl::emitStructure().
std::list< PDFStructureElementKid > vcl::pdf::PDFStructureElement::m_aKids |
Definition at line 593 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::addInternalStructureContainer(), vcl::PDFWriterImpl::AppendAnnotKid(), vcl::PDFWriterImpl::beginStructureElementMCSeq(), and vcl::PDFWriterImpl::emitStructure().
css::lang::Locale vcl::pdf::PDFStructureElement::m_aLocale |
Definition at line 600 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitStructure().
::std::vector<sal_Int32> vcl::pdf::PDFStructureElement::m_AnnotIds |
Definition at line 596 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitStructure().
bool vcl::pdf::PDFStructureElement::m_bOpenMCSeq |
Definition at line 591 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::beginStructureElementMCSeq().
sal_Int32 vcl::pdf::PDFStructureElement::m_nFirstPageObject |
sal_Int32 vcl::pdf::PDFStructureElement::m_nObject |
sal_Int32 vcl::pdf::PDFStructureElement::m_nOwnElement |
Definition at line 588 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::addInternalStructureContainer(), vcl::PDFWriterImpl::emitStructure(), and vcl::PDFWriterImpl::ensureStructureElement().
sal_Int32 vcl::pdf::PDFStructureElement::m_nParentElement |
Definition at line 589 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::addInternalStructureContainer(), vcl::PDFWriterImpl::emitStructure(), vcl::PDFWriterImpl::ensureStructureElement(), and vcl::PDFWriterImpl::initStructureElement().
::std::optional<PDFWriter::StructElement> vcl::pdf::PDFStructureElement::m_oType |