Searched refs:GetLocalMgr (Results 1 – 7 of 7) sorted by relevance
69 CXFA_LocaleMgr* GetLocalMgr();
1501 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in SetValue()1640 return m_pNode->GetDocument()->GetLocalMgr()->GetDefLocale(); in GetLocal()1641 return m_pNode->GetDocument()->GetLocalMgr()->GetLocaleByName(wsLocaleName); in GetLocal()1686 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in GetValue()1726 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetNormalizeDataValue()1789 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetFormatDataValue()
293 CXFA_LocaleMgr* CXFA_Document::GetLocalMgr() { in GetLocalMgr() function in CXFA_Document
160 pWidgetData->GetNode()->GetDocument()->GetLocalMgr()); in XFA_GetLocaleValue()
890 wsLocaleName = GetDocument()->GetLocalMgr()->GetConfigLocaleName(pConfig); in GetLocaleName()897 IFX_Locale* pLocale = GetDocument()->GetLocalMgr()->GetDefLocale(); in GetLocaleName()
1147 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in IsoTime2Num()1556 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Time2Num()1929 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Local2IsoDate()1966 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Local2IsoTime()2005 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in IsoDate2Local()2043 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in IsoTime2Local()2082 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in GetGMTTime()2203 pLocale = pDoc->GetLocalMgr()->GetLocaleByName( in GetLocalDateFormat()2254 pLocale = pDoc->GetLocalMgr()->GetLocaleByName( in GetLocalTimeFormat()3941 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Format()[all …]
649 CXFA_LocaleValue date(XFA_VT_DATE, GetDoc()->GetXFADoc()->GetLocalMgr()); in OnSelectChanged()