Searched refs:pComboBox (Results 1 – 6 of 6) sorted by relevance
124 if (CPWL_ComboBox* pComboBox = in GetActionData() local126 if (CPWL_Edit* pEdit = pComboBox->GetEdit()) { in GetActionData()144 if (CPWL_ComboBox* pComboBox = in GetActionData() local146 if (CPWL_Edit* pEdit = pComboBox->GetEdit()) { in GetActionData()165 if (CPWL_ComboBox* pComboBox = in SetActionData() local167 if (CPWL_Edit* pEdit = pComboBox->GetEdit()) { in SetActionData()196 if (CPWL_ComboBox* pComboBox = in SaveState() local198 m_State.nIndex = pComboBox->GetSelect(); in SaveState()200 if (CPWL_Edit* pEdit = pComboBox->GetEdit()) { in SaveState()210 if (CPWL_ComboBox* pComboBox = in RestoreState() local[all …]
235 CFWL_ComboBox* pComboBox = CFWL_ComboBox::Create(); in LoadWidget() local236 pComboBox->Initialize(); in LoadWidget()237 m_pNormalWidget = (CFWL_Widget*)pComboBox; in LoadWidget()248 pComboBox->AddString(wsLabelArray[i]); in LoadWidget()254 pComboBox->SetCurSel(iSelArray[0]); in LoadWidget()258 pComboBox->SetEditText(wsText); in LoadWidget()265 CFWL_ComboBox* pComboBox = (CFWL_ComboBox*)m_pNormalWidget; in UpdateWidgetProperty() local266 if (!pComboBox) { in UpdateWidgetProperty()287 pComboBox->EditModifyStylesEx(dwEditStyles, 0xFFFFFFFF); in UpdateWidgetProperty()
20 std::unique_ptr<IFWL_ComboBox> pComboBox(IFWL_ComboBox::Create( in Initialize() local22 FWL_ERR ret = pComboBox->Initialize(); in Initialize()26 m_pIface = pComboBox.release(); in Initialize()
101 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetParentWindow()) { in OnCharWithExit() local102 pComboBox->SetSelectText(); in OnCharWithExit()
25 IFWL_ComboBox* pComboBox = new IFWL_ComboBox; in Create() local27 pComboBox->SetImpl(pComboBoxImpl); in Create()28 pComboBoxImpl->SetInterface(pComboBox); in Create()29 return pComboBox; in Create()1729 CFWL_ComboBoxImp* pComboBox) in CFWL_ComboProxyImpDelegate() argument1734 m_pComboBox(pComboBox) { in CFWL_ComboProxyImpDelegate()
218 CFWL_ComboProxyImpDelegate(IFWL_Form* pForm, CFWL_ComboBoxImp* pComboBox);