Searched refs:GetChoiceListItems (Results 1 – 4 of 4) sorted by relevance
57 for (const auto& label : m_pNode->GetChoiceListItems(false)) in LoadWidget()
65 for (const auto& label : m_pNode->GetChoiceListItems(false)) in LoadWidget()
340 std::vector<WideString> GetChoiceListItems(bool bSaveValue);
4220 std::vector<WideString> CXFA_Node::GetChoiceListItems(bool bSaveValue) { in GetChoiceListItems() function in CXFA_Node4254 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in CountSelectedItems()4267 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItem()4276 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItems()4296 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetItemState()4307 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetItemState()4358 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetSelectedItems()