| Index: xfa/fxfa/app/xfa_ffdocview.cpp
|
| diff --git a/xfa/src/fxfa/app/xfa_ffdocview.cpp b/xfa/fxfa/app/xfa_ffdocview.cpp
|
| similarity index 96%
|
| rename from xfa/src/fxfa/app/xfa_ffdocview.cpp
|
| rename to xfa/fxfa/app/xfa_ffdocview.cpp
|
| index 3c94a69d87a29c54e3c7ed81b967cfac222e79a3..082ca2bbaaa8a9aa934b52aff4c84e3f2e909aa5 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffdocview.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffdocview.cpp
|
| @@ -4,32 +4,32 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fxfa/app/xfa_ffdocview.h"
|
| +#include "xfa/fxfa/app/xfa_ffdocview.h"
|
|
|
| #include "core/include/fxcrt/fx_ext.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffapp.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffbarcode.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffcheckbutton.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffchoicelist.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffdoc.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffdraw.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffexclgroup.h"
|
| -#include "xfa/src/fxfa/app/xfa_fffield.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffimage.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffimageedit.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffpageview.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffpath.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffpushbutton.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffsignature.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffsubform.h"
|
| -#include "xfa/src/fxfa/app/xfa_fftext.h"
|
| -#include "xfa/src/fxfa/app/xfa_fftextedit.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffwidget.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffwidgetacc.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffwidgethandler.h"
|
| -#include "xfa/src/fxfa/app/xfa_fwladapter.h"
|
| -#include "xfa/src/fxfa/app/xfa_textlayout.h"
|
| -#include "xfa/src/fxfa/parser/xfa_script.h"
|
| +#include "xfa/fxfa/app/xfa_ffapp.h"
|
| +#include "xfa/fxfa/app/xfa_ffbarcode.h"
|
| +#include "xfa/fxfa/app/xfa_ffcheckbutton.h"
|
| +#include "xfa/fxfa/app/xfa_ffchoicelist.h"
|
| +#include "xfa/fxfa/app/xfa_ffdoc.h"
|
| +#include "xfa/fxfa/app/xfa_ffdraw.h"
|
| +#include "xfa/fxfa/app/xfa_ffexclgroup.h"
|
| +#include "xfa/fxfa/app/xfa_fffield.h"
|
| +#include "xfa/fxfa/app/xfa_ffimage.h"
|
| +#include "xfa/fxfa/app/xfa_ffimageedit.h"
|
| +#include "xfa/fxfa/app/xfa_ffpageview.h"
|
| +#include "xfa/fxfa/app/xfa_ffpath.h"
|
| +#include "xfa/fxfa/app/xfa_ffpushbutton.h"
|
| +#include "xfa/fxfa/app/xfa_ffsignature.h"
|
| +#include "xfa/fxfa/app/xfa_ffsubform.h"
|
| +#include "xfa/fxfa/app/xfa_fftext.h"
|
| +#include "xfa/fxfa/app/xfa_fftextedit.h"
|
| +#include "xfa/fxfa/app/xfa_ffwidget.h"
|
| +#include "xfa/fxfa/app/xfa_ffwidgetacc.h"
|
| +#include "xfa/fxfa/app/xfa_ffwidgethandler.h"
|
| +#include "xfa/fxfa/app/xfa_fwladapter.h"
|
| +#include "xfa/fxfa/app/xfa_textlayout.h"
|
| +#include "xfa/fxfa/parser/xfa_script.h"
|
|
|
| extern const XFA_ATTRIBUTEENUM gs_EventActivity[] = {
|
| XFA_ATTRIBUTEENUM_Click, XFA_ATTRIBUTEENUM_Change,
|
|
|