Searched refs:m_nCurrentStructElement (Results 1 – 2 of 2) sorted by relevance
1743 m_nCurrentStructElement( 0 ), in PDFWriterImpl()11085 m_nCurrentStructElement > 0 && // StructTreeRoot in beginStructureElementMCSeq()11086 ! m_aStructure[ m_nCurrentStructElement ].m_bOpenMCSeq // already opened sequence in beginStructureElementMCSeq()11089 PDFStructureElement& rEle = m_aStructure[ m_nCurrentStructElement ]; in beginStructureElementMCSeq()11117 m_nCurrentStructElement > 0 && 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()11132 if( m_nCurrentStructElement > 0 && // StructTreeRoot in endStructureElementMCSeq()11133 …( m_bEmitStructure || m_aStructure[ m_nCurrentStructElement ].m_eType == PDFWriter::NonStructEleme… in endStructureElementMCSeq()[all …]
638 sal_Int32 m_nCurrentStructElement; member in vcl::PDFWriterImpl