Searched refs:SetSelect (Results 1 – 9 of 9) sorted by relevance
112 GetCPWLComboBox()->SetSelect(0); in TEST_F()114 GetCPWLComboBox()->SetSelect(2); in TEST_F()153 GetCPWLComboBox()->SetSelect(0); in TEST_F()158 GetCPWLComboBox()->SetSelect(1); in TEST_F()
72 void SetSelect(int32_t nItemIndex);
104 void SetSelect(bool bSelected) { m_bSelected = bSelected; } in SetSelect() function
220 void CPWL_ComboBox::SetSelect(int32_t nItemIndex) { in SetSelect() function in CPWL_ComboBox
626 m_ListItems[nIndex]->SetSelect(bSelected); in SetItemSelect()
65 pWnd->SetSelect(nCurSel); in NewPDFWindow()218 pComboBox->SetSelect(m_State.nIndex); in RestoreState()
40 void SetSelect(int32_t iYear, int32_t iMonth, int32_t iDay);
160 m_pMonthCal->SetSelect(iYear, iMonth, iDay); in SetCurSel()362 m_pMonthCal->SetSelect(m_iYear, m_iMonth, m_iDay); in DisForm_ShowMonthCalendar()
174 void CFWL_MonthCalendar::SetSelect(int32_t iYear, in SetSelect() function in CFWL_MonthCalendar