Lines Matching refs:XFA_Attribute
76 bool HasAttribute(XFA_Attribute eAttr);
77 bool SetAttribute(XFA_Attribute eAttr,
85 WideString GetAttribute(XFA_Attribute attr);
88 Optional<WideString> TryAttribute(XFA_Attribute eAttr, bool bUseDefault);
117 XFA_Attribute eAttribute);
120 XFA_Attribute eAttribute);
123 XFA_Attribute eAttribute);
127 XFA_Attribute eAttribute);
130 XFA_Attribute eAttribute);
133 XFA_Attribute eAttribute);
136 XFA_Attribute eAttribute);
139 XFA_Attribute eAttribute);
142 XFA_Attribute eAttribute);
145 XFA_Attribute eAttribute);
148 XFA_Attribute eAttribute);
151 XFA_Attribute eAttribute);
154 XFA_Attribute eAttribute);
157 XFA_Attribute eAttribute);
160 XFA_Attribute eAttribute);
169 XFA_Attribute eAttribute);
172 XFA_Attribute eAttribute);
175 XFA_Attribute eAttribute);
179 Optional<int32_t> TryInteger(XFA_Attribute eAttr, bool bUseDefault);
180 bool SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify);
181 int32_t GetInteger(XFA_Attribute eAttr);
183 Optional<WideString> TryCData(XFA_Attribute eAttr, bool bUseDefault);
184 bool SetCData(XFA_Attribute eAttr,
188 WideString GetCData(XFA_Attribute eAttr);
190 Optional<XFA_AttributeEnum> TryEnum(XFA_Attribute eAttr, bool bUseDefault);
191 bool SetEnum(XFA_Attribute eAttr, XFA_AttributeEnum eValue, bool bNotify);
192 XFA_AttributeEnum GetEnum(XFA_Attribute eAttr);
194 Optional<bool> TryBoolean(XFA_Attribute eAttr, bool bUseDefault);
195 bool SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify);
196 bool GetBoolean(XFA_Attribute eAttr);
198 Optional<CXFA_Measurement> TryMeasure(XFA_Attribute eAttr,
200 Optional<float> TryMeasureAsFloat(XFA_Attribute attr) const;
201 bool SetMeasure(XFA_Attribute eAttr, CXFA_Measurement mValue, bool bNotify);
202 CXFA_Measurement GetMeasure(XFA_Attribute eAttr) const;
229 XFA_Attribute eAttribute);
232 XFA_Attribute eAttribute);
235 XFA_Attribute eAttribute);
241 void OnChanged(XFA_Attribute eAttr, bool bNotify, bool bScriptModify);
242 void OnChanging(XFA_Attribute eAttr, bool bNotify);
249 CFX_XMLElement* SetValue(XFA_Attribute eAttr,