Searched refs:pAttributeInfo (Results 1 – 1 of 1) sorted by relevance
914 XFA_LPCATTRIBUTEINFO pAttributeInfo = XFA_GetAttributeByName(wsExpression); in Script_NodeClass_IsPropertySpecified() local916 if (pAttributeInfo) { in Script_NodeClass_IsPropertySpecified()917 bHas = this->HasAttribute(pAttributeInfo->eName); in Script_NodeClass_IsPropertySpecified()3866 XFA_LPCATTRIBUTEINFO pAttributeInfo = XFA_GetAttributeByName(wsValue); in SetAttribute() local3867 if (pAttributeInfo) { in SetAttribute()3868 return SetAttribute(pAttributeInfo->eName, wsValue, bNotify); in SetAttribute()3877 XFA_LPCATTRIBUTEINFO pAttributeInfo = XFA_GetAttributeByName(wsAttr); in GetAttribute() local3878 if (pAttributeInfo) { in GetAttribute()3879 return GetAttribute(pAttributeInfo->eName, wsValue, bUseDefault); in GetAttribute()