HomeSort by relevance Sort by last modified time
    Searched refs:Subform (Results 1 - 20 of 20) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_attachnodelist.cpp 18 m_pAttachNode->GetElementType() == XFA_Element::Subform);
44 m_pAttachNode->GetElementType() == XFA_Element::Subform);
cxfa_layoutprocessor.cpp 43 pFormPacketNode->GetFirstChildByClass(XFA_Element::Subform);
cscript_layoutpseudomodel.cpp 256 eType != XFA_Element::Subform && eType != XFA_Element::Area) {
278 eType != XFA_Element::Subform && eType != XFA_Element::Area) {
296 } else if (wsType == L"subform") {
297 eType = XFA_Element::Subform;
xfa_document_datamerger_imp.cpp 511 if ((eCurType != XFA_Element::Subform) &&
564 case XFA_Element::Subform:
706 (eType == XFA_Element::SubformSet || eType == XFA_Element::Subform)) {
    [all...]
xfa_layout_itemlayout.cpp 57 case XFA_Element::Subform:
87 if ((eType == XFA_Element::Subform || eType == XFA_Element::ExclGroup) &&
93 if ((eType == XFA_Element::Subform || eType == XFA_Element::ExclGroup) &&
99 if (*bContainerWidthAutoSize && eType == XFA_Element::Subform &&
105 if (*bContainerHeightAutoSize && eType == XFA_Element::Subform &&
    [all...]
cxfa_node.cpp 62 if ((eCurType != XFA_Element::Subform) &&
197 if ((eCurType != XFA_Element::Subform) &&
877 CXFA_Node* pTopSubform = pForm->GetFirstChildByClass(XFA_Element::Subform);
938 case XFA_Element::Subform:
    [all...]
cxfa_nodehelper.cpp 411 if (refNode->GetElementType() == XFA_Element::Subform) {
cxfa_layoutpagemgr.cpp 370 pRootSubform = pRootSubform->GetFirstChildByClass(XFA_Element::Subform);
374 pRootSubform->GetNextSameClassSibling(XFA_Element::Subform);
    [all...]
cxfa_resolveprocessor.cpp 348 if (XFA_Element::Subform == curNode->GetElementType() &&
xfa_basic_data_attributes.cpp     [all...]
cxfa_simple_parser.cpp 685 ? pTemplateRoot->GetFirstChildByClass(XFA_Element::Subform)
    [all...]
xfa_basic_data.cpp 275 {0x54202c9e, L"subform", XFA_Element::Subform,
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffdochandler.cpp 38 CXFA_Node* pSubForm = pForm->GetFirstChildByClass(XFA_Element::Subform);
xfa_ffdocview.cpp 114 CXFA_Node* pSubformNode = pRootItem->GetChild(0, XFA_Element::Subform);
307 pNode = pRootItem->GetChild(0, XFA_Element::Subform);
603 ASSERT(pNode->GetElementType() == XFA_Element::Subform);
800 return pFormPacketNode->GetFirstChildByClass(XFA_Element::Subform);
xfa_ffnotify.cpp 156 case XFA_Element::Subform:
xfa_ffpageview.cpp 105 case XFA_Element::Subform:
xfa_ffwidgethandler.cpp 457 return CreateFormItem(XFA_Element::Subform, pParent, pBefore);
xfa_ffwidgetacc.cpp     [all...]
xfa_ffwidget.cpp     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 742 Subform,

Completed in 443 milliseconds