Home
last modified time | relevance | path

Searched refs:TryInteger (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp133 pNode->TryInteger(XFA_ATTRIBUTE_Rate, eAttr); in GetStipple()
274 m_pNode->TryInteger(XFA_ATTRIBUTE_LineThrough, iValue); in GetLineThrough()
284 m_pNode->TryInteger(XFA_ATTRIBUTE_Overline, iValue); in GetOverline()
294 m_pNode->TryInteger(XFA_ATTRIBUTE_Underline, iValue); in GetUnderline()
439 m_pNode->TryInteger(XFA_ATTRIBUTE_Orphans, iValue); in GetOrphans()
464 m_pNode->TryInteger(XFA_ATTRIBUTE_Widows, iValue); in GetWidows()
2787 return pChild->TryInteger(XFA_ATTRIBUTE_FracDigits, iFracDigits); in GetFracDigits()
2796 return pChild->TryInteger(XFA_ATTRIBUTE_LeadDigits, iLeadDigits); in GetLeadDigits()
3382 if (!m_pNode->TryInteger(XFA_ATTRIBUTE_Max, iMax, TRUE)) { in GetMax()
3391 if (!m_pNode->TryInteger(XFA_ATTRIBUTE_Min, iMin, TRUE) || iMin < 0) { in GetMin()
[all …]
Dxfa_layout_pagemgr_new.cpp1007 pOccurNode->TryInteger(XFA_ATTRIBUTE_Max, iMax, FALSE); in FindPageAreaFromPageSet_Ordered()
1209 pOccurNode->TryInteger(XFA_ATTRIBUTE_Max, iMax, FALSE); in GetNextAvailPageArea()
1330 if ((pOccurNode && pOccurNode->TryInteger(XFA_ATTRIBUTE_Min, iMin, FALSE)) || in CreateMinPageRecord()
1363 if (pOccurNode && pOccurNode->TryInteger(XFA_ATTRIBUTE_Min, iMin, FALSE)) { in CreateMinPageSetRecord()
1425 if (pOccurNode && pOccurNode->TryInteger(XFA_ATTRIBUTE_Max, iMax, FALSE)) { in GetNextAvailContentHeight()
Dxfa_object_imp.cpp3844 if (!TryInteger(pAttr->eName, iValue, bUseDefault)) { in GetAttribute()
3903 FX_BOOL CXFA_Node::TryInteger(XFA_ATTRIBUTE eAttr, in TryInteger() function in CXFA_Node
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h178 FX_BOOL TryInteger(XFA_ATTRIBUTE eAttr,
183 return TryInteger(eAttr, iValue, TRUE) ? iValue : 0; in GetInteger()