Searched refs:TryBoolean (Results 1 – 3 of 3) sorted by relevance
222 bool TryBoolean(XFA_ATTRIBUTE eAttr, bool& bValue, bool bUseDefault = true);225 return TryBoolean(eAttr, bValue, true) ? bValue : false; in GetBoolean()
1352 if (pUIChild->TryBoolean(XFA_ATTRIBUTE_PrintCheckDigit, bPrintCheckDigit)) { in GetBarcodeAttribute_PrintChecksum()1389 if (pUIChild->TryBoolean(XFA_ATTRIBUTE_Truncate, bTruncate)) { in GetBarcodeAttribute_Truncate()
3678 if (!TryBoolean(pAttr->eName, bValue, bUseDefault)) { in GetAttribute()3739 bool CXFA_Node::TryBoolean(XFA_ATTRIBUTE eAttr, in TryBoolean() function in CXFA_Node