Lines Matching refs:m_bEmitStructure
1744 m_bEmitStructure( true ), in PDFWriterImpl()
11084 if( m_bEmitStructure && in beginStructureElementMCSeq()
11116 else if( ! m_bEmitStructure && m_aContext.Tagged && in beginStructureElementMCSeq()
11133 …( m_bEmitStructure || m_aStructure[ m_nCurrentStructElement ].m_eType == PDFWriter::NonStructEleme… in endStructureElementMCSeq()
11239 m_bEmitStructure = checkEmitStructure(); in beginStructureElement()
11241 if( m_bEmitStructure ) // don't create nonexistant objects in beginStructureElement()
11285 m_bEmitStructure = checkEmitStructure(); in endStructureElement()
11288 if( m_bEmitStructure ) in endStructureElement()
11405 m_bEmitStructure = checkEmitStructure(); in setCurrentStructureElement()
11417 if( ! m_bEmitStructure ) in setCurrentStructureElement()
11438 if( m_nCurrentStructElement > 0 && m_bEmitStructure ) in setStructureAttribute()
11616 else if( m_nCurrentStructElement > 0 && m_bEmitStructure ) in setStructureAttribute()
11634 if( m_nCurrentStructElement > 0 && m_bEmitStructure ) in setStructureAttributeNumerical()
11750 else if( m_nCurrentStructElement > 0 && m_bEmitStructure ) in setStructureAttributeNumerical()
11768 if( m_nCurrentStructElement > 0 && m_bEmitStructure ) in setStructureBoundingBox()
11785 if( m_aContext.Tagged && m_nCurrentStructElement > 0 && m_bEmitStructure ) in setActualText()
11793 if( m_aContext.Tagged && m_nCurrentStructElement > 0 && m_bEmitStructure ) in setAlternateText()