Home
last modified time | relevance | path

Searched refs:child2Node (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DXFAScanner.cc212 ZxNode *child2Node = ((ZxElement *)child1Node)->getFirstChild(); in scanFormNode() local
213 if (child2Node && child2Node->isCharData()) { in scanFormNode()
215 ((ZxCharData *)child2Node)->getData()->copy()); in scanFormNode()
365 ZxNode *child2Node = ((ZxElement *)child1Node)->getFirstChild(); in getFieldValue() local
366 if (child2Node && child2Node->isCharData()) { in getFieldValue()
367 val = ((ZxCharData *)child2Node)->getData(); in getFieldValue()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DXFAScanner.cc212 ZxNode *child2Node = ((ZxElement *)child1Node)->getFirstChild(); in scanFormNode() local
213 if (child2Node && child2Node->isCharData()) { in scanFormNode()
215 ((ZxCharData *)child2Node)->getData()->copy()); in scanFormNode()
365 ZxNode *child2Node = ((ZxElement *)child1Node)->getFirstChild(); in getFieldValue() local
366 if (child2Node && child2Node->isCharData()) { in getFieldValue()
367 val = ((ZxCharData *)child2Node)->getData(); in getFieldValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DDeck.cxx172 auto child2Node = rJsonWriter.startStruct(); in DumpAsPropertyTree() local