Home | History | Annotate | Download | only in app

Lines Matching full:getchild

234           CXFA_Node* pItems = pChild->GetChild(0, XFA_Element::Items);
240 itemText = pItems->GetChild(1, XFA_Element::Unknown)->GetContent();
1550 CXFA_Node* pValueNode = pElementNode->GetChild(0, XFA_Element::Value);
1581 m_pWidgetAcc->GetNode()->GetChild(0, XFA_Element::Caption);
1585 CXFA_Node* pValueNode = pCaptionNode->GetChild(0, XFA_Element::Value);
1600 m_pWidgetAcc->GetNode()->GetChild(0, XFA_Element::Items);
1622 CXFA_Node* pNode = m_pWidgetAcc->GetNode()->GetChild(0, XFA_Element::Caption);
1623 return CXFA_Para(pNode->GetChild(0, XFA_Element::Para));
1629 CXFA_Node* pNode = m_pWidgetAcc->GetNode()->GetChild(0, XFA_Element::Caption);
1630 pNode = pNode->GetChild(0, XFA_Element::Font);