Home
last modified time | relevance | path

Searched refs:firstChildRef (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DOutline.cc319 Ref firstChildRef; in addOutlineTreeNodeList() local
321 … itemCount += addOutlineTreeNodeList(node.children, outlineItemRef, firstChildRef, lastChildRef); in addOutlineTreeNodeList()
323 if (firstChildRef != Ref::INVALID()) { in addOutlineTreeNodeList()
324 outlineItem.dictSet("First", Object(firstChildRef)); in addOutlineTreeNodeList()
358 Ref firstChildRef; in setOutline() local
367 const int count = addOutlineTreeNodeList(nodeList, outlineObjRef, firstChildRef, lastChildRef); in setOutline()
370 if (firstChildRef != Ref::INVALID()) { in setOutline()
371 outlineObj->dictSet("First", Object(firstChildRef)); in setOutline()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DOutline.cc319 Ref firstChildRef; in addOutlineTreeNodeList() local
321 … itemCount += addOutlineTreeNodeList(node.children, outlineItemRef, firstChildRef, lastChildRef); in addOutlineTreeNodeList()
323 if (firstChildRef != Ref::INVALID()) { in addOutlineTreeNodeList()
324 outlineItem.dictSet("First", Object(firstChildRef)); in addOutlineTreeNodeList()
358 Ref firstChildRef; in setOutline() local
367 const int count = addOutlineTreeNodeList(nodeList, outlineObjRef, firstChildRef, lastChildRef); in setOutline()
370 if (firstChildRef != Ref::INVALID()) { in setOutline()
371 outlineObj->dictSet("First", Object(firstChildRef)); in setOutline()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DOutline.cc319 Ref firstChildRef; in addOutlineTreeNodeList() local
321 … itemCount += addOutlineTreeNodeList(node.children, outlineItemRef, firstChildRef, lastChildRef); in addOutlineTreeNodeList()
323 if (firstChildRef != Ref::INVALID()) { in addOutlineTreeNodeList()
324 outlineItem.dictSet("First", Object(firstChildRef)); in addOutlineTreeNodeList()
358 Ref firstChildRef; in setOutline() local
367 const int count = addOutlineTreeNodeList(nodeList, outlineObjRef, firstChildRef, lastChildRef); in setOutline()
370 if (firstChildRef != Ref::INVALID()) { in setOutline()
371 outlineObj->dictSet("First", Object(firstChildRef)); in setOutline()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DOutline.cc319 Ref firstChildRef; in addOutlineTreeNodeList() local
321 … itemCount += addOutlineTreeNodeList(node.children, outlineItemRef, firstChildRef, lastChildRef); in addOutlineTreeNodeList()
323 if (firstChildRef != Ref::INVALID()) { in addOutlineTreeNodeList()
324 outlineItem.dictSet("First", Object(firstChildRef)); in addOutlineTreeNodeList()
358 Ref firstChildRef; in setOutline() local
367 const int count = addOutlineTreeNodeList(nodeList, outlineObjRef, firstChildRef, lastChildRef); in setOutline()
370 if (firstChildRef != Ref::INVALID()) { in setOutline()
371 outlineObj->dictSet("First", Object(firstChildRef)); in setOutline()
/dports/www/p5-pQuery/pQuery-0.24/lib/
H A DpQuery.pm532 for (my $c = $ret->[$i]->firstChildRef; $c; $c = $c->nextSiblingRef) {
556 : $ret->[$j]->firstChildRef;
/dports/www/p5-pQuery/pQuery-0.24/lib/pQuery/
H A DDOM.pm241 sub firstChildRef { subroutine
H A DDOM.pod170 =item C<firstChildRef()>