Searched refs:GetChoiceListItems (Results 1 – 4 of 4) sorted by relevance
56 for (const auto& label : m_pNode->GetWidgetAcc()->GetChoiceListItems(false)) in LoadWidget()
137 std::vector<WideString> GetChoiceListItems(bool bSaveValue);
1895 std::vector<WideString> CXFA_WidgetAcc::GetChoiceListItems(bool bSaveValue) { in GetChoiceListItems() function in CXFA_WidgetAcc1929 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in CountSelectedItems()1942 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItem()1951 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItems()1986 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetItemState()1997 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetItemState()2048 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetSelectedItems()
55 for (const auto& label : m_pNode->GetWidgetAcc()->GetChoiceListItems(false)) in LoadWidget()