Home
last modified time | relevance | path

Searched refs:m_aKids (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2938 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()
5565 aLine.append( rWidget.m_aKids[i] ); in emitWidgetAnnotations()
11336 if( !rEle.m_aKids.empty() ) in addInternalStructureContainer()
11338 if( rEle.m_aKids.size() > ncMaxPDFArraySize ) { in addInternalStructureContainer()
11371 rEleNew.m_aKids.splice( rEleNew.m_aKids.begin(), in addInternalStructureContainer()
11372 rEle.m_aKids, in addInternalStructureContainer()
11387 rEle.m_aKids.insert( rEle.m_aKids.begin(), aNewKids.begin(), aNewKids.end() ); in addInternalStructureContainer()
[all …]
H A Dpdfwriter_impl.hxx459 std::vector<sal_Int32> m_aKids; // widget children, contains object numbers member
527 std::list< PDFStructureElementKid > m_aKids; member

Completed in 64 milliseconds