Searched refs:GetChoiceListItems (Results 1 – 4 of 4) sorted by relevance
65 std::vector<WideString> displayables = m_pNode->GetChoiceListItems(false); in LoadWidget()66 std::vector<WideString> settables = m_pNode->GetChoiceListItems(true); in LoadWidget()
72 for (const auto& label : m_pNode->GetChoiceListItems(false)) in LoadWidget()
376 std::vector<WideString> GetChoiceListItems(bool bSaveValue);
4262 std::vector<WideString> CXFA_Node::GetChoiceListItems(bool bSaveValue) { in GetChoiceListItems() function in CXFA_Node4296 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in CountSelectedItems()4309 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItem()4320 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetSelectedItems()4342 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in GetItemState()4351 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetItemState()4402 std::vector<WideString> wsSaveTextArray = GetChoiceListItems(true); in SetSelectedItems()