Searched refs:nMCID (Results 1 – 2 of 2) sorted by relevance
511 sal_Int32 nMCID; // an MCID if >= 0 member513 PDFStructureElementKid( sal_Int32 nObj ) : nObject( nObj ), nMCID( -1 ) {} in PDFStructureElementKid()514 … PDFStructureElementKid( sal_Int32 MCID, sal_Int32 nPage ) : nObject( nPage ), nMCID( MCID ) {} in PDFStructureElementKid()
2945 if( it->nMCID == -1 ) in emitStructure()2955 aLine.append( it->nMCID ); in emitStructure()2963 aLine.append( it->nMCID ); in emitStructure()11091 sal_Int32 nMCID = m_aPages[ m_nCurrentPage ].m_aMCIDParents.size(); in beginStructureElementMCSeq() local11098 aLine.append( nMCID ); in beginStructureElementMCSeq()11105 nMCID, in beginStructureElementMCSeq()11109 … rEle.m_aKids.push_back( PDFStructureElementKid( nMCID, m_aPages[m_nCurrentPage].m_nPageObject ) ); in beginStructureElementMCSeq()
Completed in 74 milliseconds