Lines Matching refs:m_aStructure

1774     m_aStructure.push_back( PDFStructureElement() );  in PDFWriterImpl()
1775 m_aStructure[0].m_nOwnElement = 0; in PDFWriterImpl()
1776 m_aStructure[0].m_nParentElement = 0; in PDFWriterImpl()
2834 if( *it > 0 && *it < sal_Int32(m_aStructure.size()) ) in emitStructure()
2836 PDFStructureElement& rChild = m_aStructure[ *it ]; in emitStructure()
2897 aLine.append( m_aStructure[ rEle.m_nParentElement ].m_nObject ); in emitStructure()
5779 if(m_aStructure.size() > 1) in emitCatalog()
5782 addInternalStructureContainer(m_aStructure[0]); in emitCatalog()
5783 nStructureDict = m_aStructure[0].m_nObject = createObject(); in emitCatalog()
5784 emitStructure( m_aStructure[ 0 ] ); in emitCatalog()
11086 ! m_aStructure[ m_nCurrentStructElement ].m_bOpenMCSeq // already opened sequence in beginStructureElementMCSeq()
11089 PDFStructureElement& rEle = m_aStructure[ m_nCurrentStructElement ]; in beginStructureElementMCSeq()
11118 m_aStructure[ m_nCurrentStructElement ].m_eType == PDFWriter::NonStructElement && in beginStructureElementMCSeq()
11119 ! m_aStructure[ m_nCurrentStructElement ].m_bOpenMCSeq // already opened sequence in beginStructureElementMCSeq()
11126 m_aStructure[ m_nCurrentStructElement ].m_bOpenMCSeq = true; in beginStructureElementMCSeq()
11133 …( m_bEmitStructure || m_aStructure[ m_nCurrentStructElement ].m_eType == PDFWriter::NonStructEleme… in endStructureElementMCSeq()
11134 m_aStructure[ m_nCurrentStructElement ].m_bOpenMCSeq // must have an opened MC sequence in endStructureElementMCSeq()
11138 m_aStructure[ m_nCurrentStructElement ].m_bOpenMCSeq = false; in endStructureElementMCSeq()
11149 while( nEle > 0 && nEle < sal_Int32(m_aStructure.size()) ) in checkEmitStructure()
11151 if( m_aStructure[ nEle ].m_eType == PDFWriter::NonStructElement ) in checkEmitStructure()
11156 nEle = m_aStructure[ nEle ].m_nParentElement; in checkEmitStructure()
11179 if( ! m_aStructure[ 0 ].m_aChildren.empty() ) in beginStructureElement()
11183 const std::list< sal_Int32 >& rRootChildren = m_aStructure[0].m_aChildren; in beginStructureElement()
11188 childType = m_aStructure[ nNewCurElement ].m_eType; in beginStructureElement()
11204 sal_Int32 nNewId = sal_Int32(m_aStructure.size()); in beginStructureElement()
11205 m_aStructure.push_back( PDFStructureElement() ); in beginStructureElement()
11206 PDFStructureElement& rEle = m_aStructure.back(); in beginStructureElement()
11211 m_aStructure[ m_nCurrentStructElement ].m_aChildren.push_back( nNewId ); in beginStructureElement()
11245 m_aStructure[ rEle.m_nParentElement ].m_aKids.push_back( rEle.m_nObject ); in beginStructureElement()
11272 aLine.append( getStructureTag( m_aStructure[ m_nCurrentStructElement ].m_eType ) ); in endStructureElement()
11273 if( m_aStructure[ m_nCurrentStructElement ].m_aAlias.getLength() ) in endStructureElement()
11276 aLine.append( m_aStructure[ m_nCurrentStructElement ].m_aAlias ); in endStructureElement()
11282 m_nCurrentStructElement = m_aStructure[ m_nCurrentStructElement ].m_nParentElement; in endStructureElement()
11308 if( *it > 0 && *it < sal_Int32(m_aStructure.size()) ) in addInternalStructureContainer()
11310 PDFStructureElement& rChild = m_aStructure[ *it ]; in addInternalStructureContainer()
11352 sal_Int32 nNewId = sal_Int32(m_aStructure.size()); in addInternalStructureContainer()
11353 m_aStructure.push_back( PDFStructureElement() ); in addInternalStructureContainer()
11354 PDFStructureElement& rEleNew = m_aStructure.back(); in addInternalStructureContainer()
11360 … rEleNew.m_nFirstPageObject = m_aStructure[ rEle.m_aChildren.front() ].m_nFirstPageObject; in addInternalStructureContainer()
11383 m_aStructure[ *it ].m_nParentElement = nNewId; in addInternalStructureContainer()
11399 if( m_aContext.Tagged && nEle >= 0 && nEle < sal_Int32(m_aStructure.size()) ) in setCurrentStructureElement()
11410 aLine.append( getStructureTag( m_aStructure[ m_nCurrentStructElement ].m_eType ) ); in setCurrentStructureElement()
11411 if( m_aStructure[ m_nCurrentStructElement ].m_aAlias.getLength() ) in setCurrentStructureElement()
11414 aLine.append( m_aStructure[ m_nCurrentStructElement ].m_aAlias ); in setCurrentStructureElement()
11440 PDFWriter::StructElement eType = m_aStructure[ m_nCurrentStructElement ].m_eType; in setStructureAttribute()
11614m_aStructure[ m_nCurrentStructElement ].m_aAttributes[ eAttr ] = PDFStructureAttribute( eVal ); in setStructureAttribute()
11620 getStructureTag( m_aStructure[ m_nCurrentStructElement ].m_eType ), in setStructureAttribute()
11621 m_aStructure[ m_nCurrentStructElement ].m_aAlias.getStr() in setStructureAttribute()
11638m_aStructure[ m_nCurrentStructElement ].m_aLocale = MsLangId::convertLanguageToLocale( (LanguageTy… in setStructureAttributeNumerical()
11642 PDFWriter::StructElement eType = m_aStructure[ m_nCurrentStructElement ].m_eType; in setStructureAttributeNumerical()
11748m_aStructure[ m_nCurrentStructElement ].m_aAttributes[ eAttr ] = PDFStructureAttribute( nValue ); in setStructureAttributeNumerical()
11754 getStructureTag( m_aStructure[ m_nCurrentStructElement ].m_eType ), in setStructureAttributeNumerical()
11755 m_aStructure[ m_nCurrentStructElement ].m_aAlias.getStr() ); in setStructureAttributeNumerical()
11770 PDFWriter::StructElement eType = m_aStructure[ m_nCurrentStructElement ].m_eType; in setStructureBoundingBox()
11776 m_aStructure[ m_nCurrentStructElement ].m_aBBox = rRect; in setStructureBoundingBox()
11778 m_aPages[nPageNr].convertRect( m_aStructure[ m_nCurrentStructElement ].m_aBBox ); in setStructureBoundingBox()
11787 m_aStructure[ m_nCurrentStructElement ].m_aActualText = rText; in setActualText()
11795 m_aStructure[ m_nCurrentStructElement ].m_aAltText = rText; in setAlternateText()