Lines Matching refs:JSObject

752     ws = pNode->JSObject()->GetCData(XFA_Attribute::Name);  in GetNameExpressionSinglePath()
971 JSObject()->MergeAllData(pClone); in Clone()
976 WideString wsName = JSObject() in Clone()
982 WideString wsValue = JSObject()->GetCData(XFA_Attribute::Value); in Clone()
989 pClone->JSObject()->SetEnum(XFA_Attribute::Contains, in Clone()
1389 pLocaleNode->JSObject()->TryCData(XFA_Attribute::Locale, false); in GetLocaleName()
1404 pTopSubform->JSObject()->TryCData(XFA_Attribute::Locale, false); in GetLocaleName()
1418 auto layout = JSObject()->TryEnum(XFA_Attribute::Layout, true); in GetIntact()
1443 auto value = parent->JSObject()->TryEnum(XFA_Attribute::Layout, true); in GetIntact()
1455 JSObject()->TryMeasure(XFA_Attribute::H, false); in GetIntact()
1591 pNode->JSObject()->GetCData(XFA_Attribute::QualifiedName); in RemoveChildAndNotify()
1595 WideString wsName = pNode->JSObject() in RemoveChildAndNotify()
1600 WideString wsValue = JSObject()->GetCData(XFA_Attribute::Value); in RemoveChildAndNotify()
1606 pNode->JSObject()->SetEnum(XFA_Attribute::Contains, in RemoveChildAndNotify()
1726 WideString wsName = JSObject()->GetCData(XFA_Attribute::Name); in GetInstanceMgrOfSubform()
1728 pNode->JSObject()->GetCData(XFA_Attribute::Name); in GetInstanceMgrOfSubform()
1773 return JSObject()->GetEnum(XFA_Attribute::Contains) == in IsAttributeInXML()
1787 WideString wsName = JSObject()->GetCData(XFA_Attribute::Name); in UpdateNameHash()
1794 JSObject()->GetCData(XFA_Attribute::Name)); in CreateXMLMappingNode()
1817 WideString wsName = pNode->JSObject()->GetCData(XFA_Attribute::Name); in GetItemIfExists()
1818 WideString wsInstName = JSObject()->GetCData(XFA_Attribute::Name); in GetItemIfExists()
1848 WideString wsName = pNode->JSObject()->GetCData(XFA_Attribute::Name); in GetCount()
1849 WideString wsInstName = JSObject()->GetCData(XFA_Attribute::Name); in GetCount()
2200 JSObject()->SetContent(wsValue, wsFormatValue, bNotify, false, true); in SyncValue()
2204 return JSObject()->GetContent(false); in GetRawValue()
2209 JSObject()->TryInteger(XFA_Attribute::Rotate, false); in GetRotate()
2214 return JSObject()->GetProperty<CXFA_Border>(0, XFA_Element::Border); in GetBorderIfExists()
2218 return JSObject()->GetOrCreateProperty<CXFA_Border>(0, XFA_Element::Border); in GetOrCreateBorderIfPossible()
2222 return JSObject()->GetProperty<CXFA_Caption>(0, XFA_Element::Caption); in GetCaptionIfExists()
2226 return JSObject()->GetOrCreateProperty<CXFA_Font>(0, XFA_Element::Font); in GetOrCreateFontIfPossible()
2230 return JSObject()->GetProperty<CXFA_Font>(0, XFA_Element::Font); in GetFontIfExists()
2256 return JSObject()->GetProperty<CXFA_Margin>(0, XFA_Element::Margin); in GetMarginIfExists()
2260 return JSObject()->GetProperty<CXFA_Para>(0, XFA_Element::Para); in GetParaIfExists()
2265 XFA_AttributeValue iAcc = pNode->JSObject()->GetEnum(XFA_Attribute::Access); in IsOpenAccess()
2274 return pTemNode ? pTemNode->JSObject()->GetProperty<CXFA_Value>( in GetDefaultValueIfExists()
2280 return JSObject()->GetProperty<CXFA_Value>(0, XFA_Element::Value); in GetFormValueIfExists()
2284 return JSObject()->GetProperty<CXFA_Calculate>(0, XFA_Element::Calculate); in GetCalculateIfExists()
2288 return JSObject()->GetProperty<CXFA_Validate>(0, XFA_Element::Validate); in GetValidateIfExists()
2292 return JSObject()->GetOrCreateProperty<CXFA_Validate>(0, in GetOrCreateValidateIfPossible()
2297 return JSObject()->GetProperty<CXFA_Bind>(0, XFA_Element::Bind); in GetBindIfExists()
2304 pKeep->JSObject()->TryEnum(XFA_Attribute::Intact, false); in GetIntactFromKeep()
2315 if (!pPreviewRow || pPreviewRow->JSObject()->GetEnum(XFA_Attribute::Layout) != in GetIntactFromKeep()
2321 pKeep->JSObject()->TryEnum(XFA_Attribute::Previous, false); in GetIntactFromKeep()
2333 pNode->JSObject()->TryEnum(XFA_Attribute::Next, false); in GetIntactFromKeep()
2344 return JSObject()->TryMeasureAsFloat(XFA_Attribute::W); in TryWidth()
2348 return JSObject()->TryMeasureAsFloat(XFA_Attribute::H); in TryHeight()
2352 return JSObject()->TryMeasureAsFloat(XFA_Attribute::MinW); in TryMinWidth()
2356 return JSObject()->TryMeasureAsFloat(XFA_Attribute::MinH); in TryMinHeight()
2360 return JSObject()->TryMeasureAsFloat(XFA_Attribute::MaxW); in TryMaxWidth()
2364 return JSObject()->TryMeasureAsFloat(XFA_Attribute::MaxH); in TryMaxHeight()
2686 return JSObject()->GetCData(XFA_Attribute::Name); in GetValidateCaptionName()
2773 CXFA_CalcData* pGlobalData = pRefNode->JSObject()->GetCalcData(); in ExecuteBoolScript()
2775 pRefNode->JSObject()->SetCalcData( in ExecuteBoolScript()
2777 pGlobalData = pRefNode->JSObject()->GetCalcData(); in ExecuteBoolScript()
2797 CXFA_Ui* pUI = JSObject()->GetOrCreateProperty<CXFA_Ui>(0, XFA_Element::Ui); in CreateChildUIAndValueNodesIfNeeded()
2818 JSObject()->GetOrCreateProperty<CXFA_Value>(0, XFA_Element::Value); in CreateChildUIAndValueNodesIfNeeded()
2890 pUIChild = pUI->JSObject()->GetOrCreateProperty<CXFA_Node>( in CreateChildUIAndValueNodesIfNeeded()
2904 return ui->JSObject()->GetOrCreateProperty<CXFA_Node>(0, type); in CreateUINodeIfNeeded()
2924 value->JSObject()->GetOrCreateProperty<CXFA_Node>(0, valueType); in CreateValueNodeIfNeeded()
2957 return pUIChild ? pUIChild->JSObject()->GetProperty<CXFA_Border>( in GetUIBorder()
2968 pUIChild->JSObject()->GetProperty<CXFA_Margin>(0, XFA_Element::Margin); in GetUIMargin()
3070 ->JSObject() in ResetData()
3103 JSObject()->SetContent(wsData, GetFormatDataValue(wsData), true, false, true); in SetImageEdit()
3111 pBind->JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, in SetImageEdit()
3115 pHrefNode->JSObject()->SetCData(XFA_Attribute::Value, wsHref, false, false); in SetImageEdit()
3696 auto value = GetParent()->JSObject()->TryEnum(XFA_Attribute::Layout, true); in FindSplitPos()
3916 if (pText->JSObject() in HasButtonRollover()
3919 return !pText->JSObject()->GetContent(false).IsEmpty(); in HasButtonRollover()
3932 if (pText->JSObject()->GetCData(XFA_Attribute::Name).EqualsASCII("down")) { in HasButtonDown()
3933 return !pText->JSObject()->GetContent(false).IsEmpty(); in HasButtonDown()
3947 return pUIChild->JSObject()->GetMeasureInUnit(XFA_Attribute::Size, in GetCheckButtonSize()
3965 Optional<WideString> wsContent = pText->JSObject()->TryContent(false, true); in GetCheckState()
3988 wsContent = pText->JSObject()->GetContent(false); in SetCheckState()
4004 wsValue = pText->JSObject()->GetContent(false); in SetCheckState()
4021 WideString text = pItemchild->JSObject()->GetContent(false); in SetCheckState()
4026 wsChildValue = pItemchild->JSObject()->GetContent(false); in SetCheckState()
4082 WideString wsChildValue = pItemchild->JSObject()->GetContent(false); in SetSelectedMemberByValue()
4086 wsChildValue = pItemchild->JSObject()->GetContent(false); in SetSelectedMemberByValue()
4092 pNode->JSObject()->SetContent(wsChildValue, wsChildValue, bNotify, in SetSelectedMemberByValue()
4095 JSObject()->SetContent(wsExclGroup, wsExclGroup, bNotify, bScriptModify, in SetSelectedMemberByValue()
4127 return pUIChild->JSObject()->GetEnum(XFA_Attribute::CommitOn) == in IsChoiceListCommitOnSelect()
4135 return pUIChild && pUIChild->JSObject()->GetBoolean(XFA_Attribute::TextEntry); in IsChoiceListAllowTextEntry()
4141 return pUIChild->JSObject()->GetEnum(XFA_Attribute::Open) == in IsChoiceListMultiSelect()
4152 XFA_AttributeValue attr = pUIChild->JSObject()->GetEnum(XFA_Attribute::Open); in IsListBox()
4175 pItems[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in CountChoiceListItems()
4177 pItems[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in CountChoiceListItems()
4204 pItemsArray[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItem()
4206 pItemsArray[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItem()
4216 return {pItem->JSObject()->GetContent(false)}; in GetChoiceListItem()
4233 items[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItems()
4235 items[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItems()
4243 wsTextArray.emplace_back(pNode->JSObject()->GetContent(false)); in GetChoiceListItems()
4326 JSObject()->SetContent(wsValue, wsValue, bNotify, bScriptModify, in SetItemState()
4341 JSObject()->SetContent(wsSaveText, GetFormatDataValue(wsSaveText), in SetItemState()
4345 JSObject()->SetContent(WideString(), WideString(), bNotify, bScriptModify, in SetItemState()
4370 JSObject()->SetContent(wsValue, wsFormat, bNotify, bScriptModify, bSyncData); in SetSelectedItems()
4404 pSaveItems->JSObject()->SetBoolean(XFA_Attribute::Save, true, false); in InsertItem()
4409 bool bHasSave = pNode->JSObject()->GetBoolean(XFA_Attribute::Save); in InsertItem()
4417 pNode->JSObject()->SetBoolean(XFA_Attribute::Save, false, false); in InsertItem()
4418 pNode->JSObject()->SetEnum(XFA_Attribute::Presence, in InsertItem()
4422 pSaveItems->JSObject()->SetBoolean(XFA_Attribute::Save, true, false); in InsertItem()
4423 pSaveItems->JSObject()->SetEnum(XFA_Attribute::Presence, in InsertItem()
4428 InsertListTextItem(pSaveItems, pListNode->JSObject()->GetContent(false), in InsertItem()
4454 bool bSave = pLabelItems->JSObject()->GetBoolean(XFA_Attribute::Save); in GetItemLabel()
4467 if (pChildItem->JSObject()->GetContent(false) == wsValue) { in GetItemLabel()
4478 return pText ? pText->JSObject()->GetContent(false) : WideString(); in GetItemLabel()
4495 bool bSave = pLabelItems->JSObject()->GetBoolean(XFA_Attribute::Save); in GetItemValue()
4509 if (pChildItem->JSObject()->GetContent(false) == wsLabel) { in GetItemValue()
4520 return pText ? pText->JSObject()->GetContent(false) : WideString(); in GetItemValue()
4535 if (!bSetValue && pItems->JSObject()->GetBoolean(XFA_Attribute::Save)) { in DeleteItem()
4559 return pUIChild->JSObject()->GetEnum(XFA_Attribute::HScrollPolicy) == in IsHorizontalScrollPolicyOff()
4568 return pUIChild->JSObject()->GetEnum(XFA_Attribute::VScrollPolicy) == in IsVerticalScrollPolicyOff()
4580 return {pNode->JSObject()->GetInteger(XFA_Attribute::NumberOfCells)}; in GetNumberOfCells()
4586 return pUIChild && pUIChild->JSObject()->GetBoolean(XFA_Attribute::MultiLine); in IsMultiLine()
4595 pChild->JSObject()->GetInteger(XFA_Attribute::MaxChars)}; in GetMaxChars()
4598 pChild->JSObject()->GetInteger(XFA_Attribute::MaxLength); in GetMaxChars()
4619 return pChild->JSObject() in GetFracDigits()
4634 return pChild->JSObject() in GetLeadDigits()
4697 pPicture->JSObject()->TryContent(false, true); in GetPictureContent()
4729 pPicture->JSObject()->TryContent(false, true); in GetPictureContent()
4766 WideString wsValue = JSObject()->GetContent(false); in GetValue()
4954 pText->JSObject()->SetContent(wsText, wsText, false, false, false); in InsertListTextItem()
5014 auto value = JSObject()->TryEnum(XFA_Attribute::Presence, true); in PresenceRequiresSpace()
5040 elem->SetAttribute(JSObject()->GetCData(XFA_Attribute::QualifiedName), in SetToXML()