|
Split CPDFXFA_Document apart
[DO NOT COMMIT]
This CL renames IXFA_DocProvider to IXFA_DocEnvironment to better describe the
purpose. Then, CPDFXFA_Document has all of the IXFA_DocEnvironment methods
removed and placed in CPDFXFA_DocEnvironment. The CPDFXFA_Document then
has a CPDFXFA_DocEnvironment.
This splits the code related to the document apart from the XFA callback methods
to work with that document.
Committed: https://pdfium.googlesource.com/pdfium/+/a440bb3f11f42b7a22624e9771dd8d9c57075f06
Total comments: 28
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+350 lines, -1606 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A + |
fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.cpp
|
View
|
1
2
3
4
5
6
7
|
29 chunks |
+223 lines, -376 lines |
0 comments
|
Download
|
|
M |
fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp
|
View
|
1
2
3
4
5
6
|
6 chunks |
+3 lines, -975 lines |
0 comments
|
Download
|
|
A + |
fpdfsdk/fpdfxfa/include/cpdfxfa_docenvironment.h
|
View
|
|
3 chunks |
+9 lines, -66 lines |
0 comments
|
Download
|
|
M |
fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h
|
View
|
1
|
4 chunks |
+32 lines, -111 lines |
0 comments
|
Download
|
|
M |
xfa/fwl/basewidget/fwl_editimp.cpp
|
View
|
1
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_ffapp.cpp
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_ffchoicelist.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_ffdoc.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_ffdocview.cpp
|
View
|
1
|
10 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_fffield.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_ffnotify.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_ffnotify.cpp
|
View
|
1
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_fftext.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_fftextedit.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_ffwidget.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_ffwidgetacc.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_ffwidgethandler.cpp
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/app/xfa_fwladapter.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
xfa/fxfa/include/fxfa.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/include/xfa_ffapp.h
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/include/xfa_ffdoc.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/parser/cscript_hostpseudomodel.cpp
|
View
|
1
|
12 chunks |
+20 lines, -19 lines |
0 comments
|
Download
|
|
M |
xfa/fxfa/parser/cxfa_scriptcontext.cpp
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 34 (26 generated)
|