Searched refs:OpenDropDownList (Results 1 – 11 of 11) sorted by relevance
54 virtual void OpenDropDownList(IXFA_Widget* hWidget);
61 void OpenDropDownList();
308 void CXFA_FFComboBox::OpenDropDownList() { in OpenDropDownList() function in CXFA_FFComboBox309 ((CFWL_ComboBox*)m_pNormalWidget)->OpenDropDownList(TRUE); in OpenDropDownList()
341 void CXFA_FFNotify::OpenDropDownList(IXFA_Widget* hWidget) { in OpenDropDownList() function in CXFA_FFNotify348 static_cast<CXFA_FFComboBox*>(pWidget)->OpenDropDownList(); in OpenDropDownList()
151 FWL_ERR CFWL_ComboBox::OpenDropDownList(FX_BOOL bActivate) { in OpenDropDownList() function in CFWL_ComboBox152 return static_cast<IFWL_ComboBox*>(m_pIface)->OpenDropDownList(bActivate); in OpenDropDownList()
118 FX_ERR OpenDropDownList(FX_BOOL bActivate);
44 FWL_ERR OpenDropDownList(FX_BOOL bActivate);
110 virtual void OpenDropDownList(IXFA_Widget* hWidget) = 0;
116 virtual FX_ERR OpenDropDownList(FX_BOOL bActivate);
79 FX_ERR IFWL_ComboBox::OpenDropDownList(FX_BOOL bActivate) { in OpenDropDownList() function in IFWL_ComboBox80 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->OpenDropDownList(bActivate); in OpenDropDownList()803 FX_ERR CFWL_ComboBoxImp::OpenDropDownList(FX_BOOL bActivate) { in OpenDropDownList() function in CFWL_ComboBoxImp
346 pNotify->OpenDropDownList(hWidget); in Script_HostPseudoModel_OpenList()