Lines Matching refs:JSObject

373       pNode->JSObject()->GetOrCreateProperty<CXFA_Value>(0, XFA_Element::Value);  in CreateUIChild()
411 pNode->JSObject()->GetOrCreateProperty<CXFA_Ui>(0, XFA_Element::Ui); in CreateUIChild()
458 defValue->JSObject()->GetOrCreateProperty<CXFA_Text>(0, in CreateUIChild()
463 pUI ? pUI->JSObject()->GetOrCreateProperty<CXFA_Node>(0, eUIType) in CreateUIChild()
492 eValueType = (pUIChild->JSObject()->GetEnum(XFA_Attribute::Open) == in CreateUIChild()
508 defValue->JSObject()->GetOrCreateProperty<CXFA_Node>(0, eValueType); in CreateUIChild()
568 ->JSObject() in ResetData()
600 m_pNode->JSObject()->SetContent(wsData, GetFormatDataValue(wsData), true, in SetImageEdit()
609 pBind->JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, in SetImageEdit()
613 pHrefNode->JSObject()->SetCData(XFA_Attribute::Value, wsHref, false, false); in SetImageEdit()
1233 ->JSObject() in FindSplitPos()
1502 return pUIChild ? pUIChild->JSObject()->GetProperty<CXFA_Border>( in GetUIBorder()
1512 pUIChild->JSObject()->GetProperty<CXFA_Margin>(0, XFA_Element::Margin); in GetUIMargin()
1550 return pUIChild->JSObject()->GetEnum(XFA_Attribute::Highlight); in GetButtonHighlight()
1562 if (pText->JSObject()->GetCData(XFA_Attribute::Name) == L"rollover") in HasButtonRollover()
1563 return !pText->JSObject()->GetContent(false).IsEmpty(); in HasButtonRollover()
1576 if (pText->JSObject()->GetCData(XFA_Attribute::Name) == L"down") in HasButtonDown()
1577 return !pText->JSObject()->GetContent(false).IsEmpty(); in HasButtonDown()
1585 return pUIChild->JSObject()->GetEnum(XFA_Attribute::Shape) == in IsCheckButtonRound()
1593 return pUIChild->JSObject()->GetEnum(XFA_Attribute::Mark); in GetCheckButtonMark()
1605 return pUIChild->JSObject() in GetCheckButtonSize()
1615 pUIChild->JSObject()->GetBoolean(XFA_Attribute::AllowNeutral); in IsAllowNeutral()
1630 Optional<WideString> wsContent = pText->JSObject()->TryContent(false, true); in GetCheckState()
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()
1762 pNode->JSObject()->SetContent(wsChildValue, wsChildValue, bNotify, in SetSelectedMemberByValue()
1766 m_pNode->JSObject()->SetContent(wsExclGroup, wsExclGroup, bNotify, in SetSelectedMemberByValue()
1802 return pUIChild->JSObject()->GetEnum(XFA_Attribute::CommitOn) == in IsChoiceListCommitOnSelect()
1810 return pUIChild && pUIChild->JSObject()->GetBoolean(XFA_Attribute::TextEntry); in IsChoiceListAllowTextEntry()
1816 return pUIChild->JSObject()->GetEnum(XFA_Attribute::Open) == in IsChoiceListMultiSelect()
1827 XFA_AttributeEnum attr = pUIChild->JSObject()->GetEnum(XFA_Attribute::Open); in IsListBox()
1850 pItems[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in CountChoiceListItems()
1852 pItems[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in CountChoiceListItems()
1879 pItemsArray[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItem()
1881 pItemsArray[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItem()
1891 return {pItem->JSObject()->GetContent(false)}; in GetChoiceListItem()
1908 items[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItems()
1910 items[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItems()
1918 wsTextArray.emplace_back(pNode->JSObject()->GetContent(false)); in GetChoiceListItems()
2016 m_pNode->JSObject()->SetContent(wsValue, wsValue, bNotify, in SetItemState()
2030 m_pNode->JSObject()->SetContent(wsSaveText, in SetItemState()
2035 m_pNode->JSObject()->SetContent(WideString(), WideString(), bNotify, in SetItemState()
2060 m_pNode->JSObject()->SetContent(wsValue, wsFormat, bNotify, bScriptModify, in SetSelectedItems()
2095 pSaveItems->JSObject()->SetBoolean(XFA_Attribute::Save, true, false); in InsertItem()
2100 bool bHasSave = pNode->JSObject()->GetBoolean(XFA_Attribute::Save); in InsertItem()
2108 pNode->JSObject()->SetBoolean(XFA_Attribute::Save, false, false); in InsertItem()
2109 pNode->JSObject()->SetEnum(XFA_Attribute::Presence, in InsertItem()
2113 pSaveItems->JSObject()->SetBoolean(XFA_Attribute::Save, true, false); in InsertItem()
2114 pSaveItems->JSObject()->SetEnum(XFA_Attribute::Presence, in InsertItem()
2119 InsertListTextItem(pSaveItems, pListNode->JSObject()->GetContent(false), in InsertItem()
2153 bool bSave = pLabelItems->JSObject()->GetBoolean(XFA_Attribute::Save); in GetItemLabel()
2166 if (pChildItem->JSObject()->GetContent(false) == wsValue) { in GetItemLabel()
2178 wsLabel = pText->JSObject()->GetContent(false); in GetItemLabel()
2195 bool bSave = pLabelItems->JSObject()->GetBoolean(XFA_Attribute::Save); in GetItemValue()
2209 if (pChildItem->JSObject()->GetContent(false) == wsLabel) { in GetItemValue()
2220 return pText ? pText->JSObject()->GetContent(false) : L""; in GetItemValue()
2237 if (!bSetValue && pItems->JSObject()->GetBoolean(XFA_Attribute::Save)) { in DeleteItem()
2261 return pUIChild->JSObject()->GetEnum(XFA_Attribute::HScrollPolicy) == in IsHorizontalScrollPolicyOff()
2270 return pUIChild->JSObject()->GetEnum(XFA_Attribute::VScrollPolicy) == in IsVerticalScrollPolicyOff()
2282 return {pNode->JSObject()->GetInteger(XFA_Attribute::NumberOfCells)}; in GetNumberOfCells()
2288 return pUIChild ? pUIChild->JSObject()->GetCData(XFA_Attribute::PasswordChar) in GetPasswordChar()
2294 return pUIChild && pUIChild->JSObject()->GetBoolean(XFA_Attribute::MultiLine); in IsMultiLine()
2304 pChild->JSObject()->GetInteger(XFA_Attribute::MaxChars)}; in GetMaxChars()
2307 pChild->JSObject()->GetInteger(XFA_Attribute::MaxLength); in GetMaxChars()
2329 return pChild->JSObject() in GetFracDigits()
2345 return pChild->JSObject() in GetLeadDigits()
2412 pPicture->JSObject()->TryContent(false, true); in GetPictureContent()
2444 pPicture->JSObject()->TryContent(false, true); in GetPictureContent()
2485 WideString wsValue = m_pNode->JSObject()->GetContent(false); in GetValue()
2712 pText->JSObject()->SetContent(wsText, wsText, false, false, false); in InsertListTextItem()