• Home
  • Raw
  • Download

Lines Matching refs:XFA_Attribute

119   bool HasAttribute(XFA_Attribute eAttr);
120 void SetAttribute(XFA_Attribute eAttr, WideStringView wsValue, bool bNotify);
126 WideString GetAttribute(XFA_Attribute attr);
128 Optional<WideString> TryAttribute(XFA_Attribute eAttr, bool bUseDefault);
179 Optional<int32_t> TryInteger(XFA_Attribute eAttr, bool bUseDefault) const;
180 void SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify);
181 int32_t GetInteger(XFA_Attribute eAttr) const;
183 Optional<WideString> TryCData(XFA_Attribute eAttr, bool bUseDefault) const;
184 void SetCData(XFA_Attribute eAttr,
188 WideString GetCData(XFA_Attribute eAttr) const;
190 Optional<XFA_AttributeValue> TryEnum(XFA_Attribute eAttr,
192 void SetEnum(XFA_Attribute eAttr, XFA_AttributeValue eValue, bool bNotify);
193 XFA_AttributeValue GetEnum(XFA_Attribute eAttr) const;
195 Optional<bool> TryBoolean(XFA_Attribute eAttr, bool bUseDefault);
196 void SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify);
197 bool GetBoolean(XFA_Attribute eAttr);
199 Optional<CXFA_Measurement> TryMeasure(XFA_Attribute eAttr,
201 Optional<float> TryMeasureAsFloat(XFA_Attribute attr) const;
202 void SetMeasure(XFA_Attribute eAttr, CXFA_Measurement mValue, bool bNotify);
203 CXFA_Measurement GetMeasure(XFA_Attribute eAttr) const;
204 float GetMeasureInUnit(XFA_Attribute eAttr, XFA_Unit unit) const;
235 void OnChanged(XFA_Attribute eAttr, bool bNotify, bool bScriptModify);
236 void OnChanging(XFA_Attribute eAttr, bool bNotify);
243 CFX_XMLElement* SetValue(XFA_Attribute eAttr, void* pValue, bool bNotify);
272 XFA_Attribute eAttribute);