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

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

Issue 2383593002: Move xfa/fxfa/include to xfa/fxfa (Closed)
Patch Set: Rebase to master Created 4 years, 2 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
OLDNEW
1 // Copyright 2016 PDFium Authors. All rights reserved. 1 // Copyright 2016 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/include/fxfa_basic.h" 9 #include "xfa/fxfa/fxfa_basic.h"
10 10
11 const XFA_ELEMENTHIERARCHY g_XFAElementAttributeIndex[] = { 11 const XFA_ELEMENTHIERARCHY g_XFAElementAttributeIndex[] = {
12 {0, 3}, {3, 2}, {5, 3}, {8, 10}, {18, 2}, {20, 6}, {26, 2}, 12 {0, 3}, {3, 2}, {5, 3}, {8, 10}, {18, 2}, {20, 6}, {26, 2},
13 {28, 1}, {29, 13}, {42, 2}, {44, 1}, {45, 2}, {47, 2}, {49, 7}, 13 {28, 1}, {29, 13}, {42, 2}, {44, 1}, {45, 2}, {47, 2}, {49, 7},
14 {56, 0}, {56, 4}, {60, 2}, {62, 7}, {69, 0}, {69, 0}, {69, 2}, 14 {56, 0}, {56, 4}, {60, 2}, {62, 7}, {69, 0}, {69, 0}, {69, 2},
15 {71, 2}, {73, 8}, {81, 5}, {86, 8}, {94, 4}, {98, 3}, {101, 3}, 15 {71, 2}, {73, 8}, {81, 5}, {86, 8}, {94, 4}, {98, 3}, {101, 3},
16 {104, 3}, {107, 6}, {113, 2}, {115, 2}, {117, 2}, {119, 2}, {121, 3}, 16 {104, 3}, {107, 6}, {113, 2}, {115, 2}, {117, 2}, {119, 2}, {121, 3},
17 {124, 2}, {126, 7}, {133, 13}, {146, 2}, {148, 6}, {154, 2}, {156, 3}, 17 {124, 2}, {126, 7}, {133, 13}, {146, 2}, {148, 6}, {154, 2}, {156, 3},
18 {159, 1}, {160, 17}, {177, 2}, {179, 2}, {181, 6}, {187, 2}, {189, 2}, 18 {159, 1}, {160, 17}, {177, 2}, {179, 2}, {181, 6}, {187, 2}, {189, 2},
19 {191, 3}, {194, 7}, {201, 2}, {203, 3}, {206, 0}, {206, 21}, {227, 1}, 19 {191, 3}, {194, 7}, {201, 2}, {203, 3}, {206, 0}, {206, 21}, {227, 1},
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 XFA_ATTRIBUTE_Desc, 1179 XFA_ATTRIBUTE_Desc,
1180 XFA_ATTRIBUTE_Lock, 1180 XFA_ATTRIBUTE_Lock,
1181 XFA_ATTRIBUTE_Id, 1181 XFA_ATTRIBUTE_Id,
1182 XFA_ATTRIBUTE_Name, 1182 XFA_ATTRIBUTE_Name,
1183 XFA_ATTRIBUTE_Ref, 1183 XFA_ATTRIBUTE_Ref,
1184 XFA_ATTRIBUTE_Use, 1184 XFA_ATTRIBUTE_Use,
1185 XFA_ATTRIBUTE_Presence, 1185 XFA_ATTRIBUTE_Presence,
1186 XFA_ATTRIBUTE_Save, 1186 XFA_ATTRIBUTE_Save,
1187 XFA_ATTRIBUTE_Usehref, 1187 XFA_ATTRIBUTE_Usehref,
1188 }; 1188 };
OLDNEW
« no previous file with comments | « xfa/fxfa/parser/xfa_basic_data_attributes.cpp ('k') | xfa/fxfa/parser/xfa_basic_data_element_properties.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698