• Home
  • Raw
  • Download

Lines Matching defs:pNode

563   for (CXFA_Node* pNode = pCommonParent->GetFirstChild(); pNode;  in NodesSortedByDocumentIdx()  local
571 NodeSetPair* NodeSetPairForNode(CXFA_Node* pNode, NodeSetPairMapMap* pMap) { in NodeSetPairForNode()
729 WideString GetNameExpressionSinglePath(CXFA_Node* pNode) { in GetNameExpressionSinglePath()
842 void LoadText(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadText()
867 bool LoadImageData(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadImageData()
914 bool LoadCaption(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadCaption()
956 bool LoadImageData(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadImageData()
1057 for (auto* pNode = GetNextSibling(); pNode; pNode = pNode->GetNextSibling()) { in GetNextContainerSibling() local
1065 for (auto* pNode = GetPrevSibling(); pNode; pNode = pNode->GetPrevSibling()) { in GetPrevContainerSibling() local
1073 for (auto* pNode = GetFirstChild(); pNode; pNode = pNode->GetNextSibling()) { in GetFirstContainerChild() local
1081 for (auto* pNode = GetParent(); pNode; pNode = pNode->GetParent()) { in GetContainerParent() local
1125 for (CXFA_Node* pNode = GetFirstChild(); pNode; in GetProperty() local
1148 for (CXFA_Node* pNode = GetFirstChild(); pNode; in GetOrCreateProperty() local
1268 CXFA_Node* pNode = m_pDocument->CreateNode(m_ePacket, eType); in CreateSamePacketNode() local
1569 for (CXFA_Node* pNode = GetFirstChild(); pNode; in CountChildren() local
1584 for (CXFA_Node* pNode = GetFirstChild(); pNode; in GetChildInternal() local
1607 void CXFA_Node::InsertChildAndNotify(int32_t index, CXFA_Node* pNode) { in InsertChildAndNotify()
1611 void CXFA_Node::InsertChildAndNotify(CXFA_Node* pNode, CXFA_Node* pBeforeNode) { in InsertChildAndNotify()
1629 void CXFA_Node::RemoveChildAndNotify(CXFA_Node* pNode, bool bNotify) { in RemoveChildAndNotify()
1674 for (CXFA_Node* pNode = GetFirstChild(); pNode; in GetFirstChildByName() local
1683 for (CXFA_Node* pNode = GetFirstChild(); pNode; in GetFirstChildByClassInternal() local
1692 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetNextSameNameSibling() local
1706 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetNextSameClassSiblingInternal() local
1777 for (CXFA_Node* pNode = GetPrevSibling(); pNode; in GetInstanceMgrOfSubform() local
1863 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetItemIfExists() local
1894 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetCount() local
1941 for (CXFA_Node* pNode = sIteratorNew.GetCurrent(); pNode; in InsertItem() local
1951 for (CXFA_Node* pNode = sIteratorAfter.GetCurrent(); pNode; in InsertItem() local
1972 for (CXFA_Node* pNode = sIteratorNew.GetCurrent(); pNode; in InsertItem() local
1982 for (CXFA_Node* pNode = sIteratorBefore.GetCurrent(); pNode; in InsertItem() local
2138 CXFA_Node* pNode = pParentNode->GetParent(); in SendAttributeChangeMessage() local
2212 CXFA_Node* pNode = pValueNode->GetParent(); in SendAttributeChangeMessage() local
2223 CXFA_Node* pNode = pValueNode->GetParent(); in SendAttributeChangeMessage() local
2316 for (auto* pNode = this; pNode; pNode = pNode->GetContainerParent()) { in IsOpenAccess() local
2379 CXFA_Keep* pNode = in GetIntactFromKeep() local
4082 for (CXFA_Node* pNode = ToNode(GetFirstChild()); pNode; in GetSelectedMember() local
4094 for (CXFA_Node* pNode = ToNode(GetFirstChild()); pNode; in SetSelectedMember() local
4109 for (CXFA_Node* pNode = GetFirstChild(); pNode; in SetSelectedMemberByValue() local
4141 CXFA_Node* pNode = GetFirstChild(); in GetExclGroupFirstMember() local
4151 CXFA_Node* CXFA_Node::GetExclGroupNextMember(CXFA_Node* pNode) { in GetExclGroupNextMember()
4201 for (CXFA_Node* pNode = GetFirstChild(); pNode; in CountChoiceListItems() local
4229 for (CXFA_Node* pNode = GetFirstChild(); pNode; in GetChoiceListItem() local
4264 for (CXFA_Node* pNode = GetFirstChild(); pNode && items.size() < 2; in GetChoiceListItems() local
4283 for (CXFA_Node* pNode = pItem->GetFirstChild(); pNode; in GetChoiceListItems() local
4452 CXFA_Node* pNode = listitems[i]; in InsertItem() local
4460 CXFA_Node* pNode = listitems[0]; in InsertItem() local
4575 while (CXFA_Node* pNode = pItems->GetFirstChild()) { in DeleteItem() local
4584 CXFA_Node* pNode = pItems->GetFirstChild(); in DeleteItem() local
4623 CXFA_Comb* pNode = pUIChild->GetChild<CXFA_Comb>(0, XFA_Element::Comb, false); in GetNumberOfCells() local
4636 const auto* pNode = GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetMaxChars() local
4657 const auto* pNode = GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetFracDigits() local
4672 const auto* pNode = GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetLeadDigits() local
4700 CXFA_Node* pNode = GetUIChildNode(); in SetValue() local
4826 CXFA_Node* pNode = GetUIChildNode(); in GetValue() local
5061 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in SetNodeAndDescendantsUnused() local
5068 auto* pNode = GetXMLMappingNode(); in SetToXML() local