Searched refs:iLeadDigits (Results 1 – 3 of 3) sorted by relevance
2793 FX_BOOL CXFA_WidgetData::GetLeadDigits(int32_t& iLeadDigits) { in GetLeadDigits() argument2796 return pChild->TryInteger(XFA_ATTRIBUTE_LeadDigits, iLeadDigits); in GetLeadDigits()2799 iLeadDigits = -1; in GetLeadDigits()2875 int32_t iLeadDigits = 0; in SetValue() local2877 GetLeadDigits(iLeadDigits); in SetValue()2879 wsNewText = XFA_NumericLimit(wsNewText, iLeadDigits, iFracDigits); in SetValue()2886 int32_t iLeadDigits = 0; in SetValue() local2888 GetLeadDigits(iLeadDigits); in SetValue()2890 wsNewText = XFA_NumericLimit(wsNewText, iLeadDigits, iFracDigits); in SetValue()
1993 int32_t iLeadDigits = 0; in Script_Field_DefaultValue() local1995 pWidgetData->GetLeadDigits(iLeadDigits); in Script_Field_DefaultValue()1997 wsNewText = XFA_NumericLimit(wsNewText, iLeadDigits, iFracDigits); in Script_Field_DefaultValue()
727 FX_BOOL GetLeadDigits(int32_t& iLeadDigits);