Home
last modified time | relevance | path

Searched refs:Subform (Results 1 – 25 of 83) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Delement_attributes.inc252 ELEM_ATTR____(Subform, H, CJX_Object::ScriptAttributeString)
253 ELEM_ATTR____(Subform, W, CJX_Object::ScriptAttributeString)
254 ELEM_ATTR____(Subform, X, CJX_Object::ScriptAttributeString)
255 ELEM_ATTR____(Subform, Y, CJX_Object::ScriptAttributeString)
259 ELEM_ATTR____(Subform, DataNode, CJX_Object::ScriptSomDataNode)
266 ELEM_ATTR____(Subform, MaxH, CJX_Object::ScriptAttributeString)
267 ELEM_ATTR____(Subform, MaxW, CJX_Object::ScriptAttributeString)
268 ELEM_ATTR____(Subform, MinH, CJX_Object::ScriptAttributeString)
269 ELEM_ATTR____(Subform, MinW, CJX_Object::ScriptAttributeString)
275 ELEM_ATTR____(Subform, Locale, CJX_Subform::locale)
[all …]
H A Dcxfa_attachnodelist.cpp26 m_pAttachNode->GetElementType() == XFA_Element::Subform); in GetLength()
56 m_pAttachNode->GetElementType() == XFA_Element::Subform); in Item()
H A Dcxfa_document.cpp203 if ((eCurType != XFA_Element::Subform) && in CloneOrMergeInstanceManager()
389 case XFA_Element::Subform: in FindMatchingDataNode()
834 (eType == XFA_Element::SubformSet || eType == XFA_Element::Subform)) { in CopyContainer_SubformSet()
1111 if (eType == XFA_Element::Subform || eType == XFA_Element::ExclGroup || in UpdateBindingRelations()
1133 XFA_Element eDataNodeType = (eType == XFA_Element::Subform || in UpdateBindingRelations()
1163 XFA_Element eDataNodeType = (eType == XFA_Element::Subform || in UpdateBindingRelations()
1218 (eType == XFA_Element::Subform || eType == XFA_Element::SubformSet || in UpdateBindingRelations()
1602 case XFA_Element::Subform: in DataMerge_CopyContainer()
1713 pTemplateChosen->GetElementType() != XFA_Element::Subform) { in DoDataMerge()
1715 pTemplateRoot->GetFirstChildByClass<CXFA_Subform>(XFA_Element::Subform); in DoDataMerge()
H A Dcxfa_object.h86 m_elementType == XFA_Element::Subform || in HasCreatedUIWidget()
H A Dcxfa_subform.cpp71 XFA_Element::Subform, in CXFA_Subform()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Delement_attributes.inc252 ELEM_ATTR____(Subform, H, CJX_Object::ScriptAttributeString)
253 ELEM_ATTR____(Subform, W, CJX_Object::ScriptAttributeString)
254 ELEM_ATTR____(Subform, X, CJX_Object::ScriptAttributeString)
255 ELEM_ATTR____(Subform, Y, CJX_Object::ScriptAttributeString)
259 ELEM_ATTR____(Subform, DataNode, CJX_Object::ScriptSomDataNode)
266 ELEM_ATTR____(Subform, MaxH, CJX_Object::ScriptAttributeString)
267 ELEM_ATTR____(Subform, MaxW, CJX_Object::ScriptAttributeString)
268 ELEM_ATTR____(Subform, MinH, CJX_Object::ScriptAttributeString)
269 ELEM_ATTR____(Subform, MinW, CJX_Object::ScriptAttributeString)
275 ELEM_ATTR____(Subform, Locale, CJX_Subform::locale)
[all …]
H A Dcxfa_attachnodelist.cpp21 m_pAttachNode->GetElementType() == XFA_Element::Subform); in GetLength()
51 m_pAttachNode->GetElementType() == XFA_Element::Subform); in Item()
H A Dcxfa_document.cpp201 if ((eCurType != XFA_Element::Subform) && in CloneOrMergeInstanceManager()
388 case XFA_Element::Subform: in FindMatchingDataNode()
838 (eType == XFA_Element::SubformSet || eType == XFA_Element::Subform)) { in CopyContainer_SubformSet()
1115 if (eType == XFA_Element::Subform || eType == XFA_Element::ExclGroup || in UpdateBindingRelations()
1137 XFA_Element eDataNodeType = (eType == XFA_Element::Subform || in UpdateBindingRelations()
1167 XFA_Element eDataNodeType = (eType == XFA_Element::Subform || in UpdateBindingRelations()
1221 (eType == XFA_Element::Subform || eType == XFA_Element::SubformSet || in UpdateBindingRelations()
1573 case XFA_Element::Subform: in DataMerge_CopyContainer()
1685 pTemplateChosen->GetElementType() != XFA_Element::Subform) { in DoDataMerge()
1687 pTemplateRoot->GetFirstChildByClass<CXFA_Subform>(XFA_Element::Subform); in DoDataMerge()
H A Dcxfa_object.h82 m_elementType == XFA_Element::Subform || in HasCreatedUIWidget()
H A Dcxfa_nodehelper.cpp130 if (refNode->GetElementType() == XFA_Element::Subform) { in SetCreateNodeType()
H A Dcxfa_subform.cpp71 XFA_Element::Subform, in CXFA_Subform()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcjx_instancemanager.cpp76 if (pRemoveInstance->GetElementType() != XFA_Element::Subform && in SetInstances()
151 if (pToInstance && pToInstance->GetElementType() == XFA_Element::Subform) in moveInstance()
156 pFromInstance->GetElementType() == XFA_Element::Subform) { in moveInstance()
194 pSubformInstance->GetElementType() == XFA_Element::Subform) { in removeInstance()
H A Dcjx_subform.h35 static const TypeTag static_type__ = TypeTag::Subform;
H A Dcjx_layoutpseudomodel.cpp261 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
282 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
303 eType = XFA_Element::Subform; in GetObjArray()
H A Dcjx_subform.cpp44 XFA_Element::Subform); in execEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcjx_instancemanager.cpp77 if (pRemoveInstance->GetElementType() != XFA_Element::Subform && in SetInstances()
152 if (pToInstance && pToInstance->GetElementType() == XFA_Element::Subform) in moveInstance()
157 pFromInstance->GetElementType() == XFA_Element::Subform) { in moveInstance()
195 pSubformInstance->GetElementType() == XFA_Element::Subform) { in removeInstance()
H A Dcjx_subform.h37 static const TypeTag static_type__ = TypeTag::Subform;
H A Dcjx_layoutpseudomodel.cpp262 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
283 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
304 eType = XFA_Element::Subform; in GetObjArray()
H A Dcfxjse_nodehelper.cpp128 if (refNode->GetElementType() == XFA_Element::Subform) { in SetCreateNodeType()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_document_datamerger_imp.cpp512 if ((eCurType != XFA_Element::Subform) && in CloneOrMergeInstanceManager()
566 case XFA_Element::Subform: in FindMatchingDataNode()
708 (eType == XFA_Element::SubformSet || eType == XFA_Element::Subform)) { in CopyContainer_SubformSet()
1076 if (eType == XFA_Element::Subform || eType == XFA_Element::ExclGroup || in UpdateBindingRelations()
1096 XFA_Element eDataNodeType = (eType == XFA_Element::Subform || in UpdateBindingRelations()
1126 XFA_Element eDataNodeType = (eType == XFA_Element::Subform || in UpdateBindingRelations()
1177 (eType == XFA_Element::Subform || eType == XFA_Element::SubformSet || in UpdateBindingRelations()
1324 case XFA_Element::Subform: in DataMerge_CopyContainer()
1423 pTemplateChosen->GetElementType() != XFA_Element::Subform) { in DoDataMerge()
1424 pTemplateChosen = pTemplateRoot->GetFirstChildByClass(XFA_Element::Subform); in DoDataMerge()
H A Dxfa_script_layoutpseudomodel.cpp240 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
262 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
281 eType = XFA_Element::Subform; in GetObjArray()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffdochandler.cpp38 CXFA_Node* pSubForm = pForm->GetFirstChildByClass(XFA_Element::Subform); in GetRestoreState()
H A Dxfa_ffdocview.cpp112 CXFA_Node* pSubformNode = pRootItem->GetChild(0, XFA_Element::Subform); in StopLayout()
303 pNode = pRootItem->GetChild(0, XFA_Element::Subform); in ProcessWidgetEvent()
600 ASSERT(pNode->GetElementType() == XFA_Element::Subform); in AddIndexChangedSubform()
800 return pFormPacketNode->GetFirstChildByClass(XFA_Element::Subform); in GetRootSubform()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_layoutprocessor.cpp49 pFormPacketNode->GetFirstChildByClass<CXFA_Subform>(XFA_Element::Subform); in StartLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_layoutprocessor.cpp58 pFormPacketNode->GetFirstChildByClass<CXFA_Subform>(XFA_Element::Subform); in StartLayout()

1234