Home
last modified time | relevance | path

Searched refs:GetLocalMgr (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h154 CXFA_LocaleMgr* GetLocalMgr();
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_utils_imp.cpp185 pWidgetData->GetNode()->GetDocument()->GetLocalMgr()); in XFA_GetLocaleValue()
Dxfa_document_imp.cpp239 CXFA_LocaleMgr* CXFA_Document::GetLocalMgr() { in GetLocalMgr() function in CXFA_Document
Dxfa_objectacc_imp.cpp2865 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in SetValue()
3004 pLocale = m_pNode->GetDocument()->GetLocalMgr()->GetDefLocale(); in GetLocal()
3007 m_pNode->GetDocument()->GetLocalMgr()->GetLocaleByName(wsLocaleName); in GetLocal()
3149 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in GetValue()
3191 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetNormalizeDataValue()
3254 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetFormatDataValue()
Dxfa_object_imp.cpp499 wsLocaleName = GetDocument()->GetLocalMgr()->GetConfigLocaleName(pConfig); in GetLocaleName()
512 IFX_Locale* pLocale = GetDocument()->GetLocalMgr()->GetDefLocale(); in GetLocaleName()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp1070 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in IsoTime2Num()
1549 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Time2Num()
1998 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Local2IsoDate()
2038 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Local2IsoTime()
2081 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in IsoDate2Local()
2123 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in IsoTime2Local()
2167 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in GetGMTTime()
2352 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in GetLocalDateFormat()
2407 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in GetLocalTimeFormat()
4361 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Format()
[all …]
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp778 this->GetDoc()->GetXFADoc()->GetLocalMgr()); in OnSelectChanged()