/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.h | 28 class CXFA_LocaleValue { 30 CXFA_LocaleValue(); 31 CXFA_LocaleValue(const CXFA_LocaleValue& value); 32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr); 33 CXFA_LocaleValue(uint32_t dwType, 36 CXFA_LocaleValue(uint32_t dwType, 41 ~CXFA_LocaleValue(); 42 CXFA_LocaleValue& operator=(const CXFA_LocaleValue& value);
|
D | cxfa_localevalue.cpp | 65 CXFA_LocaleValue::CXFA_LocaleValue() in CXFA_LocaleValue() function in CXFA_LocaleValue 68 CXFA_LocaleValue::CXFA_LocaleValue(const CXFA_LocaleValue& value) in CXFA_LocaleValue() function in CXFA_LocaleValue 74 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() function in CXFA_LocaleValue 79 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue 87 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue 96 CXFA_LocaleValue& CXFA_LocaleValue::operator=(const CXFA_LocaleValue& value) { in operator =() 104 CXFA_LocaleValue::~CXFA_LocaleValue() {} in ~CXFA_LocaleValue() 106 bool CXFA_LocaleValue::ValidateValue(const WideString& wsValue, in ValidateValue() 194 double CXFA_LocaleValue::GetDoubleNum() const { in GetDoubleNum() 274 CFX_DateTime CXFA_LocaleValue::GetDate() const { in GetDate() [all …]
|
D | xfa_utils.h | 15 class CXFA_LocaleValue; variable 26 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode);
|
D | xfa_utils.cpp | 419 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode) { in XFA_GetLocaleValue() 423 return CXFA_LocaleValue(); in XFA_GetLocaleValue() 427 return CXFA_LocaleValue(); in XFA_GetLocaleValue() 459 return CXFA_LocaleValue(iVTType, pNode->GetRawValue(), in XFA_GetLocaleValue()
|
D | cxfa_node.cpp | 1785 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(this); in ProcessFormatTestValidate()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdatetimeedit.cpp | 61 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get()); in LoadWidget() 162 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get()); in UpdateFWLData() 189 CXFA_LocaleValue date(XFA_VT_DATE, GetDoc()->GetXFADoc()->GetLocalMgr()); in OnSelectChanged()
|
D | cxfa_ffnumericedit.cpp | 85 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pNode.Get()); in OnValidate()
|
D | cxfa_widgetacc.cpp | 2372 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in SetValue() 2376 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue() 2404 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetPictureContent() 2519 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetValue() 2525 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocalMgr); in GetValue() 2534 CXFA_LocaleValue time(XFA_VT_TIME, wsTime, pLocalMgr); in GetValue() 2559 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetNormalizeDataValue() 2561 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsValue, wsPicture, in GetNormalizeDataValue() 2619 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocalMgr); in GetFormatDataValue() 2624 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocalMgr); in GetFormatDataValue() [all …]
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 1245 CXFA_LocaleValue timeValue( in IsoTime2Num() 1658 CXFA_LocaleValue localeValue(XFA_VT_TIME, in Time2Num() 2006 CFX_DateTime dt = CXFA_LocaleValue(XFA_VT_DATE, WideString::FromUTF8(szDate), in Local2IsoDate() 2031 CXFA_LocaleValue(XFA_VT_DATE, WideString::FromUTF8(szDate), pMgr) in IsoDate2Local() 2053 CXFA_LocaleValue widgetValue(XFA_VT_TIME, WideString::FromUTF8(szTime), pMgr); in IsoTime2Local() 3807 CXFA_LocaleValue tempLocaleValue(XFA_VT_FLOAT, wsValue, wsTestPattern, in Format() 3820 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, pMgr); in Format() 3958 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse() 3982 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse() 3994 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse() [all …]
|