HomeSort by relevance Sort by last modified time
    Searched refs:XFA_Element (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_element_properties.cpp 60 {XFA_Element::FontInfo, 1, 0},
61 {XFA_Element::Jog, 1, 0},
62 {XFA_Element::Xdc, 1, 0},
63 {XFA_Element::BatchOutput, 1, 0},
64 {XFA_Element::OutputBin, 1, 0},
65 {XFA_Element::Compress, 1, 0},
66 {XFA_Element::Staple, 1, 0},
67 {XFA_Element::MediumInfo, 1, 0},
68 {XFA_Element::CheckButton, 1, XFA_PROPERTYFLAG_OneOf},
69 {XFA_Element::ChoiceList, 1, XFA_PROPERTYFLAG_OneOf}
    [all...]
xfa_basic_data.cpp 13 {0x23ee3, L"ps", XFA_Element::Ps, XFA_XDPPACKET_Config,
15 {0x25363, L"to", XFA_Element::To, XFA_XDPPACKET_Config,
17 {0x2587e, L"ui", XFA_Element::Ui,
19 {0x1c648b, L"recordSet", XFA_Element::RecordSet, XFA_XDPPACKET_SourceSet,
21 {0x171428f, L"subsetBelow", XFA_Element::SubsetBelow, XFA_XDPPACKET_Config,
23 {0x1a0776a, L"subformSet", XFA_Element::SubformSet,
26 {0x2340d70, L"adobeExtensionLevel", XFA_Element::AdobeExtensionLevel,
28 {0x2c1c7f1, L"typeface", XFA_Element::Typeface, XFA_XDPPACKET_LocaleSet,
30 {0x5518c25, L"break", XFA_Element::Break,
32 {0x5fff523, L"fontInfo", XFA_Element::FontInfo, XFA_XDPPACKET_Config
    [all...]
cxfa_event.cpp 17 XFA_Element CXFA_Event::GetEventType() {
20 XFA_Element eType = pChild->GetElementType();
21 if (eType != XFA_Element::Extras)
26 return XFA_Element::Unknown;
34 return CXFA_Script(m_pNode->GetChild(0, XFA_Element::Script));
38 return CXFA_Submit(m_pNode->GetChild(0, XFA_Element::Submit));
42 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_Element::SignData);
cxfa_assist.cpp 14 return CXFA_ToolTip(m_pNode->GetChild(0, XFA_Element::ToolTip));
cxfa_calculate.cpp 21 return CXFA_Script(m_pNode->GetChild(0, XFA_Element::Script));
25 CXFA_Node* pNode = m_pNode->GetChild(0, XFA_Element::Message);
29 CXFA_Text text(pNode->GetChild(0, XFA_Element::Text));
cxfa_attachnodelist.cpp 17 XFA_Element::Unknown,
18 m_pAttachNode->GetElementType() == XFA_Element::Subform);
43 iIndex, XFA_Element::Unknown,
44 m_pAttachNode->GetElementType() == XFA_Element::Subform);
cxfa_bind.cpp 14 if (CXFA_Node* pPicture = m_pNode->GetChild(0, XFA_Element::Picture))
cxfa_line.cpp 20 return CXFA_Edge(m_pNode->GetChild(0, XFA_Element::Edge));
cxfa_fill.cpp 20 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_Element::Color);
29 if (CXFA_Node* pNode = m_pNode->GetChild(0, XFA_Element::Color)) {
39 XFA_Element CXFA_Fill::GetFillType() {
42 XFA_Element eType = pChild->GetElementType();
43 if (eType != XFA_Element::Color && eType != XFA_Element::Extras)
48 return XFA_Element::Solid;
52 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_Element::Pattern);
53 if (CXFA_Node* pColor = pNode->GetChild(0, XFA_Element::Color)) {
64 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_Element::Stipple)
    [all...]
cxfa_widgetdata.cpp 75 CXFA_Node* CreateUIChild(CXFA_Node* pNode, XFA_Element& eWidgetType) {
76 XFA_Element eType = pNode->GetElementType();
78 if (eType != XFA_Element::Field && eType != XFA_Element::Draw)
81 eWidgetType = XFA_Element::Unknown;
82 XFA_Element eUIType = XFA_Element::Unknown;
83 CXFA_Value defValue(pNode->GetProperty(0, XFA_Element::Value, true));
84 XFA_Element eValueType = defValue.GetChildValueClassID();
86 case XFA_Element::Boolean
    [all...]
xfa_document_datamerger_imp.cpp 55 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) {
58 if (iType == XFA_Element::Unknown)
73 XFA_Element iType = XFA_Element::Unknown) {
87 XFA_Element element = XFA_Element::Sharptext;
88 if (pChildNode->GetElementType() == XFA_Element::ExData) {
93 element = XFA_Element::SharpxHTML;
95 element = XFA_Element::Sharpxml;
121 XFA_Element eType = pFormNode->GetElementType()
    [all...]
cxfa_box.h 24 bool IsArc() const { return GetElementType() == XFA_Element::Arc; }
25 bool IsBorder() const { return GetElementType() == XFA_Element::Border; }
27 return GetElementType() == XFA_Element::Rectangle;
cxfa_caption.cpp 33 return CXFA_Margin(m_pNode ? m_pNode->GetChild(0, XFA_Element::Margin)
38 return CXFA_Font(m_pNode ? m_pNode->GetChild(0, XFA_Element::Font) : nullptr);
42 return CXFA_Value(m_pNode ? m_pNode->GetChild(0, XFA_Element::Value)
xfa_locale.cpp 241 wsNumSymbol = GetSymbol(XFA_Element::NumberSymbols, L"decimal");
244 wsNumSymbol = GetSymbol(XFA_Element::NumberSymbols, L"grouping");
247 wsNumSymbol = GetSymbol(XFA_Element::NumberSymbols, L"percent");
250 wsNumSymbol = GetSymbol(XFA_Element::NumberSymbols, L"minus");
253 wsNumSymbol = GetSymbol(XFA_Element::NumberSymbols, L"zero");
256 wsNumSymbol = GetSymbol(XFA_Element::CurrencySymbols, L"symbol");
259 wsNumSymbol = GetSymbol(XFA_Element::CurrencySymbols, L"isoname");
266 m_pLocale ? m_pLocale->GetChild(0, XFA_Element::DateTimeSymbols)
274 wsMonthName = GetCalendarSymbol(XFA_Element::MonthNames, nMonth, bAbbr);
280 wsDayName = GetCalendarSymbol(XFA_Element::DayNames, nWeek, bAbbr)
    [all...]
cxfa_stroke.h 27 bool IsCorner() const { return GetElementType() == XFA_Element::Corner; }
28 bool IsEdge() const { return GetElementType() == XFA_Element::Edge; }
cxfa_event.h 24 XFA_Element GetEventType();
cxfa_thisproxy.cpp 12 XFA_Element::Unknown,
cxfa_value.h 25 XFA_Element GetChildValueClassID();
xfa_document_datamerger_imp.h 19 XFA_Element eType,
cxfa_validate.cpp 44 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_Element::Message, false);
51 if (pItemNode->GetElementType() != XFA_Element::Text)
81 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_Element::Message, true);
88 if (pItemNode->GetElementType() != XFA_Element::Text)
98 CXFA_Node* pTextNode = pNode->CreateSamePacketNode(XFA_Element::Text);
113 if (CXFA_Node* pNode = m_pNode->GetChild(0, XFA_Element::Picture))
118 return CXFA_Script(m_pNode->GetChild(0, XFA_Element::Script));
cxfa_nodehelper.cpp 18 : m_eLastCreateType(XFA_Element::DataValue),
152 if (child->GetElementType() != XFA_Element::PageSet &&
153 child->GetElementType() != XFA_Element::Extras &&
154 child->GetElementType() != XFA_Element::Items) {
161 child->GetElementType() == XFA_Element::PageSet) {
175 if (child->GetElementType() == XFA_Element::Variables) {
197 child->GetElementType() != XFA_Element::PageSet) {
220 XFA_Element parentType = parent->GetElementType();
221 if ((!parent->IsUnnamed() && parentType != XFA_Element::SubformSet) ||
222 parentType == XFA_Element::Variables)
    [all...]
xfa_utils.cpp 121 pWidgetData->GetNode()->GetChild(0, XFA_Element::Value);
131 case XFA_Element::Decimal:
134 case XFA_Element::Float:
137 case XFA_Element::Date:
140 case XFA_Element::Time:
143 case XFA_Element::DateTime:
146 case XFA_Element::Boolean:
149 case XFA_Element::Integer:
152 case XFA_Element::Text:
212 CXFA_Node* pUIChild = pFieldNode->GetChild(0, XFA_Element::Ui)
    [all...]
cxfa_layoutpagemgr.cpp 31 if (pLayoutItem->m_pFormNode->GetElementType() != XFA_Element::PageSet)
37 pChildItem->m_pFormNode->GetElementType() != XFA_Element::PageSet) {
49 pChildItem->m_pFormNode->GetElementType() != XFA_Element::PageSet) {
268 m_pTemplatePageSetRoot = pTemplateNode->GetProperty(0, XFA_Element::PageSet);
293 if (pPageArea->GetElementType() == XFA_Element::PageArea) {
295 if (pPageArea->GetFirstChildByClass(XFA_Element::ContentArea))
303 pPageArea = m_pTemplatePageSetRoot->GetChild(0, XFA_Element::PageArea);
306 XFA_Element::PageArea);
313 CXFA_Node* pContentArea = pPageArea->GetChild(0, XFA_Element::ContentArea);
316 XFA_Element::ContentArea)
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgethandler.cpp 169 if (pWidgetAcc->GetElementType() == XFA_Element::Draw)
201 if (!pWidgetAcc || pWidgetAcc->GetElementType() == XFA_Element::Draw)
303 CXFA_Node* pField = CreateField(XFA_Element::Button, pParent, pBefore);
304 CXFA_Node* pCaption = CreateCopyNode(XFA_Element::Caption, pField);
305 CXFA_Node* pValue = CreateCopyNode(XFA_Element::Value, pCaption);
306 CXFA_Node* pText = CreateCopyNode(XFA_Element::Text, pValue);
309 CXFA_Node* pPara = CreateCopyNode(XFA_Element::Para, pCaption);
314 CXFA_Node* pBorder = CreateCopyNode(XFA_Element::Border, pField);
317 CXFA_Node* pEdge = CreateCopyNode(XFA_Element::Edge, pBorder);
320 CXFA_Node* pFill = CreateCopyNode(XFA_Element::Fill, pBorder)
    [all...]
xfa_ffnotify.cpp 56 if (pWidgetAcc->GetUIType() != XFA_Element::ChoiceList)
74 if (pWidgetAcc->GetUIType() != XFA_Element::ChoiceList)
92 XFA_Element eType = pNode->GetElementType();
93 if (eType == XFA_Element::PageArea)
95 if (eType == XFA_Element::ContentArea)
104 case XFA_Element::Barcode:
107 case XFA_Element::Button:
110 case XFA_Element::CheckButton:
113 case XFA_Element::ChoiceList: {
120 case XFA_Element::DateTimeEdit
    [all...]

Completed in 65 milliseconds

1 2 3