Lines Matching refs:m_aKids

736                             rParentField.m_aKids.push_back( m_aWidgets[nNewWidget].m_nObject );  in createWidgetFieldName()
779 m_aWidgets[it->second].m_aKids.push_back( m_aWidgets[i_nWidgetIndex].m_nObject); in createWidgetFieldName()
2738 i_rEle.m_aKids.push_back( PDFStructureElementKid( nRefObject ) ); in emitStructureAttributes()
2938 if( ! rEle.m_aKids.empty() ) in emitStructure()
2943 rEle.m_aKids.begin(); it != rEle.m_aKids.end(); ++it, i++ ) in emitStructure()
5481 if( rWidget.m_aKids.empty() ) in emitWidgetAnnotations()
5560 if( rWidget.m_aKids.size() ) in emitWidgetAnnotations()
5563 for( unsigned int i = 0; i < rWidget.m_aKids.size(); i++ ) in emitWidgetAnnotations()
5565 aLine.append( rWidget.m_aKids[i] ); in emitWidgetAnnotations()
11109 … rEle.m_aKids.push_back( PDFStructureElementKid( nMCID, m_aPages[m_nCurrentPage].m_nPageObject ) ); in beginStructureElementMCSeq()
11245 m_aStructure[ rEle.m_nParentElement ].m_aKids.push_back( rEle.m_nObject ); in beginStructureElement()
11336 if( !rEle.m_aKids.empty() ) in addInternalStructureContainer()
11338 if( rEle.m_aKids.size() > ncMaxPDFArraySize ) { in addInternalStructureContainer()
11349 while( rEle.m_aKids.size() > ncMaxPDFArraySize ) in addInternalStructureContainer()
11367 std::list< PDFStructureElementKid >::iterator aKidEndIt( rEle.m_aKids.begin() ); in addInternalStructureContainer()
11371 rEleNew.m_aKids.splice( rEleNew.m_aKids.begin(), in addInternalStructureContainer()
11372 rEle.m_aKids, in addInternalStructureContainer()
11373 rEle.m_aKids.begin(), in addInternalStructureContainer()
11387 rEle.m_aKids.insert( rEle.m_aKids.begin(), aNewKids.begin(), aNewKids.end() ); in addInternalStructureContainer()
11996 rRadioButton.m_aKids.push_back( rNewWidget.m_nObject ); in createControl()