Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Side by Side Diff: xfa/fxfa/parser/xfa_basic_data.cpp

Issue 2079393006: Remove IsOrdinaryList; rename to OrdinaryList to List (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa_part_III
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | xfa/fxfa/parser/xfa_object.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #include "xfa/fxfa/parser/xfa_basic_data.h" 7 #include "xfa/fxfa/parser/xfa_basic_data.h"
8 8
9 #include "xfa/fxfa/parser/xfa_basic_imp.h" 9 #include "xfa/fxfa/parser/xfa_basic_imp.h"
10 #include "xfa/fxfa/parser/xfa_doclayout.h" 10 #include "xfa/fxfa/parser/xfa_doclayout.h"
(...skipping 1690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1701 XFA_ObjectType::ContentNode}, 1701 XFA_ObjectType::ContentNode},
1702 {0xf0aaaadc, L"transform", XFA_Element::Transform, XFA_XDPPACKET_Config, 1702 {0xf0aaaadc, L"transform", XFA_Element::Transform, XFA_XDPPACKET_Config,
1703 XFA_ObjectType::Node}, 1703 XFA_ObjectType::Node},
1704 {0xf1433e88, L"lockDocument", XFA_Element::LockDocument, 1704 {0xf1433e88, L"lockDocument", XFA_Element::LockDocument,
1705 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::ContentNode}, 1705 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::ContentNode},
1706 {0xf54eb997, L"breakAfter", XFA_Element::BreakAfter, 1706 {0xf54eb997, L"breakAfter", XFA_Element::BreakAfter,
1707 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node}, 1707 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1708 {0xf616da28, L"line", XFA_Element::Line, 1708 {0xf616da28, L"line", XFA_Element::Line,
1709 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node}, 1709 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1710 {0xf616f3dc, L"list", XFA_Element::List, XFA_XDPPACKET_XDP, 1710 {0xf616f3dc, L"list", XFA_Element::List, XFA_XDPPACKET_XDP,
1711 XFA_ObjectType::OrdinaryList}, 1711 XFA_ObjectType::List},
1712 {0xf7055fb1, L"source", XFA_Element::Source, XFA_XDPPACKET_SourceSet, 1712 {0xf7055fb1, L"source", XFA_Element::Source, XFA_XDPPACKET_SourceSet,
1713 XFA_ObjectType::Node}, 1713 XFA_ObjectType::Node},
1714 {0xf7eebe1c, L"occur", XFA_Element::Occur, 1714 {0xf7eebe1c, L"occur", XFA_Element::Occur,
1715 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node}, 1715 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1716 {0xf8d10d97, L"pickTrayByPDFSize", XFA_Element::PickTrayByPDFSize, 1716 {0xf8d10d97, L"pickTrayByPDFSize", XFA_Element::PickTrayByPDFSize,
1717 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode}, 1717 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1718 {0xf8f19e3a, L"monthNames", XFA_Element::MonthNames, 1718 {0xf8f19e3a, L"monthNames", XFA_Element::MonthNames,
1719 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::Node}, 1719 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::Node},
1720 {0xf984149b, L"severity", XFA_Element::Severity, XFA_XDPPACKET_Config, 1720 {0xf984149b, L"severity", XFA_Element::Severity, XFA_XDPPACKET_Config,
1721 XFA_ObjectType::NodeV}, 1721 XFA_ObjectType::NodeV},
(...skipping 5339 matching lines...) Expand 10 before | Expand all | Expand 10 after
7061 XFA_SCRIPT_Object}, 7061 XFA_SCRIPT_Object},
7062 {0xa52682bd, L"{default}", 7062 {0xa52682bd, L"{default}",
7063 (XFA_ATTRIBUTE_CALLBACK)&CXFA_Node::Script_Som_DefaultValue, -1, 7063 (XFA_ATTRIBUTE_CALLBACK)&CXFA_Node::Script_Som_DefaultValue, -1,
7064 XFA_SCRIPT_Basic}, 7064 XFA_SCRIPT_Basic},
7065 {0xd6e27f1d, L"value", 7065 {0xd6e27f1d, L"value",
7066 (XFA_ATTRIBUTE_CALLBACK)&CXFA_Node::Script_Som_DefaultValue, -1, 7066 (XFA_ATTRIBUTE_CALLBACK)&CXFA_Node::Script_Som_DefaultValue, -1,
7067 XFA_SCRIPT_Basic}, 7067 XFA_SCRIPT_Basic},
7068 }; 7068 };
7069 const int32_t g_iSomAttributeCount = 7069 const int32_t g_iSomAttributeCount =
7070 sizeof(g_SomAttributeData) / sizeof(XFA_ATTRIBUTEINFO); 7070 sizeof(g_SomAttributeData) / sizeof(XFA_ATTRIBUTEINFO);
OLDNEW
« no previous file with comments | « no previous file | xfa/fxfa/parser/xfa_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698