Searched refs:m_ControlMap (Results 1 – 2 of 2) sorted by relevance
268 FX_POSITION pos = m_ControlMap.GetStartPosition(); in ~CPDF_InterForm()271 m_ControlMap.GetNextAssoc(pos, key, value); in ~CPDF_InterForm()794 return (FX_DWORD)m_ControlMap.GetCount(); in CountControls()818 FX_POSITION pos = m_ControlMap.GetStartPosition(); in IsValidFormControl()822 m_ControlMap.GetNextAssoc(pos, (FX_LPVOID&)pWidgetDict, pFormControl); in IsValidFormControl()842 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) { in CountPageControls()862 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) { in GetPageControl()884 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) { in GetControlAtPoint()897 m_ControlMap.Lookup(pWidgetDict, (FX_LPVOID&)pControl); in GetControlByDict()1201 FX_POSITION pos = m_ControlMap.GetStartPosition(); in ReloadForm()[all …]
1003 CFX_MapPtrToPtr m_ControlMap; variable