Lines Matching refs:wsName
67 CFX_WideStringC wsName = pNode->GetCData(XFA_ATTRIBUTE_Name); in GetCount() local
70 wsInstName.Mid(1) != wsName) { in GetCount()
202 CFX_WideStringC wsName = pNode->GetCData(XFA_ATTRIBUTE_Name); in GetItem() local
205 wsInstName.Mid(1) != wsName) { in GetItem()
527 CFX_WideString wsName; in Clone() local
528 GetAttribute(XFA_ATTRIBUTE_Name, wsName, false); in Clone()
529 CFDE_XMLElement* pCloneXMLElement = new CFDE_XMLElement(wsName); in Clone()
1098 CFX_WideString wsName; in Script_TreeClass_All() local
1099 GetAttribute(XFA_ATTRIBUTE_Name, wsName); in Script_TreeClass_All()
1100 CFX_WideString wsExpression = wsName + L"[*]"; in Script_TreeClass_All()
1489 CFX_WideString wsName; in Script_NodeClass_SetElement() local
1492 wsName = CFX_WideString::FromUTF8(pArguments->GetUTF8String(1).AsStringC()); in Script_NodeClass_SetElement()
1496 (void)wsName; in Script_NodeClass_SetElement()
2773 CFX_WideStringC wsName = GetCData(XFA_ATTRIBUTE_Name); in Script_Subform_InstanceManager() local
2780 wsInstMgrName.Mid(1) == wsName) { in Script_Subform_InstanceManager()
3447 CFX_WideString wsName = CFX_WideString::FromUTF8(bsName.AsStringC()); in Script_Packet_RemoveAttribute() local
3451 if (pXMLElement->HasAttribute(wsName.c_str())) { in Script_Packet_RemoveAttribute()
3452 pXMLElement->RemoveAttribute(wsName.c_str()); in Script_Packet_RemoveAttribute()
4604 CFX_WideString wsName; in RemoveChild() local
4605 pNode->GetAttribute(XFA_ATTRIBUTE_Name, wsName, false); in RemoveChild()
4606 CFDE_XMLElement* pNewXMLElement = new CFDE_XMLElement(wsName); in RemoveChild()
4621 CXFA_Node* CXFA_Node::GetFirstChildByName(const CFX_WideStringC& wsName) const { in GetFirstChildByName()
4622 return GetFirstChildByName(FX_HashCode_GetW(wsName, false)); in GetFirstChildByName()
4709 CFX_WideStringC wsName = GetCData(XFA_ATTRIBUTE_Name); in GetInstanceMgrOfSubform() local
4712 wsInstName.Mid(1) == wsName) { in GetInstanceMgrOfSubform()
4842 CFX_WideStringC wsName; in UpdateNameHash() local
4844 wsName = GetCData(XFA_ATTRIBUTE_Name); in UpdateNameHash()
4845 m_dwNameHash = FX_HashCode_GetW(wsName, false); in UpdateNameHash()
4847 wsName = GetAttributeEnumByID(GetEnum(XFA_ATTRIBUTE_Name))->pName; in UpdateNameHash()
4848 m_dwNameHash = FX_HashCode_GetW(wsName, false); in UpdateNameHash()