Lines Matching refs:GetContent
164 WideString wsImage = pImage->GetContent(); in XFA_LoadImageData()
533 wsValue = image->GetContent(); in ResetData()
569 ->GetContent(false); in ResetData()
1563 return !pText->JSObject()->GetContent(false).IsEmpty(); in HasButtonRollover()
1577 return !pText->JSObject()->GetContent(false).IsEmpty(); in HasButtonDown()
1654 wsContent = pText->JSObject()->GetContent(false); in SetCheckState()
1671 wsValue = pText->JSObject()->GetContent(false); in SetCheckState()
1688 WideString text = pItemchild->JSObject()->GetContent(false); in SetCheckState()
1693 wsChildValue = pItemchild->JSObject()->GetContent(false); in SetCheckState()
1752 WideString wsChildValue = pItemchild->JSObject()->GetContent(false); in SetSelectedMemberByValue()
1756 wsChildValue = pItemchild->JSObject()->GetContent(false); in SetSelectedMemberByValue()
1891 return {pItem->JSObject()->GetContent(false)}; in GetChoiceListItem()
1918 wsTextArray.emplace_back(pNode->JSObject()->GetContent(false)); in GetChoiceListItems()
2119 InsertListTextItem(pSaveItems, pListNode->JSObject()->GetContent(false), in InsertItem()
2166 if (pChildItem->JSObject()->GetContent(false) == wsValue) { in GetItemLabel()
2178 wsLabel = pText->JSObject()->GetContent(false); in GetItemLabel()
2209 if (pChildItem->JSObject()->GetContent(false) == wsLabel) { in GetItemValue()
2220 return pText ? pText->JSObject()->GetContent(false) : L""; in GetItemValue()
2485 WideString wsValue = m_pNode->JSObject()->GetContent(false); in GetValue()