• Home
  • Raw
  • Download

Lines Matching refs:eAttribute

70 void* GetMapKey_Element(XFA_Element eType, XFA_Attribute eAttribute) {  in GetMapKey_Element()  argument
72 (static_cast<uint32_t>(eAttribute) << 8) | in GetMapKey_Element()
145 XFA_Attribute eAttribute) { in className() argument
1078 XFA_Attribute eAttribute) { in ScriptAttributeString() argument
1080 pValue->SetString(GetAttribute(eAttribute).ToUTF8().AsStringView()); in ScriptAttributeString()
1085 SetAttribute(eAttribute, wsValue.AsStringView(), true); in ScriptAttributeString()
1086 if (eAttribute != XFA_Attribute::Use || in ScriptAttributeString()
1145 XFA_Attribute eAttribute) { in ScriptAttributeBool() argument
1147 SetBoolean(eAttribute, pValue->ToBoolean(), true); in ScriptAttributeBool()
1150 pValue->SetString(GetBoolean(eAttribute) ? "1" : "0"); in ScriptAttributeBool()
1155 XFA_Attribute eAttribute) { in ScriptAttributeInteger() argument
1157 SetInteger(eAttribute, pValue->ToInteger(), true); in ScriptAttributeInteger()
1160 pValue->SetInteger(GetInteger(eAttribute)); in ScriptAttributeInteger()
1165 XFA_Attribute eAttribute) { in ScriptSomFontColor() argument
1190 XFA_Attribute eAttribute) { in ScriptSomFillColor() argument
1218 XFA_Attribute eAttribute) { in ScriptSomBorderColor() argument
1249 XFA_Attribute eAttribute) { in ScriptSomBorderWidth() argument
1332 XFA_Attribute eAttribute) { in ScriptSomValidationMessage() argument
1338 XFA_Attribute eAttribute) { in ScriptSomMandatoryMessage() argument
1419 XFA_Attribute eAttribute) { in ScriptSomDefaultValue_Read() argument
1435 XFA_Attribute eAttribute) { in ScriptSomDataNode() argument
1453 XFA_Attribute eAttribute) { in ScriptSomMandatory() argument
1469 XFA_Attribute eAttribute) { in ScriptSomInstanceIndex() argument
1508 XFA_Attribute eAttribute) {} in ScriptSubmitFormatMode() argument