Home
last modified time | relevance | path

Searched refs:CXFA_LocaleValue (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localevalue.cpp33 CXFA_LocaleValue::CXFA_LocaleValue() { in CXFA_LocaleValue() function in CXFA_LocaleValue
38 CXFA_LocaleValue::CXFA_LocaleValue(const CXFA_LocaleValue& value) { in CXFA_LocaleValue() function in CXFA_LocaleValue
44 CXFA_LocaleValue::CXFA_LocaleValue(FX_DWORD dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
50 CXFA_LocaleValue::CXFA_LocaleValue(FX_DWORD dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
58 CXFA_LocaleValue::CXFA_LocaleValue(FX_DWORD dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
68 CXFA_LocaleValue& CXFA_LocaleValue::operator=(const CXFA_LocaleValue& value) { in operator =()
75 CXFA_LocaleValue::~CXFA_LocaleValue() {} in ~CXFA_LocaleValue()
97 FX_BOOL CXFA_LocaleValue::ValidateValue(const CFX_WideString& wsValue, in ValidateValue()
191 CFX_WideString CXFA_LocaleValue::GetValue() const { in GetValue()
194 FX_DWORD CXFA_LocaleValue::GetType() const { in GetType()
[all …]
Dxfa_utils_imp.cpp143 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_WidgetData* pWidgetData) { in XFA_GetLocaleValue()
147 return CXFA_LocaleValue(); in XFA_GetLocaleValue()
151 return CXFA_LocaleValue(); in XFA_GetLocaleValue()
184 return CXFA_LocaleValue(iVTType, pWidgetData->GetRawValue(), in XFA_GetLocaleValue()
Dxfa_objectacc_imp.cpp2867 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in SetValue()
2871 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
2905 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetPictureContent()
3148 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetValue()
3154 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocalMgr); in GetValue()
3164 CXFA_LocaleValue time(XFA_VT_TIME, wsTime, pLocalMgr); in GetValue()
3193 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetNormalizeDataValue()
3195 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNormalizeValue, in GetNormalizeDataValue()
3255 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocalMgr); in GetFormatDataValue()
3260 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocalMgr); in GetFormatDataValue()
[all …]
/external/pdfium/xfa/src/fxfa/src/common/
Dfxfa_localevalue.h21 class CXFA_LocaleValue {
23 CXFA_LocaleValue();
24 CXFA_LocaleValue(const CXFA_LocaleValue& value);
25 CXFA_LocaleValue(FX_DWORD dwType, CXFA_LocaleMgr* pLocaleMgr);
26 CXFA_LocaleValue(FX_DWORD dwType,
29 CXFA_LocaleValue(FX_DWORD dwType,
34 ~CXFA_LocaleValue();
35 CXFA_LocaleValue& operator=(const CXFA_LocaleValue& value);
Dxfa_utils.h189 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_WidgetData* pWidgetData);
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp499 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pDataAcc); in OnValidate()
603 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pDataAcc); in LoadWidget()
704 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pDataAcc); in UpdateFWLData()
777 CXFA_LocaleValue date(XFA_VT_DATE, in OnSelectChanged()
Dxfa_ffwidgetacc.cpp438 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(this); in ProcessFormatTestValidate()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp1079 CXFA_LocaleValue timeValue( in IsoTime2Num()
1569 CXFA_LocaleValue timeValue( in Time2Num()
2019 CXFA_LocaleValue widgetValue( in Local2IsoDate()
2061 CXFA_LocaleValue widgetValue( in Local2IsoTime()
2102 CXFA_LocaleValue widgetValue( in IsoDate2Local()
2146 CXFA_LocaleValue widgetValue( in IsoTime2Local()
2190 CXFA_LocaleValue widgetValue( in GetGMTTime()
4404 CXFA_LocaleValue tempLocaleValue(XFA_VT_FLOAT, wsValue, wsTestPattern, in Format()
4418 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Format()
4587 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse()
[all …]