Lines Matching defs:PDFStructureElement
517 struct PDFStructureElement struct in vcl::PDFWriterImpl
519 sal_Int32 m_nObject;
520 PDFWriter::StructElement m_eType;
521 rtl::OString m_aAlias;
522 sal_Int32 m_nOwnElement; // index into structure vector
523 sal_Int32 m_nParentElement; // index into structure vector
524 sal_Int32 m_nFirstPageObject;
525 bool m_bOpenMCSeq;
526 std::list< sal_Int32 > m_aChildren; // indexes into structure vector
527 std::list< PDFStructureElementKid > m_aKids;
528 PDFStructAttributes m_aAttributes;
529 Rectangle m_aBBox;
530 rtl::OUString m_aActualText;
531 rtl::OUString m_aAltText;
532 com::sun::star::lang::Locale m_aLocale;
537 PDFStructureElement() in PDFStructureElement() function