diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-07-24 10:52:57 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-24 18:29:54 +0000 |
commit | 24ef63300f167ac63fb1f7fe8d3323ed6bce1695 (patch) | |
tree | f33867ff05da0f1ca16860721814da9400352599 /xfa | |
parent | beef5e45e5431c04c09d8ac61093aca34e29f90c (diff) | |
download | pdfium-24ef63300f167ac63fb1f7fe8d3323ed6bce1695.tar.xz |
Move xfa/fxfa/app to xfa/fxfachromium/3166
There currently exists a weird split where some files exist in xfa/fxfa
and some files exist in xfa/fxfa/app. This CL removes the app/ folder
and moves all files up to the parent directory.
Change-Id: I00c87851a1ebc5a7a636eb9a17b58ba3f1708a84
Reviewed-on: https://pdfium-review.googlesource.com/8810
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/fde/css/cfde_cssstyleselector.cpp | 2 | ||||
-rw-r--r-- | xfa/fgas/layout/cfx_breakpiece.h | 2 | ||||
-rw-r--r-- | xfa/fgas/layout/cfx_rtfbreak.h | 2 | ||||
-rw-r--r-- | xfa/fwl/cfwl_app.cpp | 2 | ||||
-rw-r--r-- | xfa/fwl/cfwl_widgetmgr.cpp | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_edittp.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_csstagprovider.cpp (renamed from xfa/fxfa/app/cxfa_csstagprovider.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_csstagprovider.h (renamed from xfa/fxfa/app/cxfa_csstagprovider.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffapp.cpp | 4 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffarc.cpp (renamed from xfa/fxfa/app/cxfa_ffarc.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffarc.h (renamed from xfa/fxfa/app/cxfa_ffarc.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffbarcode.cpp (renamed from xfa/fxfa/app/cxfa_ffbarcode.cpp) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffbarcode.h (renamed from xfa/fxfa/app/cxfa_ffbarcode.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffbarcode_unittest.cpp (renamed from xfa/fxfa/app/cxfa_ffbarcode_unittest.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffcheckbutton.cpp (renamed from xfa/fxfa/app/cxfa_ffcheckbutton.cpp) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffcheckbutton.h (renamed from xfa/fxfa/app/cxfa_ffcheckbutton.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffcombobox.cpp (renamed from xfa/fxfa/app/cxfa_ffcombobox.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffcombobox.h (renamed from xfa/fxfa/app/cxfa_ffcombobox.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffdatetimeedit.cpp (renamed from xfa/fxfa/app/cxfa_ffdatetimeedit.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffdatetimeedit.h (renamed from xfa/fxfa/app/cxfa_ffdatetimeedit.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffdoc.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffdocview.cpp | 26 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffdraw.cpp (renamed from xfa/fxfa/app/cxfa_ffdraw.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffdraw.h (renamed from xfa/fxfa/app/cxfa_ffdraw.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffexclgroup.cpp (renamed from xfa/fxfa/app/cxfa_ffexclgroup.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffexclgroup.h (renamed from xfa/fxfa/app/cxfa_ffexclgroup.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fffield.cpp (renamed from xfa/fxfa/app/cxfa_fffield.cpp) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fffield.h (renamed from xfa/fxfa/app/cxfa_fffield.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffimage.cpp (renamed from xfa/fxfa/app/cxfa_ffimage.cpp) | 4 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffimage.h (renamed from xfa/fxfa/app/cxfa_ffimage.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffimageedit.cpp (renamed from xfa/fxfa/app/cxfa_ffimageedit.cpp) | 4 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffimageedit.h (renamed from xfa/fxfa/app/cxfa_ffimageedit.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffline.cpp (renamed from xfa/fxfa/app/cxfa_ffline.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffline.h (renamed from xfa/fxfa/app/cxfa_ffline.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fflistbox.cpp (renamed from xfa/fxfa/app/cxfa_fflistbox.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fflistbox.h (renamed from xfa/fxfa/app/cxfa_fflistbox.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffnotify.cpp (renamed from xfa/fxfa/app/cxfa_ffnotify.cpp) | 46 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffnotify.h (renamed from xfa/fxfa/app/cxfa_ffnotify.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffnumericedit.cpp (renamed from xfa/fxfa/app/cxfa_ffnumericedit.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffnumericedit.h (renamed from xfa/fxfa/app/cxfa_ffnumericedit.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffpageview.cpp | 10 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffpasswordedit.cpp (renamed from xfa/fxfa/app/cxfa_ffpasswordedit.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffpasswordedit.h (renamed from xfa/fxfa/app/cxfa_ffpasswordedit.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffpushbutton.cpp (renamed from xfa/fxfa/app/cxfa_ffpushbutton.cpp) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffpushbutton.h (renamed from xfa/fxfa/app/cxfa_ffpushbutton.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffrectangle.cpp (renamed from xfa/fxfa/app/cxfa_ffrectangle.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffrectangle.h (renamed from xfa/fxfa/app/cxfa_ffrectangle.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffsignature.cpp (renamed from xfa/fxfa/app/cxfa_ffsignature.cpp) | 4 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffsignature.h (renamed from xfa/fxfa/app/cxfa_ffsignature.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffsubform.cpp (renamed from xfa/fxfa/app/cxfa_ffsubform.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffsubform.h (renamed from xfa/fxfa/app/cxfa_ffsubform.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fftext.cpp (renamed from xfa/fxfa/app/cxfa_fftext.cpp) | 12 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fftext.h (renamed from xfa/fxfa/app/cxfa_fftext.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fftextedit.cpp (renamed from xfa/fxfa/app/cxfa_fftextedit.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fftextedit.h (renamed from xfa/fxfa/app/cxfa_fftextedit.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffwidget.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_ffwidgethandler.cpp | 4 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp (renamed from xfa/fxfa/app/cxfa_fwladapterwidgetmgr.cpp) | 4 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fwladapterwidgetmgr.h (renamed from xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fwltheme.cpp (renamed from xfa/fxfa/app/cxfa_fwltheme.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_fwltheme.h (renamed from xfa/fxfa/app/cxfa_fwltheme.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_linkuserdata.cpp (renamed from xfa/fxfa/app/cxfa_linkuserdata.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_linkuserdata.h (renamed from xfa/fxfa/app/cxfa_linkuserdata.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_loadercontext.cpp (renamed from xfa/fxfa/app/cxfa_loadercontext.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_loadercontext.h (renamed from xfa/fxfa/app/cxfa_loadercontext.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_pieceline.cpp (renamed from xfa/fxfa/app/cxfa_pieceline.cpp) | 4 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_pieceline.h (renamed from xfa/fxfa/app/cxfa_pieceline.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textlayout.cpp (renamed from xfa/fxfa/app/cxfa_textlayout.cpp) | 18 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textlayout.h (renamed from xfa/fxfa/app/cxfa_textlayout.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textparsecontext.cpp (renamed from xfa/fxfa/app/cxfa_textparsecontext.cpp) | 5 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textparsecontext.h (renamed from xfa/fxfa/app/cxfa_textparsecontext.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textparser.cpp (renamed from xfa/fxfa/app/cxfa_textparser.cpp) | 10 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textparser.h (renamed from xfa/fxfa/app/cxfa_textparser.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textparser_unittest.cpp (renamed from xfa/fxfa/app/cxfa_textparser_unittest.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textpiece.cpp (renamed from xfa/fxfa/app/cxfa_textpiece.cpp) | 4 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textpiece.h (renamed from xfa/fxfa/app/cxfa_textpiece.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textprovider.cpp (renamed from xfa/fxfa/app/cxfa_textprovider.cpp) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textprovider.h (renamed from xfa/fxfa/app/cxfa_textprovider.h) | 8 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_texttabstopscontext.cpp (renamed from xfa/fxfa/app/cxfa_texttabstopscontext.cpp) | 2 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_texttabstopscontext.h (renamed from xfa/fxfa/app/cxfa_texttabstopscontext.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textuserdata.cpp (renamed from xfa/fxfa/app/cxfa_textuserdata.cpp) | 4 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_textuserdata.h (renamed from xfa/fxfa/app/cxfa_textuserdata.h) | 6 | ||||
-rw-r--r-- | xfa/fxfa/cxfa_widgetacc.cpp | 4 | ||||
-rw-r--r-- | xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cscript_eventpseudomodel.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cscript_hostpseudomodel.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cscript_layoutpseudomodel.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cscript_signaturepseudomodel.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cxfa_document.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cxfa_itemlayoutprocessor.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cxfa_layoutitem.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cxfa_layoutpagemgr.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cxfa_node.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cxfa_object.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cxfa_scriptcontext.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/cxfa_widgetdata.cpp | 2 |
96 files changed, 260 insertions, 261 deletions
diff --git a/xfa/fde/css/cfde_cssstyleselector.cpp b/xfa/fde/css/cfde_cssstyleselector.cpp index 2fe306faec..2213feb2be 100644 --- a/xfa/fde/css/cfde_cssstyleselector.cpp +++ b/xfa/fde/css/cfde_cssstyleselector.cpp @@ -21,7 +21,7 @@ #include "xfa/fde/css/cfde_cssstylesheet.h" #include "xfa/fde/css/cfde_csssyntaxparser.h" #include "xfa/fde/css/cfde_cssvaluelist.h" -#include "xfa/fxfa/app/cxfa_csstagprovider.h" +#include "xfa/fxfa/cxfa_csstagprovider.h" CFDE_CSSStyleSelector::CFDE_CSSStyleSelector(CFGAS_FontMgr* pFontMgr) : m_pFontMgr(pFontMgr), m_fDefFontSize(12.0f) {} diff --git a/xfa/fgas/layout/cfx_breakpiece.h b/xfa/fgas/layout/cfx_breakpiece.h index 807b5f769f..668245f3c0 100644 --- a/xfa/fgas/layout/cfx_breakpiece.h +++ b/xfa/fgas/layout/cfx_breakpiece.h @@ -13,7 +13,7 @@ #include "core/fxcrt/cfx_retain_ptr.h" #include "core/fxcrt/cfx_unowned_ptr.h" #include "core/fxcrt/fx_string.h" -#include "xfa/fxfa/app/cxfa_textuserdata.h" +#include "xfa/fxfa/cxfa_textuserdata.h" class CFX_BreakPiece { public: diff --git a/xfa/fgas/layout/cfx_rtfbreak.h b/xfa/fgas/layout/cfx_rtfbreak.h index f900dcbe8a..bc5ab4a739 100644 --- a/xfa/fgas/layout/cfx_rtfbreak.h +++ b/xfa/fgas/layout/cfx_rtfbreak.h @@ -16,7 +16,7 @@ #include "core/fxcrt/fx_ucd.h" #include "core/fxge/cfx_renderdevice.h" #include "xfa/fgas/layout/cfx_break.h" -#include "xfa/fxfa/app/cxfa_textuserdata.h" +#include "xfa/fxfa/cxfa_textuserdata.h" class CFGAS_GEFont; diff --git a/xfa/fwl/cfwl_app.cpp b/xfa/fwl/cfwl_app.cpp index e762125ba8..58ca93de61 100644 --- a/xfa/fwl/cfwl_app.cpp +++ b/xfa/fwl/cfwl_app.cpp @@ -10,7 +10,7 @@ #include "xfa/fwl/cfwl_notedriver.h" #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/cfwl_widgetmgr.h" -#include "xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h" +#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h" CFWL_App::CFWL_App(CXFA_FFApp* pAdapter) : m_pAdapterNative(pAdapter), diff --git a/xfa/fwl/cfwl_widgetmgr.cpp b/xfa/fwl/cfwl_widgetmgr.cpp index eb98f2ee81..d5b496a04b 100644 --- a/xfa/fwl/cfwl_widgetmgr.cpp +++ b/xfa/fwl/cfwl_widgetmgr.cpp @@ -12,8 +12,8 @@ #include "xfa/fwl/cfwl_app.h" #include "xfa/fwl/cfwl_form.h" #include "xfa/fwl/cfwl_notedriver.h" -#include "xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h" #include "xfa/fxfa/cxfa_ffapp.h" +#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h" namespace { diff --git a/xfa/fwl/theme/cfwl_edittp.cpp b/xfa/fwl/theme/cfwl_edittp.cpp index b04136ba23..19486fef16 100644 --- a/xfa/fwl/theme/cfwl_edittp.cpp +++ b/xfa/fwl/theme/cfwl_edittp.cpp @@ -9,8 +9,8 @@ #include "xfa/fwl/cfwl_edit.h" #include "xfa/fwl/cfwl_themebackground.h" #include "xfa/fwl/cfwl_widget.h" -#include "xfa/fxfa/app/cxfa_fwltheme.h" #include "xfa/fxfa/cxfa_ffwidget.h" +#include "xfa/fxfa/cxfa_fwltheme.h" #include "xfa/fxgraphics/cxfa_color.h" #include "xfa/fxgraphics/cxfa_path.h" diff --git a/xfa/fxfa/app/cxfa_csstagprovider.cpp b/xfa/fxfa/cxfa_csstagprovider.cpp index ef5133e104..98d00d4807 100644 --- a/xfa/fxfa/app/cxfa_csstagprovider.cpp +++ b/xfa/fxfa/cxfa_csstagprovider.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_csstagprovider.h" +#include "xfa/fxfa/cxfa_csstagprovider.h" CXFA_CSSTagProvider::CXFA_CSSTagProvider() : m_bTagAvailable(false), m_bContent(false) {} diff --git a/xfa/fxfa/app/cxfa_csstagprovider.h b/xfa/fxfa/cxfa_csstagprovider.h index f5db867390..058740b732 100644 --- a/xfa/fxfa/app/cxfa_csstagprovider.h +++ b/xfa/fxfa/cxfa_csstagprovider.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_CSSTAGPROVIDER_H_ -#define XFA_FXFA_APP_CXFA_CSSTAGPROVIDER_H_ +#ifndef XFA_FXFA_CXFA_CSSTAGPROVIDER_H_ +#define XFA_FXFA_CXFA_CSSTAGPROVIDER_H_ #include <map> @@ -36,4 +36,4 @@ class CXFA_CSSTagProvider { std::map<CFX_WideString, CFX_WideString> m_Attributes; }; -#endif // XFA_FXFA_APP_CXFA_CSSTAGPROVIDER_H_ +#endif // XFA_FXFA_CXFA_CSSTAGPROVIDER_H_ diff --git a/xfa/fxfa/cxfa_ffapp.cpp b/xfa/fxfa/cxfa_ffapp.cpp index cb308f2c46..b766cdc40f 100644 --- a/xfa/fxfa/cxfa_ffapp.cpp +++ b/xfa/fxfa/cxfa_ffapp.cpp @@ -16,12 +16,12 @@ #include "xfa/fgas/font/cfgas_fontmgr.h" #include "xfa/fwl/cfwl_notedriver.h" #include "xfa/fwl/cfwl_widgetmgr.h" -#include "xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h" -#include "xfa/fxfa/app/cxfa_fwltheme.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffdochandler.h" #include "xfa/fxfa/cxfa_ffwidgethandler.h" #include "xfa/fxfa/cxfa_fontmgr.h" +#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h" +#include "xfa/fxfa/cxfa_fwltheme.h" CXFA_FFApp::CXFA_FFApp(IXFA_AppProvider* pProvider) : m_pProvider(pProvider) { // Ensure fully initialized before making an app based on |this|. diff --git a/xfa/fxfa/app/cxfa_ffarc.cpp b/xfa/fxfa/cxfa_ffarc.cpp index 1a12fb5f23..6c2fa4e2cc 100644 --- a/xfa/fxfa/app/cxfa_ffarc.cpp +++ b/xfa/fxfa/cxfa_ffarc.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffarc.h" +#include "xfa/fxfa/cxfa_ffarc.h" CXFA_FFArc::CXFA_FFArc(CXFA_WidgetAcc* pDataAcc) : CXFA_FFDraw(pDataAcc) {} diff --git a/xfa/fxfa/app/cxfa_ffarc.h b/xfa/fxfa/cxfa_ffarc.h index f1bc82f1d2..7d8aabcaaf 100644 --- a/xfa/fxfa/app/cxfa_ffarc.h +++ b/xfa/fxfa/cxfa_ffarc.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFARC_H_ -#define XFA_FXFA_APP_CXFA_FFARC_H_ +#ifndef XFA_FXFA_CXFA_FFARC_H_ +#define XFA_FXFA_CXFA_FFARC_H_ -#include "xfa/fxfa/app/cxfa_ffdraw.h" +#include "xfa/fxfa/cxfa_ffdraw.h" class CXFA_FFArc : public CXFA_FFDraw { public: @@ -20,4 +20,4 @@ class CXFA_FFArc : public CXFA_FFDraw { uint32_t dwStatus) override; }; -#endif // XFA_FXFA_APP_CXFA_FFARC_H_ +#endif // XFA_FXFA_CXFA_FFARC_H_ diff --git a/xfa/fxfa/app/cxfa_ffbarcode.cpp b/xfa/fxfa/cxfa_ffbarcode.cpp index 7bbb60dd77..eff9cec603 100644 --- a/xfa/fxfa/app/cxfa_ffbarcode.cpp +++ b/xfa/fxfa/cxfa_ffbarcode.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffbarcode.h" +#include "xfa/fxfa/cxfa_ffbarcode.h" #include <utility> @@ -13,10 +13,10 @@ #include "xfa/fwl/cfwl_app.h" #include "xfa/fwl/cfwl_barcode.h" #include "xfa/fwl/cfwl_notedriver.h" -#include "xfa/fxfa/app/cxfa_fffield.h" -#include "xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h" +#include "xfa/fxfa/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" +#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h" namespace { diff --git a/xfa/fxfa/app/cxfa_ffbarcode.h b/xfa/fxfa/cxfa_ffbarcode.h index 782aec39a1..c9b36b3bde 100644 --- a/xfa/fxfa/app/cxfa_ffbarcode.h +++ b/xfa/fxfa/cxfa_ffbarcode.h @@ -4,12 +4,12 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFBARCODE_H_ -#define XFA_FXFA_APP_CXFA_FFBARCODE_H_ +#ifndef XFA_FXFA_CXFA_FFBARCODE_H_ +#define XFA_FXFA_CXFA_FFBARCODE_H_ #include "fxbarcode/BC_Library.h" -#include "xfa/fxfa/app/cxfa_fftextedit.h" #include "xfa/fxfa/cxfa_ffpageview.h" +#include "xfa/fxfa/cxfa_fftextedit.h" enum class BarcodeType { aztec, @@ -100,4 +100,4 @@ class CXFA_FFBarcode : public CXFA_FFTextEdit { bool OnRButtonDown(uint32_t dwFlags, const CFX_PointF& point) override; }; -#endif // XFA_FXFA_APP_CXFA_FFBARCODE_H_ +#endif // XFA_FXFA_CXFA_FFBARCODE_H_ diff --git a/xfa/fxfa/app/cxfa_ffbarcode_unittest.cpp b/xfa/fxfa/cxfa_ffbarcode_unittest.cpp index 65e44ade53..455b5a6ac0 100644 --- a/xfa/fxfa/app/cxfa_ffbarcode_unittest.cpp +++ b/xfa/fxfa/cxfa_ffbarcode_unittest.cpp @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "xfa/fxfa/app/cxfa_ffbarcode.h" +#include "xfa/fxfa/cxfa_ffbarcode.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/base/ptr_util.h" diff --git a/xfa/fxfa/app/cxfa_ffcheckbutton.cpp b/xfa/fxfa/cxfa_ffcheckbutton.cpp index c3fd6b9157..c1dae57df8 100644 --- a/xfa/fxfa/app/cxfa_ffcheckbutton.cpp +++ b/xfa/fxfa/cxfa_ffcheckbutton.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffcheckbutton.h" +#include "xfa/fxfa/cxfa_ffcheckbutton.h" #include <utility> #include "third_party/base/ptr_util.h" @@ -12,11 +12,11 @@ #include "xfa/fwl/cfwl_messagemouse.h" #include "xfa/fwl/cfwl_notedriver.h" #include "xfa/fwl/cfwl_widgetmgr.h" -#include "xfa/fxfa/app/cxfa_ffexclgroup.h" -#include "xfa/fxfa/app/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffdocview.h" +#include "xfa/fxfa/cxfa_ffexclgroup.h" +#include "xfa/fxfa/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" diff --git a/xfa/fxfa/app/cxfa_ffcheckbutton.h b/xfa/fxfa/cxfa_ffcheckbutton.h index f092abbcf8..d6fd09d2c9 100644 --- a/xfa/fxfa/app/cxfa_ffcheckbutton.h +++ b/xfa/fxfa/cxfa_ffcheckbutton.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFCHECKBUTTON_H_ -#define XFA_FXFA_APP_CXFA_FFCHECKBUTTON_H_ +#ifndef XFA_FXFA_CXFA_FFCHECKBUTTON_H_ +#define XFA_FXFA_CXFA_FFCHECKBUTTON_H_ -#include "xfa/fxfa/app/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffpageview.h" class CXFA_FFCheckButton : public CXFA_FFField { @@ -43,4 +43,4 @@ class CXFA_FFCheckButton : public CXFA_FFField { CFX_RectF m_rtCheckBox; }; -#endif // XFA_FXFA_APP_CXFA_FFCHECKBUTTON_H_ +#endif // XFA_FXFA_CXFA_FFCHECKBUTTON_H_ diff --git a/xfa/fxfa/app/cxfa_ffcombobox.cpp b/xfa/fxfa/cxfa_ffcombobox.cpp index c317c1d90f..e256616521 100644 --- a/xfa/fxfa/app/cxfa_ffcombobox.cpp +++ b/xfa/fxfa/cxfa_ffcombobox.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffcombobox.h" +#include "xfa/fxfa/cxfa_ffcombobox.h" #include <utility> #include <vector> diff --git a/xfa/fxfa/app/cxfa_ffcombobox.h b/xfa/fxfa/cxfa_ffcombobox.h index de239b624a..6c93646195 100644 --- a/xfa/fxfa/app/cxfa_ffcombobox.h +++ b/xfa/fxfa/cxfa_ffcombobox.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFCOMBOBOX_H_ -#define XFA_FXFA_APP_CXFA_FFCOMBOBOX_H_ +#ifndef XFA_FXFA_CXFA_FFCOMBOBOX_H_ +#define XFA_FXFA_CXFA_FFCOMBOBOX_H_ -#include "xfa/fxfa/app/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_fffield.h" class CXFA_FFComboBox : public CXFA_FFField { public: @@ -66,4 +66,4 @@ class CXFA_FFComboBox : public CXFA_FFField { IFWL_WidgetDelegate* m_pOldDelegate; }; -#endif // XFA_FXFA_APP_CXFA_FFCOMBOBOX_H_ +#endif // XFA_FXFA_CXFA_FFCOMBOBOX_H_ diff --git a/xfa/fxfa/app/cxfa_ffdatetimeedit.cpp b/xfa/fxfa/cxfa_ffdatetimeedit.cpp index 10a7b189f6..b47175aa84 100644 --- a/xfa/fxfa/app/cxfa_ffdatetimeedit.cpp +++ b/xfa/fxfa/cxfa_ffdatetimeedit.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffdatetimeedit.h" +#include "xfa/fxfa/cxfa_ffdatetimeedit.h" #include <utility> diff --git a/xfa/fxfa/app/cxfa_ffdatetimeedit.h b/xfa/fxfa/cxfa_ffdatetimeedit.h index c62f657fab..8b95164214 100644 --- a/xfa/fxfa/app/cxfa_ffdatetimeedit.h +++ b/xfa/fxfa/cxfa_ffdatetimeedit.h @@ -4,11 +4,11 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFDATETIMEEDIT_H_ -#define XFA_FXFA_APP_CXFA_FFDATETIMEEDIT_H_ +#ifndef XFA_FXFA_CXFA_FFDATETIMEEDIT_H_ +#define XFA_FXFA_CXFA_FFDATETIMEEDIT_H_ #include "core/fxcrt/fx_coordinates.h" -#include "xfa/fxfa/app/cxfa_fftextedit.h" +#include "xfa/fxfa/cxfa_fftextedit.h" enum XFA_DATETIMETYPE { XFA_DATETIMETYPE_Date = 0, @@ -44,4 +44,4 @@ class CXFA_FFDateTimeEdit : public CXFA_FFTextEdit { uint32_t GetAlignment(); }; -#endif // XFA_FXFA_APP_CXFA_FFDATETIMEEDIT_H_ +#endif // XFA_FXFA_CXFA_FFDATETIMEEDIT_H_ diff --git a/xfa/fxfa/cxfa_ffdoc.cpp b/xfa/fxfa/cxfa_ffdoc.cpp index 326fc7f228..3ed0ea0455 100644 --- a/xfa/fxfa/cxfa_ffdoc.cpp +++ b/xfa/fxfa/cxfa_ffdoc.cpp @@ -22,9 +22,9 @@ #include "core/fxcrt/xml/cfx_xmlnode.h" #include "third_party/base/ptr_util.h" #include "xfa/fwl/cfwl_notedriver.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdocview.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/cxfa_ffwidget.h" #include "xfa/fxfa/cxfa_fileread.h" #include "xfa/fxfa/cxfa_fontmgr.h" diff --git a/xfa/fxfa/cxfa_ffdocview.cpp b/xfa/fxfa/cxfa_ffdocview.cpp index 03a692be83..8d1ec2338a 100644 --- a/xfa/fxfa/cxfa_ffdocview.cpp +++ b/xfa/fxfa/cxfa_ffdocview.cpp @@ -9,24 +9,24 @@ #include "core/fxcrt/fx_extension.h" #include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" -#include "xfa/fxfa/app/cxfa_ffbarcode.h" -#include "xfa/fxfa/app/cxfa_ffcheckbutton.h" -#include "xfa/fxfa/app/cxfa_ffdraw.h" -#include "xfa/fxfa/app/cxfa_ffexclgroup.h" -#include "xfa/fxfa/app/cxfa_fffield.h" -#include "xfa/fxfa/app/cxfa_ffimage.h" -#include "xfa/fxfa/app/cxfa_ffimageedit.h" -#include "xfa/fxfa/app/cxfa_ffpushbutton.h" -#include "xfa/fxfa/app/cxfa_ffsignature.h" -#include "xfa/fxfa/app/cxfa_ffsubform.h" -#include "xfa/fxfa/app/cxfa_fftext.h" -#include "xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h" -#include "xfa/fxfa/app/cxfa_textprovider.h" #include "xfa/fxfa/cxfa_ffapp.h" +#include "xfa/fxfa/cxfa_ffbarcode.h" +#include "xfa/fxfa/cxfa_ffcheckbutton.h" #include "xfa/fxfa/cxfa_ffdoc.h" +#include "xfa/fxfa/cxfa_ffdraw.h" +#include "xfa/fxfa/cxfa_ffexclgroup.h" +#include "xfa/fxfa/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_ffimage.h" +#include "xfa/fxfa/cxfa_ffimageedit.h" #include "xfa/fxfa/cxfa_ffpageview.h" +#include "xfa/fxfa/cxfa_ffpushbutton.h" +#include "xfa/fxfa/cxfa_ffsignature.h" +#include "xfa/fxfa/cxfa_ffsubform.h" +#include "xfa/fxfa/cxfa_fftext.h" #include "xfa/fxfa/cxfa_ffwidget.h" #include "xfa/fxfa/cxfa_ffwidgethandler.h" +#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h" +#include "xfa/fxfa/cxfa_textprovider.h" #include "xfa/fxfa/cxfa_widgetacciterator.h" #include "xfa/fxfa/parser/cxfa_binditems.h" #include "xfa/fxfa/parser/cxfa_layoutprocessor.h" diff --git a/xfa/fxfa/app/cxfa_ffdraw.cpp b/xfa/fxfa/cxfa_ffdraw.cpp index 5736e77352..920073352a 100644 --- a/xfa/fxfa/app/cxfa_ffdraw.cpp +++ b/xfa/fxfa/cxfa_ffdraw.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffdraw.h" +#include "xfa/fxfa/cxfa_ffdraw.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdoc.h" diff --git a/xfa/fxfa/app/cxfa_ffdraw.h b/xfa/fxfa/cxfa_ffdraw.h index 2a65ad0a78..3ca106ac07 100644 --- a/xfa/fxfa/app/cxfa_ffdraw.h +++ b/xfa/fxfa/cxfa_ffdraw.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFDRAW_H_ -#define XFA_FXFA_APP_CXFA_FFDRAW_H_ +#ifndef XFA_FXFA_CXFA_FFDRAW_H_ +#define XFA_FXFA_CXFA_FFDRAW_H_ #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" @@ -16,4 +16,4 @@ class CXFA_FFDraw : public CXFA_FFWidget { ~CXFA_FFDraw() override; }; -#endif // XFA_FXFA_APP_CXFA_FFDRAW_H_ +#endif // XFA_FXFA_CXFA_FFDRAW_H_ diff --git a/xfa/fxfa/app/cxfa_ffexclgroup.cpp b/xfa/fxfa/cxfa_ffexclgroup.cpp index c881a79468..cf6fafa72e 100644 --- a/xfa/fxfa/app/cxfa_ffexclgroup.cpp +++ b/xfa/fxfa/cxfa_ffexclgroup.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffexclgroup.h" +#include "xfa/fxfa/cxfa_ffexclgroup.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdoc.h" diff --git a/xfa/fxfa/app/cxfa_ffexclgroup.h b/xfa/fxfa/cxfa_ffexclgroup.h index 3575ad38af..a67b24b78d 100644 --- a/xfa/fxfa/app/cxfa_ffexclgroup.h +++ b/xfa/fxfa/cxfa_ffexclgroup.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFEXCLGROUP_H_ -#define XFA_FXFA_APP_CXFA_FFEXCLGROUP_H_ +#ifndef XFA_FXFA_CXFA_FFEXCLGROUP_H_ +#define XFA_FXFA_CXFA_FFEXCLGROUP_H_ #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" @@ -21,4 +21,4 @@ class CXFA_FFExclGroup : public CXFA_FFWidget { uint32_t dwStatus) override; }; -#endif // XFA_FXFA_APP_CXFA_FFEXCLGROUP_H_ +#endif // XFA_FXFA_CXFA_FFEXCLGROUP_H_ diff --git a/xfa/fxfa/app/cxfa_fffield.cpp b/xfa/fxfa/cxfa_fffield.cpp index bf98b99a8e..2826589c90 100644 --- a/xfa/fxfa/app/cxfa_fffield.cpp +++ b/xfa/fxfa/cxfa_fffield.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_fffield.h" #include "xfa/fwl/cfwl_edit.h" #include "xfa/fwl/cfwl_eventmouse.h" @@ -15,13 +15,13 @@ #include "xfa/fwl/cfwl_messagesetfocus.h" #include "xfa/fwl/cfwl_picturebox.h" #include "xfa/fwl/cfwl_widgetmgr.h" -#include "xfa/fxfa/app/cxfa_fwltheme.h" -#include "xfa/fxfa/app/cxfa_textlayout.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffdocview.h" #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" +#include "xfa/fxfa/cxfa_fwltheme.h" +#include "xfa/fxfa/cxfa_textlayout.h" #include "xfa/fxfa/parser/cxfa_node.h" #include "xfa/fxgraphics/cxfa_color.h" #include "xfa/fxgraphics/cxfa_path.h" diff --git a/xfa/fxfa/app/cxfa_fffield.h b/xfa/fxfa/cxfa_fffield.h index d2eba09a62..06f7a2d06b 100644 --- a/xfa/fxfa/app/cxfa_fffield.h +++ b/xfa/fxfa/cxfa_fffield.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFFIELD_H_ -#define XFA_FXFA_APP_CXFA_FFFIELD_H_ +#ifndef XFA_FXFA_CXFA_FFFIELD_H_ +#define XFA_FXFA_CXFA_FFFIELD_H_ #include <memory> @@ -96,4 +96,4 @@ class CXFA_FFField : public CXFA_FFWidget, public IFWL_WidgetDelegate { CFX_RectF m_rtCaption; }; -#endif // XFA_FXFA_APP_CXFA_FFFIELD_H_ +#endif // XFA_FXFA_CXFA_FFFIELD_H_ diff --git a/xfa/fxfa/app/cxfa_ffimage.cpp b/xfa/fxfa/cxfa_ffimage.cpp index cfcc9d6d7d..75f8c3609b 100644 --- a/xfa/fxfa/app/cxfa_ffimage.cpp +++ b/xfa/fxfa/cxfa_ffimage.cpp @@ -4,11 +4,11 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffimage.h" +#include "xfa/fxfa/cxfa_ffimage.h" -#include "xfa/fxfa/app/cxfa_ffdraw.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdoc.h" +#include "xfa/fxfa/cxfa_ffdraw.h" #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" diff --git a/xfa/fxfa/app/cxfa_ffimage.h b/xfa/fxfa/cxfa_ffimage.h index aaa5df4048..e58983fdca 100644 --- a/xfa/fxfa/app/cxfa_ffimage.h +++ b/xfa/fxfa/cxfa_ffimage.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFIMAGE_H_ -#define XFA_FXFA_APP_CXFA_FFIMAGE_H_ +#ifndef XFA_FXFA_CXFA_FFIMAGE_H_ +#define XFA_FXFA_CXFA_FFIMAGE_H_ -#include "xfa/fxfa/app/cxfa_ffdraw.h" +#include "xfa/fxfa/cxfa_ffdraw.h" class CXFA_FFImage : public CXFA_FFDraw { public: @@ -23,4 +23,4 @@ class CXFA_FFImage : public CXFA_FFDraw { void UnloadWidget() override; }; -#endif // XFA_FXFA_APP_CXFA_FFIMAGE_H_ +#endif // XFA_FXFA_CXFA_FFIMAGE_H_ diff --git a/xfa/fxfa/app/cxfa_ffimageedit.cpp b/xfa/fxfa/cxfa_ffimageedit.cpp index 4019dd11d8..02eeb98d84 100644 --- a/xfa/fxfa/app/cxfa_ffimageedit.cpp +++ b/xfa/fxfa/cxfa_ffimageedit.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffimageedit.h" +#include "xfa/fxfa/cxfa_ffimageedit.h" #include <utility> @@ -13,9 +13,9 @@ #include "xfa/fwl/cfwl_messagemouse.h" #include "xfa/fwl/cfwl_notedriver.h" #include "xfa/fwl/cfwl_picturebox.h" -#include "xfa/fxfa/app/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffdocview.h" +#include "xfa/fxfa/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" diff --git a/xfa/fxfa/app/cxfa_ffimageedit.h b/xfa/fxfa/cxfa_ffimageedit.h index c81af5eb08..2d0a649775 100644 --- a/xfa/fxfa/app/cxfa_ffimageedit.h +++ b/xfa/fxfa/cxfa_ffimageedit.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFIMAGEEDIT_H_ -#define XFA_FXFA_APP_CXFA_FFIMAGEEDIT_H_ +#ifndef XFA_FXFA_CXFA_FFIMAGEEDIT_H_ +#define XFA_FXFA_CXFA_FFIMAGEEDIT_H_ -#include "xfa/fxfa/app/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_fffield.h" class CXFA_FFImageEdit : public CXFA_FFField { public: @@ -34,4 +34,4 @@ class CXFA_FFImageEdit : public CXFA_FFField { IFWL_WidgetDelegate* m_pOldDelegate; }; -#endif // XFA_FXFA_APP_CXFA_FFIMAGEEDIT_H_ +#endif // XFA_FXFA_CXFA_FFIMAGEEDIT_H_ diff --git a/xfa/fxfa/app/cxfa_ffline.cpp b/xfa/fxfa/cxfa_ffline.cpp index 6c028dd340..e371034d79 100644 --- a/xfa/fxfa/app/cxfa_ffline.cpp +++ b/xfa/fxfa/cxfa_ffline.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffline.h" +#include "xfa/fxfa/cxfa_ffline.h" #include "xfa/fxgraphics/cxfa_color.h" #include "xfa/fxgraphics/cxfa_graphics.h" diff --git a/xfa/fxfa/app/cxfa_ffline.h b/xfa/fxfa/cxfa_ffline.h index 7649f5a827..a5c7ee19f6 100644 --- a/xfa/fxfa/app/cxfa_ffline.h +++ b/xfa/fxfa/cxfa_ffline.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFLINE_H_ -#define XFA_FXFA_APP_CXFA_FFLINE_H_ +#ifndef XFA_FXFA_CXFA_FFLINE_H_ +#define XFA_FXFA_CXFA_FFLINE_H_ -#include "xfa/fxfa/app/cxfa_ffdraw.h" +#include "xfa/fxfa/cxfa_ffdraw.h" class CXFA_FFLine : public CXFA_FFDraw { public: @@ -23,4 +23,4 @@ class CXFA_FFLine : public CXFA_FFDraw { void GetRectFromHand(CFX_RectF& rect, int32_t iHand, float fLineWidth); }; -#endif // XFA_FXFA_APP_CXFA_FFLINE_H_ +#endif // XFA_FXFA_CXFA_FFLINE_H_ diff --git a/xfa/fxfa/app/cxfa_fflistbox.cpp b/xfa/fxfa/cxfa_fflistbox.cpp index cc9100b5db..c086953a29 100644 --- a/xfa/fxfa/app/cxfa_fflistbox.cpp +++ b/xfa/fxfa/cxfa_fflistbox.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_fflistbox.h" +#include "xfa/fxfa/cxfa_fflistbox.h" #include <algorithm> #include <utility> diff --git a/xfa/fxfa/app/cxfa_fflistbox.h b/xfa/fxfa/cxfa_fflistbox.h index ac563cc86c..f89df4c529 100644 --- a/xfa/fxfa/app/cxfa_fflistbox.h +++ b/xfa/fxfa/cxfa_fflistbox.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFLISTBOX_H_ -#define XFA_FXFA_APP_CXFA_FFLISTBOX_H_ +#ifndef XFA_FXFA_CXFA_FFLISTBOX_H_ +#define XFA_FXFA_CXFA_FFLISTBOX_H_ -#include "xfa/fxfa/app/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_fffield.h" class CXFA_FFListBox : public CXFA_FFField { public: @@ -37,4 +37,4 @@ class CXFA_FFListBox : public CXFA_FFField { IFWL_WidgetDelegate* m_pOldDelegate; }; -#endif // XFA_FXFA_APP_CXFA_FFLISTBOX_H_ +#endif // XFA_FXFA_CXFA_FFLISTBOX_H_ diff --git a/xfa/fxfa/app/cxfa_ffnotify.cpp b/xfa/fxfa/cxfa_ffnotify.cpp index a660ffff12..27ff31c32e 100644 --- a/xfa/fxfa/app/cxfa_ffnotify.cpp +++ b/xfa/fxfa/cxfa_ffnotify.cpp @@ -4,37 +4,37 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "fxjs/cfxjse_value.h" -#include "xfa/fxfa/app/cxfa_ffarc.h" -#include "xfa/fxfa/app/cxfa_ffbarcode.h" -#include "xfa/fxfa/app/cxfa_ffcheckbutton.h" -#include "xfa/fxfa/app/cxfa_ffcombobox.h" -#include "xfa/fxfa/app/cxfa_ffdatetimeedit.h" -#include "xfa/fxfa/app/cxfa_ffdraw.h" -#include "xfa/fxfa/app/cxfa_ffexclgroup.h" -#include "xfa/fxfa/app/cxfa_fffield.h" -#include "xfa/fxfa/app/cxfa_ffimage.h" -#include "xfa/fxfa/app/cxfa_ffimageedit.h" -#include "xfa/fxfa/app/cxfa_ffline.h" -#include "xfa/fxfa/app/cxfa_fflistbox.h" -#include "xfa/fxfa/app/cxfa_ffnumericedit.h" -#include "xfa/fxfa/app/cxfa_ffpasswordedit.h" -#include "xfa/fxfa/app/cxfa_ffpushbutton.h" -#include "xfa/fxfa/app/cxfa_ffrectangle.h" -#include "xfa/fxfa/app/cxfa_ffsignature.h" -#include "xfa/fxfa/app/cxfa_ffsubform.h" -#include "xfa/fxfa/app/cxfa_fftext.h" -#include "xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h" -#include "xfa/fxfa/app/cxfa_textlayout.h" -#include "xfa/fxfa/app/cxfa_textprovider.h" #include "xfa/fxfa/cxfa_ffapp.h" +#include "xfa/fxfa/cxfa_ffarc.h" +#include "xfa/fxfa/cxfa_ffbarcode.h" +#include "xfa/fxfa/cxfa_ffcheckbutton.h" +#include "xfa/fxfa/cxfa_ffcombobox.h" +#include "xfa/fxfa/cxfa_ffdatetimeedit.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffdocview.h" +#include "xfa/fxfa/cxfa_ffdraw.h" +#include "xfa/fxfa/cxfa_ffexclgroup.h" +#include "xfa/fxfa/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_ffimage.h" +#include "xfa/fxfa/cxfa_ffimageedit.h" +#include "xfa/fxfa/cxfa_ffline.h" +#include "xfa/fxfa/cxfa_fflistbox.h" +#include "xfa/fxfa/cxfa_ffnumericedit.h" #include "xfa/fxfa/cxfa_ffpageview.h" +#include "xfa/fxfa/cxfa_ffpasswordedit.h" +#include "xfa/fxfa/cxfa_ffpushbutton.h" +#include "xfa/fxfa/cxfa_ffrectangle.h" +#include "xfa/fxfa/cxfa_ffsignature.h" +#include "xfa/fxfa/cxfa_ffsubform.h" +#include "xfa/fxfa/cxfa_fftext.h" #include "xfa/fxfa/cxfa_ffwidget.h" #include "xfa/fxfa/cxfa_ffwidgethandler.h" +#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h" +#include "xfa/fxfa/cxfa_textlayout.h" +#include "xfa/fxfa/cxfa_textprovider.h" #include "xfa/fxfa/parser/cxfa_node.h" namespace { diff --git a/xfa/fxfa/app/cxfa_ffnotify.h b/xfa/fxfa/cxfa_ffnotify.h index 935a0c390b..12aca5ede3 100644 --- a/xfa/fxfa/app/cxfa_ffnotify.h +++ b/xfa/fxfa/cxfa_ffnotify.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFNOTIFY_H_ -#define XFA_FXFA_APP_CXFA_FFNOTIFY_H_ +#ifndef XFA_FXFA_CXFA_FFNOTIFY_H_ +#define XFA_FXFA_CXFA_FFNOTIFY_H_ #include "xfa/fxfa/cxfa_eventparam.h" #include "xfa/fxfa/parser/cxfa_document.h" @@ -74,4 +74,4 @@ class CXFA_FFNotify { CFX_UnownedPtr<CXFA_FFDoc> const m_pDoc; }; -#endif // XFA_FXFA_APP_CXFA_FFNOTIFY_H_ +#endif // XFA_FXFA_CXFA_FFNOTIFY_H_ diff --git a/xfa/fxfa/app/cxfa_ffnumericedit.cpp b/xfa/fxfa/cxfa_ffnumericedit.cpp index 09ea524ee4..b397753c7e 100644 --- a/xfa/fxfa/app/cxfa_ffnumericedit.cpp +++ b/xfa/fxfa/cxfa_ffnumericedit.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffnumericedit.h" +#include "xfa/fxfa/cxfa_ffnumericedit.h" #include <utility> diff --git a/xfa/fxfa/app/cxfa_ffnumericedit.h b/xfa/fxfa/cxfa_ffnumericedit.h index 25e2304e87..ece0a49604 100644 --- a/xfa/fxfa/app/cxfa_ffnumericedit.h +++ b/xfa/fxfa/cxfa_ffnumericedit.h @@ -4,11 +4,11 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFNUMERICEDIT_H_ -#define XFA_FXFA_APP_CXFA_FFNUMERICEDIT_H_ +#ifndef XFA_FXFA_CXFA_FFNUMERICEDIT_H_ +#define XFA_FXFA_CXFA_FFNUMERICEDIT_H_ #include "core/fxcrt/fx_string.h" -#include "xfa/fxfa/app/cxfa_fftextedit.h" +#include "xfa/fxfa/cxfa_fftextedit.h" class CFWL_Event; class CFWL_Widget; @@ -28,4 +28,4 @@ class CXFA_FFNumericEdit : public CXFA_FFTextEdit { bool OnValidate(CFWL_Widget* pWidget, CFX_WideString& wsText); }; -#endif // XFA_FXFA_APP_CXFA_FFNUMERICEDIT_H_ +#endif // XFA_FXFA_CXFA_FFNUMERICEDIT_H_ diff --git a/xfa/fxfa/cxfa_ffpageview.cpp b/xfa/fxfa/cxfa_ffpageview.cpp index 841318672f..9ba4432352 100644 --- a/xfa/fxfa/cxfa_ffpageview.cpp +++ b/xfa/fxfa/cxfa_ffpageview.cpp @@ -13,14 +13,14 @@ #include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" #include "xfa/fde/cfde_rendercontext.h" -#include "xfa/fxfa/app/cxfa_ffcheckbutton.h" -#include "xfa/fxfa/app/cxfa_fffield.h" -#include "xfa/fxfa/app/cxfa_ffimageedit.h" -#include "xfa/fxfa/app/cxfa_ffpushbutton.h" -#include "xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h" +#include "xfa/fxfa/cxfa_ffcheckbutton.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffdocview.h" +#include "xfa/fxfa/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_ffimageedit.h" +#include "xfa/fxfa/cxfa_ffpushbutton.h" #include "xfa/fxfa/cxfa_ffwidget.h" +#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h" #include "xfa/fxfa/parser/cxfa_node.h" namespace { diff --git a/xfa/fxfa/app/cxfa_ffpasswordedit.cpp b/xfa/fxfa/cxfa_ffpasswordedit.cpp index 1b404fa046..e0d9f33428 100644 --- a/xfa/fxfa/app/cxfa_ffpasswordedit.cpp +++ b/xfa/fxfa/cxfa_ffpasswordedit.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffpasswordedit.h" +#include "xfa/fxfa/cxfa_ffpasswordedit.h" #include <utility> diff --git a/xfa/fxfa/app/cxfa_ffpasswordedit.h b/xfa/fxfa/cxfa_ffpasswordedit.h index 5d292d4df3..7ff3600216 100644 --- a/xfa/fxfa/app/cxfa_ffpasswordedit.h +++ b/xfa/fxfa/cxfa_ffpasswordedit.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFPASSWORDEDIT_H_ -#define XFA_FXFA_APP_CXFA_FFPASSWORDEDIT_H_ +#ifndef XFA_FXFA_CXFA_FFPASSWORDEDIT_H_ +#define XFA_FXFA_CXFA_FFPASSWORDEDIT_H_ -#include "xfa/fxfa/app/cxfa_fftextedit.h" +#include "xfa/fxfa/cxfa_fftextedit.h" class CXFA_WidgetAcc; @@ -21,4 +21,4 @@ class CXFA_FFPasswordEdit : public CXFA_FFTextEdit { void UpdateWidgetProperty() override; }; -#endif // XFA_FXFA_APP_CXFA_FFPASSWORDEDIT_H_ +#endif // XFA_FXFA_CXFA_FFPASSWORDEDIT_H_ diff --git a/xfa/fxfa/app/cxfa_ffpushbutton.cpp b/xfa/fxfa/cxfa_ffpushbutton.cpp index 44ec0d42d0..a0594c7853 100644 --- a/xfa/fxfa/app/cxfa_ffpushbutton.cpp +++ b/xfa/fxfa/cxfa_ffpushbutton.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffpushbutton.h" +#include "xfa/fxfa/cxfa_ffpushbutton.h" #include <utility> @@ -12,12 +12,12 @@ #include "xfa/fwl/cfwl_notedriver.h" #include "xfa/fwl/cfwl_pushbutton.h" #include "xfa/fwl/cfwl_widgetmgr.h" -#include "xfa/fxfa/app/cxfa_fffield.h" -#include "xfa/fxfa/app/cxfa_textlayout.h" -#include "xfa/fxfa/app/cxfa_textprovider.h" #include "xfa/fxfa/cxfa_ffapp.h" +#include "xfa/fxfa/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" +#include "xfa/fxfa/cxfa_textlayout.h" +#include "xfa/fxfa/cxfa_textprovider.h" #include "xfa/fxgraphics/cxfa_color.h" #include "xfa/fxgraphics/cxfa_path.h" diff --git a/xfa/fxfa/app/cxfa_ffpushbutton.h b/xfa/fxfa/cxfa_ffpushbutton.h index e64ef706f3..e8b8909bb2 100644 --- a/xfa/fxfa/app/cxfa_ffpushbutton.h +++ b/xfa/fxfa/cxfa_ffpushbutton.h @@ -4,12 +4,12 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFPUSHBUTTON_H_ -#define XFA_FXFA_APP_CXFA_FFPUSHBUTTON_H_ +#ifndef XFA_FXFA_CXFA_FFPUSHBUTTON_H_ +#define XFA_FXFA_CXFA_FFPUSHBUTTON_H_ #include <memory> -#include "xfa/fxfa/app/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_fffield.h" #define XFA_FWL_PSBSTYLEEXT_HiliteNone (0L << 0) #define XFA_FWL_PSBSTYLEEXT_HiliteInverted (1L << 0) @@ -51,4 +51,4 @@ class CXFA_FFPushButton : public CXFA_FFField { IFWL_WidgetDelegate* m_pOldDelegate; }; -#endif // XFA_FXFA_APP_CXFA_FFPUSHBUTTON_H_ +#endif // XFA_FXFA_CXFA_FFPUSHBUTTON_H_ diff --git a/xfa/fxfa/app/cxfa_ffrectangle.cpp b/xfa/fxfa/cxfa_ffrectangle.cpp index 89ae129cb1..670ad2b98f 100644 --- a/xfa/fxfa/app/cxfa_ffrectangle.cpp +++ b/xfa/fxfa/cxfa_ffrectangle.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffrectangle.h" +#include "xfa/fxfa/cxfa_ffrectangle.h" CXFA_FFRectangle::CXFA_FFRectangle(CXFA_WidgetAcc* pDataAcc) : CXFA_FFDraw(pDataAcc) {} diff --git a/xfa/fxfa/app/cxfa_ffrectangle.h b/xfa/fxfa/cxfa_ffrectangle.h index 2ddb35dade..bec5d080a0 100644 --- a/xfa/fxfa/app/cxfa_ffrectangle.h +++ b/xfa/fxfa/cxfa_ffrectangle.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFRECTANGLE_H_ -#define XFA_FXFA_APP_CXFA_FFRECTANGLE_H_ +#ifndef XFA_FXFA_CXFA_FFRECTANGLE_H_ +#define XFA_FXFA_CXFA_FFRECTANGLE_H_ -#include "xfa/fxfa/app/cxfa_ffdraw.h" +#include "xfa/fxfa/cxfa_ffdraw.h" class CXFA_FFRectangle : public CXFA_FFDraw { public: @@ -20,4 +20,4 @@ class CXFA_FFRectangle : public CXFA_FFDraw { uint32_t dwStatus) override; }; -#endif // XFA_FXFA_APP_CXFA_FFRECTANGLE_H_ +#endif // XFA_FXFA_CXFA_FFRECTANGLE_H_ diff --git a/xfa/fxfa/app/cxfa_ffsignature.cpp b/xfa/fxfa/cxfa_ffsignature.cpp index 0afe5cc86a..96de0a69b0 100644 --- a/xfa/fxfa/app/cxfa_ffsignature.cpp +++ b/xfa/fxfa/cxfa_ffsignature.cpp @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffsignature.h" +#include "xfa/fxfa/cxfa_ffsignature.h" -#include "xfa/fxfa/app/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffdoc.h" +#include "xfa/fxfa/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" diff --git a/xfa/fxfa/app/cxfa_ffsignature.h b/xfa/fxfa/cxfa_ffsignature.h index 8d2a33e21a..b4b9f8e5b9 100644 --- a/xfa/fxfa/app/cxfa_ffsignature.h +++ b/xfa/fxfa/cxfa_ffsignature.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFSIGNATURE_H_ -#define XFA_FXFA_APP_CXFA_FFSIGNATURE_H_ +#ifndef XFA_FXFA_CXFA_FFSIGNATURE_H_ +#define XFA_FXFA_CXFA_FFSIGNATURE_H_ -#include "xfa/fxfa/app/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_fffield.h" class CXFA_FFSignature final : public CXFA_FFField { public: @@ -39,4 +39,4 @@ class CXFA_FFSignature final : public CXFA_FFField { bool OnSetCursor(const CFX_PointF& point) override; }; -#endif // XFA_FXFA_APP_CXFA_FFSIGNATURE_H_ +#endif // XFA_FXFA_CXFA_FFSIGNATURE_H_ diff --git a/xfa/fxfa/app/cxfa_ffsubform.cpp b/xfa/fxfa/cxfa_ffsubform.cpp index 80a7782917..9345e66dd7 100644 --- a/xfa/fxfa/app/cxfa_ffsubform.cpp +++ b/xfa/fxfa/cxfa_ffsubform.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_ffsubform.h" +#include "xfa/fxfa/cxfa_ffsubform.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdoc.h" diff --git a/xfa/fxfa/app/cxfa_ffsubform.h b/xfa/fxfa/cxfa_ffsubform.h index d73e53de97..051bd271bf 100644 --- a/xfa/fxfa/app/cxfa_ffsubform.h +++ b/xfa/fxfa/cxfa_ffsubform.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFSUBFORM_H_ -#define XFA_FXFA_APP_CXFA_FFSUBFORM_H_ +#ifndef XFA_FXFA_CXFA_FFSUBFORM_H_ +#define XFA_FXFA_CXFA_FFSUBFORM_H_ #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" @@ -16,4 +16,4 @@ class CXFA_FFSubForm : public CXFA_FFWidget { ~CXFA_FFSubForm() override; }; -#endif // XFA_FXFA_APP_CXFA_FFSUBFORM_H_ +#endif // XFA_FXFA_CXFA_FFSUBFORM_H_ diff --git a/xfa/fxfa/app/cxfa_fftext.cpp b/xfa/fxfa/cxfa_fftext.cpp index 3d90e6cd4e..9b646230c2 100644 --- a/xfa/fxfa/app/cxfa_fftext.cpp +++ b/xfa/fxfa/cxfa_fftext.cpp @@ -4,19 +4,19 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_fftext.h" +#include "xfa/fxfa/cxfa_fftext.h" #include "xfa/fwl/fwl_widgetdef.h" #include "xfa/fwl/fwl_widgethit.h" -#include "xfa/fxfa/app/cxfa_ffdraw.h" -#include "xfa/fxfa/app/cxfa_linkuserdata.h" -#include "xfa/fxfa/app/cxfa_pieceline.h" -#include "xfa/fxfa/app/cxfa_textlayout.h" -#include "xfa/fxfa/app/cxfa_textpiece.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdoc.h" +#include "xfa/fxfa/cxfa_ffdraw.h" #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" +#include "xfa/fxfa/cxfa_linkuserdata.h" +#include "xfa/fxfa/cxfa_pieceline.h" +#include "xfa/fxfa/cxfa_textlayout.h" +#include "xfa/fxfa/cxfa_textpiece.h" #include "xfa/fxgraphics/cxfa_graphics.h" CXFA_FFText::CXFA_FFText(CXFA_WidgetAcc* pDataAcc) : CXFA_FFDraw(pDataAcc) {} diff --git a/xfa/fxfa/app/cxfa_fftext.h b/xfa/fxfa/cxfa_fftext.h index df920f0266..00c57c7cfc 100644 --- a/xfa/fxfa/app/cxfa_fftext.h +++ b/xfa/fxfa/cxfa_fftext.h @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFTEXT_H_ -#define XFA_FXFA_APP_CXFA_FFTEXT_H_ +#ifndef XFA_FXFA_CXFA_FFTEXT_H_ +#define XFA_FXFA_CXFA_FFTEXT_H_ -#include "xfa/fxfa/app/cxfa_ffdraw.h" +#include "xfa/fxfa/cxfa_ffdraw.h" class CXFA_FFText : public CXFA_FFDraw { public: @@ -29,4 +29,4 @@ class CXFA_FFText : public CXFA_FFDraw { const wchar_t* GetLinkURLAtPoint(const CFX_PointF& point); }; -#endif // XFA_FXFA_APP_CXFA_FFTEXT_H_ +#endif // XFA_FXFA_CXFA_FFTEXT_H_ diff --git a/xfa/fxfa/app/cxfa_fftextedit.cpp b/xfa/fxfa/cxfa_fftextedit.cpp index 0d211eb7b4..9d6cffb2d7 100644 --- a/xfa/fxfa/app/cxfa_fftextedit.cpp +++ b/xfa/fxfa/cxfa_fftextedit.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_fftextedit.h" +#include "xfa/fxfa/cxfa_fftextedit.h" #include <utility> diff --git a/xfa/fxfa/app/cxfa_fftextedit.h b/xfa/fxfa/cxfa_fftextedit.h index 109a31a0de..48656adfc1 100644 --- a/xfa/fxfa/app/cxfa_fftextedit.h +++ b/xfa/fxfa/cxfa_fftextedit.h @@ -4,12 +4,12 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FFTEXTEDIT_H_ -#define XFA_FXFA_APP_CXFA_FFTEXTEDIT_H_ +#ifndef XFA_FXFA_CXFA_FFTEXTEDIT_H_ +#define XFA_FXFA_CXFA_FFTEXTEDIT_H_ #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/fx_string.h" -#include "xfa/fxfa/app/cxfa_fffield.h" +#include "xfa/fxfa/cxfa_fffield.h" class CFWL_Event; class CFWL_Widget; @@ -54,4 +54,4 @@ class CXFA_FFTextEdit : public CXFA_FFField { void ValidateNumberField(const CFX_WideString& wsText); }; -#endif // XFA_FXFA_APP_CXFA_FFTEXTEDIT_H_ +#endif // XFA_FXFA_CXFA_FFTEXTEDIT_H_ diff --git a/xfa/fxfa/cxfa_ffwidget.cpp b/xfa/fxfa/cxfa_ffwidget.cpp index 2573ff4f6b..8dc767e5ee 100644 --- a/xfa/fxfa/cxfa_ffwidget.cpp +++ b/xfa/fxfa/cxfa_ffwidget.cpp @@ -21,12 +21,12 @@ #include "core/fxge/dib/cfx_imagerenderer.h" #include "core/fxge/dib/cfx_imagetransformer.h" #include "xfa/fwl/fwl_widgethit.h" -#include "xfa/fxfa/app/cxfa_textlayout.h" #include "xfa/fxfa/cxfa_eventparam.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffdocview.h" #include "xfa/fxfa/cxfa_ffpageview.h" +#include "xfa/fxfa/cxfa_textlayout.h" #include "xfa/fxfa/cxfa_widgetacc.h" #include "xfa/fxfa/parser/cxfa_corner.h" #include "xfa/fxfa/parser/cxfa_node.h" diff --git a/xfa/fxfa/cxfa_ffwidgethandler.cpp b/xfa/fxfa/cxfa_ffwidgethandler.cpp index b703f746e8..c78b5e8837 100644 --- a/xfa/fxfa/cxfa_ffwidgethandler.cpp +++ b/xfa/fxfa/cxfa_ffwidgethandler.cpp @@ -8,11 +8,11 @@ #include <vector> -#include "xfa/fxfa/app/cxfa_fffield.h" -#include "xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffdocview.h" +#include "xfa/fxfa/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffwidget.h" +#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h" #include "xfa/fxfa/parser/cxfa_layoutprocessor.h" #include "xfa/fxfa/parser/cxfa_measurement.h" #include "xfa/fxfa/parser/cxfa_node.h" diff --git a/xfa/fxfa/app/cxfa_fwladapterwidgetmgr.cpp b/xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp index 42362d858a..f4e7527478 100644 --- a/xfa/fxfa/app/cxfa_fwladapterwidgetmgr.cpp +++ b/xfa/fxfa/cxfa_fwladapterwidgetmgr.cpp @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h" +#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h" -#include "xfa/fxfa/app/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffdoc.h" +#include "xfa/fxfa/cxfa_fffield.h" CXFA_FWLAdapterWidgetMgr::CXFA_FWLAdapterWidgetMgr() {} diff --git a/xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h b/xfa/fxfa/cxfa_fwladapterwidgetmgr.h index f9126eac3f..f5c4ce160e 100644 --- a/xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h +++ b/xfa/fxfa/cxfa_fwladapterwidgetmgr.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FWLADAPTERWIDGETMGR_H_ -#define XFA_FXFA_APP_CXFA_FWLADAPTERWIDGETMGR_H_ +#ifndef XFA_FXFA_CXFA_FWLADAPTERWIDGETMGR_H_ +#define XFA_FXFA_CXFA_FWLADAPTERWIDGETMGR_H_ #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/fx_system.h" @@ -25,4 +25,4 @@ class CXFA_FWLAdapterWidgetMgr { CFX_RectF& rtPopup); }; -#endif // XFA_FXFA_APP_CXFA_FWLADAPTERWIDGETMGR_H_ +#endif // XFA_FXFA_CXFA_FWLADAPTERWIDGETMGR_H_ diff --git a/xfa/fxfa/app/cxfa_fwltheme.cpp b/xfa/fxfa/cxfa_fwltheme.cpp index 5ad0873e19..89ce0dbfbc 100644 --- a/xfa/fxfa/app/cxfa_fwltheme.cpp +++ b/xfa/fxfa/cxfa_fwltheme.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_fwltheme.h" +#include "xfa/fxfa/cxfa_fwltheme.h" #include "core/fxcrt/fx_codepage.h" #include "xfa/fde/cfde_textout.h" diff --git a/xfa/fxfa/app/cxfa_fwltheme.h b/xfa/fxfa/cxfa_fwltheme.h index eaca99082d..9fbb068cc3 100644 --- a/xfa/fxfa/app/cxfa_fwltheme.h +++ b/xfa/fxfa/cxfa_fwltheme.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_FWLTHEME_H_ -#define XFA_FXFA_APP_CXFA_FWLTHEME_H_ +#ifndef XFA_FXFA_CXFA_FWLTHEME_H_ +#define XFA_FXFA_CXFA_FWLTHEME_H_ #include <memory> @@ -67,4 +67,4 @@ class CXFA_FWLTheme final : public IFWL_ThemeProvider { CXFA_FFWidget* XFA_ThemeGetOuterWidget(CFWL_Widget* pWidget); -#endif // XFA_FXFA_APP_CXFA_FWLTHEME_H_ +#endif // XFA_FXFA_CXFA_FWLTHEME_H_ diff --git a/xfa/fxfa/app/cxfa_linkuserdata.cpp b/xfa/fxfa/cxfa_linkuserdata.cpp index d657b28539..c32b74664c 100644 --- a/xfa/fxfa/app/cxfa_linkuserdata.cpp +++ b/xfa/fxfa/cxfa_linkuserdata.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_linkuserdata.h" +#include "xfa/fxfa/cxfa_linkuserdata.h" CXFA_LinkUserData::CXFA_LinkUserData(wchar_t* pszText) : m_wsURLContent(pszText) {} diff --git a/xfa/fxfa/app/cxfa_linkuserdata.h b/xfa/fxfa/cxfa_linkuserdata.h index a3ccd92712..a445aadd23 100644 --- a/xfa/fxfa/app/cxfa_linkuserdata.h +++ b/xfa/fxfa/cxfa_linkuserdata.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_LINKUSERDATA_H_ -#define XFA_FXFA_APP_CXFA_LINKUSERDATA_H_ +#ifndef XFA_FXFA_CXFA_LINKUSERDATA_H_ +#define XFA_FXFA_CXFA_LINKUSERDATA_H_ #include "core/fxcrt/cfx_retain_ptr.h" #include "core/fxcrt/fx_basic.h" @@ -26,4 +26,4 @@ class CXFA_LinkUserData : public CFX_Retainable { CFX_WideString m_wsURLContent; }; -#endif // XFA_FXFA_APP_CXFA_LINKUSERDATA_H_ +#endif // XFA_FXFA_CXFA_LINKUSERDATA_H_ diff --git a/xfa/fxfa/app/cxfa_loadercontext.cpp b/xfa/fxfa/cxfa_loadercontext.cpp index 2ac58ba07a..05ba9f19d1 100644 --- a/xfa/fxfa/app/cxfa_loadercontext.cpp +++ b/xfa/fxfa/cxfa_loadercontext.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_loadercontext.h" +#include "xfa/fxfa/cxfa_loadercontext.h" CXFA_LoaderContext::CXFA_LoaderContext() : m_bSaveLineHeight(false), diff --git a/xfa/fxfa/app/cxfa_loadercontext.h b/xfa/fxfa/cxfa_loadercontext.h index 553252e200..5bf8ed3661 100644 --- a/xfa/fxfa/app/cxfa_loadercontext.h +++ b/xfa/fxfa/cxfa_loadercontext.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_LOADERCONTEXT_H_ -#define XFA_FXFA_APP_CXFA_LOADERCONTEXT_H_ +#ifndef XFA_FXFA_CXFA_LOADERCONTEXT_H_ +#define XFA_FXFA_CXFA_LOADERCONTEXT_H_ #include <vector> @@ -37,4 +37,4 @@ class CXFA_LoaderContext { std::vector<float> m_BlocksHeight; }; -#endif // XFA_FXFA_APP_CXFA_LOADERCONTEXT_H_ +#endif // XFA_FXFA_CXFA_LOADERCONTEXT_H_ diff --git a/xfa/fxfa/app/cxfa_pieceline.cpp b/xfa/fxfa/cxfa_pieceline.cpp index 2e1ea55f1c..6570ad59ec 100644 --- a/xfa/fxfa/app/cxfa_pieceline.cpp +++ b/xfa/fxfa/cxfa_pieceline.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_pieceline.h" +#include "xfa/fxfa/cxfa_pieceline.h" -#include "xfa/fxfa/app/cxfa_textpiece.h" +#include "xfa/fxfa/cxfa_textpiece.h" CXFA_PieceLine::CXFA_PieceLine() {} diff --git a/xfa/fxfa/app/cxfa_pieceline.h b/xfa/fxfa/cxfa_pieceline.h index 6b17ebfb11..82af0e5265 100644 --- a/xfa/fxfa/app/cxfa_pieceline.h +++ b/xfa/fxfa/cxfa_pieceline.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_PIECELINE_H_ -#define XFA_FXFA_APP_CXFA_PIECELINE_H_ +#ifndef XFA_FXFA_CXFA_PIECELINE_H_ +#define XFA_FXFA_CXFA_PIECELINE_H_ #include <memory> #include <vector> @@ -23,4 +23,4 @@ class CXFA_PieceLine { std::vector<int32_t> m_charCounts; }; -#endif // XFA_FXFA_APP_CXFA_PIECELINE_H_ +#endif // XFA_FXFA_CXFA_PIECELINE_H_ diff --git a/xfa/fxfa/app/cxfa_textlayout.cpp b/xfa/fxfa/cxfa_textlayout.cpp index 489df9ab9c..138587c2fc 100644 --- a/xfa/fxfa/app/cxfa_textlayout.cpp +++ b/xfa/fxfa/cxfa_textlayout.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_textlayout.h" +#include "xfa/fxfa/cxfa_textlayout.h" #include <algorithm> #include <utility> @@ -20,14 +20,14 @@ #include "xfa/fde/cfde_renderdevice.h" #include "xfa/fde/css/cfde_csscomputedstyle.h" #include "xfa/fde/css/cfde_cssstyleselector.h" -#include "xfa/fxfa/app/cxfa_linkuserdata.h" -#include "xfa/fxfa/app/cxfa_loadercontext.h" -#include "xfa/fxfa/app/cxfa_pieceline.h" -#include "xfa/fxfa/app/cxfa_textparsecontext.h" -#include "xfa/fxfa/app/cxfa_textpiece.h" -#include "xfa/fxfa/app/cxfa_textprovider.h" -#include "xfa/fxfa/app/cxfa_texttabstopscontext.h" -#include "xfa/fxfa/app/cxfa_textuserdata.h" +#include "xfa/fxfa/cxfa_linkuserdata.h" +#include "xfa/fxfa/cxfa_loadercontext.h" +#include "xfa/fxfa/cxfa_pieceline.h" +#include "xfa/fxfa/cxfa_textparsecontext.h" +#include "xfa/fxfa/cxfa_textpiece.h" +#include "xfa/fxfa/cxfa_textprovider.h" +#include "xfa/fxfa/cxfa_texttabstopscontext.h" +#include "xfa/fxfa/cxfa_textuserdata.h" #include "xfa/fxfa/parser/cxfa_font.h" #include "xfa/fxfa/parser/cxfa_node.h" #include "xfa/fxfa/parser/cxfa_para.h" diff --git a/xfa/fxfa/app/cxfa_textlayout.h b/xfa/fxfa/cxfa_textlayout.h index e8c203fcc1..079fff8fe2 100644 --- a/xfa/fxfa/app/cxfa_textlayout.h +++ b/xfa/fxfa/cxfa_textlayout.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_TEXTLAYOUT_H_ -#define XFA_FXFA_APP_CXFA_TEXTLAYOUT_H_ +#ifndef XFA_FXFA_CXFA_TEXTLAYOUT_H_ +#define XFA_FXFA_CXFA_TEXTLAYOUT_H_ #include <memory> #include <vector> @@ -15,7 +15,7 @@ #include "core/fxcrt/fx_string.h" #include "xfa/fde/css/fde_css.h" #include "xfa/fgas/layout/cfx_rtfbreak.h" -#include "xfa/fxfa/app/cxfa_textparser.h" +#include "xfa/fxfa/cxfa_textparser.h" class CFDE_Brush; class CFDE_CSSComputedStyle; @@ -133,4 +133,4 @@ class CXFA_TextLayout { bool m_bBlockContinue; }; -#endif // XFA_FXFA_APP_CXFA_TEXTLAYOUT_H_ +#endif // XFA_FXFA_CXFA_TEXTLAYOUT_H_ diff --git a/xfa/fxfa/app/cxfa_textparsecontext.cpp b/xfa/fxfa/cxfa_textparsecontext.cpp index 851d84456b..7231f388e2 100644 --- a/xfa/fxfa/app/cxfa_textparsecontext.cpp +++ b/xfa/fxfa/cxfa_textparsecontext.cpp @@ -4,14 +4,13 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_textparsecontext.h" +#include "xfa/fxfa/cxfa_textparsecontext.h" #include "xfa/fde/css/cfde_csscomputedstyle.h" #include "xfa/fde/css/cfde_cssdeclaration.h" #include "xfa/fde/css/cfde_cssstyleselector.h" CXFA_TextParseContext::CXFA_TextParseContext() - : m_pParentStyle(nullptr), - m_eDisplay(FDE_CSSDisplay::None) {} + : m_pParentStyle(nullptr), m_eDisplay(FDE_CSSDisplay::None) {} CXFA_TextParseContext::~CXFA_TextParseContext() {} diff --git a/xfa/fxfa/app/cxfa_textparsecontext.h b/xfa/fxfa/cxfa_textparsecontext.h index 514d5d7478..c3236570e5 100644 --- a/xfa/fxfa/app/cxfa_textparsecontext.h +++ b/xfa/fxfa/cxfa_textparsecontext.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_TEXTPARSECONTEXT_H_ -#define XFA_FXFA_APP_CXFA_TEXTPARSECONTEXT_H_ +#ifndef XFA_FXFA_CXFA_TEXTPARSECONTEXT_H_ +#define XFA_FXFA_CXFA_TEXTPARSECONTEXT_H_ #include <utility> #include <vector> @@ -36,4 +36,4 @@ class CXFA_TextParseContext { FDE_CSSDisplay m_eDisplay; }; -#endif // XFA_FXFA_APP_CXFA_TEXTPARSECONTEXT_H_ +#endif // XFA_FXFA_CXFA_TEXTPARSECONTEXT_H_ diff --git a/xfa/fxfa/app/cxfa_textparser.cpp b/xfa/fxfa/cxfa_textparser.cpp index 8bdb0a8372..2bc0096962 100644 --- a/xfa/fxfa/app/cxfa_textparser.cpp +++ b/xfa/fxfa/cxfa_textparser.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_textparser.h" +#include "xfa/fxfa/cxfa_textparser.h" #include <algorithm> #include <utility> @@ -19,13 +19,13 @@ #include "xfa/fde/css/cfde_cssstylesheet.h" #include "xfa/fde/css/fde_css.h" #include "xfa/fgas/font/cfgas_fontmgr.h" -#include "xfa/fxfa/app/cxfa_csstagprovider.h" -#include "xfa/fxfa/app/cxfa_textparsecontext.h" -#include "xfa/fxfa/app/cxfa_textprovider.h" -#include "xfa/fxfa/app/cxfa_texttabstopscontext.h" +#include "xfa/fxfa/cxfa_csstagprovider.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_fontmgr.h" +#include "xfa/fxfa/cxfa_textparsecontext.h" +#include "xfa/fxfa/cxfa_textprovider.h" +#include "xfa/fxfa/cxfa_texttabstopscontext.h" #include "xfa/fxfa/parser/cxfa_measurement.h" namespace { diff --git a/xfa/fxfa/app/cxfa_textparser.h b/xfa/fxfa/cxfa_textparser.h index 04bd51fafe..3c1b6039d0 100644 --- a/xfa/fxfa/app/cxfa_textparser.h +++ b/xfa/fxfa/cxfa_textparser.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_TEXTPARSER_H_ -#define XFA_FXFA_APP_CXFA_TEXTPARSER_H_ +#ifndef XFA_FXFA_CXFA_TEXTPARSER_H_ +#define XFA_FXFA_CXFA_TEXTPARSER_H_ #include <map> #include <memory> @@ -101,4 +101,4 @@ class CXFA_TextParser { m_mapXMLNodeToParseContext; }; -#endif // XFA_FXFA_APP_CXFA_TEXTPARSER_H_ +#endif // XFA_FXFA_CXFA_TEXTPARSER_H_ diff --git a/xfa/fxfa/app/cxfa_textparser_unittest.cpp b/xfa/fxfa/cxfa_textparser_unittest.cpp index 82a0110468..bd748cd494 100644 --- a/xfa/fxfa/app/cxfa_textparser_unittest.cpp +++ b/xfa/fxfa/cxfa_textparser_unittest.cpp @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "xfa/fxfa/app/cxfa_textparser.h" +#include "xfa/fxfa/cxfa_textparser.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/xfa/fxfa/app/cxfa_textpiece.cpp b/xfa/fxfa/cxfa_textpiece.cpp index 4cbad0a475..87a5e3fff2 100644 --- a/xfa/fxfa/app/cxfa_textpiece.cpp +++ b/xfa/fxfa/cxfa_textpiece.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_textpiece.h" +#include "xfa/fxfa/cxfa_textpiece.h" -#include "xfa/fxfa/app/cxfa_linkuserdata.h" +#include "xfa/fxfa/cxfa_linkuserdata.h" CXFA_TextPiece::CXFA_TextPiece() {} diff --git a/xfa/fxfa/app/cxfa_textpiece.h b/xfa/fxfa/cxfa_textpiece.h index 0fba66ef52..453257d5ec 100644 --- a/xfa/fxfa/app/cxfa_textpiece.h +++ b/xfa/fxfa/cxfa_textpiece.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_TEXTPIECE_H_ -#define XFA_FXFA_APP_CXFA_TEXTPIECE_H_ +#ifndef XFA_FXFA_CXFA_TEXTPIECE_H_ +#define XFA_FXFA_CXFA_TEXTPIECE_H_ #include <vector> @@ -38,4 +38,4 @@ class CXFA_TextPiece { CFX_RetainPtr<CXFA_LinkUserData> pLinkData; }; -#endif // XFA_FXFA_APP_CXFA_TEXTPIECE_H_ +#endif // XFA_FXFA_CXFA_TEXTPIECE_H_ diff --git a/xfa/fxfa/app/cxfa_textprovider.cpp b/xfa/fxfa/cxfa_textprovider.cpp index 01bc021f8c..16a2b58a8a 100644 --- a/xfa/fxfa/app/cxfa_textprovider.cpp +++ b/xfa/fxfa/cxfa_textprovider.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_textprovider.h" +#include "xfa/fxfa/cxfa_textprovider.h" #include <algorithm> #include <memory> @@ -16,16 +16,16 @@ #include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" #include "xfa/fde/cfde_textout.h" -#include "xfa/fxfa/app/cxfa_ffcheckbutton.h" -#include "xfa/fxfa/app/cxfa_fffield.h" -#include "xfa/fxfa/app/cxfa_fwladapterwidgetmgr.h" #include "xfa/fxfa/cxfa_eventparam.h" #include "xfa/fxfa/cxfa_ffapp.h" +#include "xfa/fxfa/cxfa_ffcheckbutton.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffdocview.h" +#include "xfa/fxfa/cxfa_fffield.h" #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" #include "xfa/fxfa/cxfa_fontmgr.h" +#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h" #include "xfa/fxfa/parser/cxfa_layoutprocessor.h" #include "xfa/fxfa/parser/cxfa_localevalue.h" #include "xfa/fxfa/parser/cxfa_node.h" diff --git a/xfa/fxfa/app/cxfa_textprovider.h b/xfa/fxfa/cxfa_textprovider.h index 08fc6f38e2..0772490d90 100644 --- a/xfa/fxfa/app/cxfa_textprovider.h +++ b/xfa/fxfa/cxfa_textprovider.h @@ -4,11 +4,11 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_TEXTPROVIDER_H_ -#define XFA_FXFA_APP_CXFA_TEXTPROVIDER_H_ +#ifndef XFA_FXFA_CXFA_TEXTPROVIDER_H_ +#define XFA_FXFA_CXFA_TEXTPROVIDER_H_ #include "core/fxcrt/fx_string.h" -#include "xfa/fxfa/app/cxfa_textlayout.h" +#include "xfa/fxfa/cxfa_textlayout.h" #include "xfa/fxfa/cxfa_widgetacc.h" #include "xfa/fxfa/parser/cxfa_font.h" #include "xfa/fxfa/parser/cxfa_para.h" @@ -47,4 +47,4 @@ class CXFA_TextProvider { XFA_TEXTPROVIDERTYPE m_eType; }; -#endif // XFA_FXFA_APP_CXFA_TEXTPROVIDER_H_ +#endif // XFA_FXFA_CXFA_TEXTPROVIDER_H_ diff --git a/xfa/fxfa/app/cxfa_texttabstopscontext.cpp b/xfa/fxfa/cxfa_texttabstopscontext.cpp index 58ceb21a4b..39476f7c2c 100644 --- a/xfa/fxfa/app/cxfa_texttabstopscontext.cpp +++ b/xfa/fxfa/cxfa_texttabstopscontext.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_texttabstopscontext.h" +#include "xfa/fxfa/cxfa_texttabstopscontext.h" CXFA_TextTabstopsContext::CXFA_TextTabstopsContext() : m_iTabIndex(-1), m_bTabstops(false), m_fTabWidth(0), m_fLeft(0) {} diff --git a/xfa/fxfa/app/cxfa_texttabstopscontext.h b/xfa/fxfa/cxfa_texttabstopscontext.h index 9be10dd61d..7124fd88fe 100644 --- a/xfa/fxfa/app/cxfa_texttabstopscontext.h +++ b/xfa/fxfa/cxfa_texttabstopscontext.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_TEXTTABSTOPSCONTEXT_H_ -#define XFA_FXFA_APP_CXFA_TEXTTABSTOPSCONTEXT_H_ +#ifndef XFA_FXFA_CXFA_TEXTTABSTOPSCONTEXT_H_ +#define XFA_FXFA_CXFA_TEXTTABSTOPSCONTEXT_H_ #include <vector> @@ -36,4 +36,4 @@ class CXFA_TextTabstopsContext { std::vector<XFA_TABSTOPS> m_tabstops; }; -#endif // XFA_FXFA_APP_CXFA_TEXTTABSTOPSCONTEXT_H_ +#endif // XFA_FXFA_CXFA_TEXTTABSTOPSCONTEXT_H_ diff --git a/xfa/fxfa/app/cxfa_textuserdata.cpp b/xfa/fxfa/cxfa_textuserdata.cpp index e4e549316a..4cec6b300a 100644 --- a/xfa/fxfa/app/cxfa_textuserdata.cpp +++ b/xfa/fxfa/cxfa_textuserdata.cpp @@ -4,12 +4,12 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxfa/app/cxfa_textuserdata.h" +#include "xfa/fxfa/cxfa_textuserdata.h" #include "xfa/fde/css/cfde_csscomputedstyle.h" #include "xfa/fde/css/cfde_cssstyleselector.h" #include "xfa/fde/css/fde_css.h" -#include "xfa/fxfa/app/cxfa_linkuserdata.h" +#include "xfa/fxfa/cxfa_linkuserdata.h" CXFA_TextUserData::CXFA_TextUserData( const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle) diff --git a/xfa/fxfa/app/cxfa_textuserdata.h b/xfa/fxfa/cxfa_textuserdata.h index 18a20cdc2a..c9e90aa40f 100644 --- a/xfa/fxfa/app/cxfa_textuserdata.h +++ b/xfa/fxfa/cxfa_textuserdata.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXFA_APP_CXFA_TEXTUSERDATA_H_ -#define XFA_FXFA_APP_CXFA_TEXTUSERDATA_H_ +#ifndef XFA_FXFA_CXFA_TEXTUSERDATA_H_ +#define XFA_FXFA_CXFA_TEXTUSERDATA_H_ #include "core/fxcrt/cfx_retain_ptr.h" #include "core/fxcrt/fx_basic.h" @@ -29,4 +29,4 @@ class CXFA_TextUserData : public CFX_Retainable { ~CXFA_TextUserData() override; }; -#endif // XFA_FXFA_APP_CXFA_TEXTUSERDATA_H_ +#endif // XFA_FXFA_CXFA_TEXTUSERDATA_H_ diff --git a/xfa/fxfa/cxfa_widgetacc.cpp b/xfa/fxfa/cxfa_widgetacc.cpp index 3c136df0ff..0ed941f6bd 100644 --- a/xfa/fxfa/cxfa_widgetacc.cpp +++ b/xfa/fxfa/cxfa_widgetacc.cpp @@ -13,13 +13,13 @@ #include "core/fxcrt/xml/cfx_xmlnode.h" #include "third_party/base/stl_util.h" #include "xfa/fde/cfde_textout.h" -#include "xfa/fxfa/app/cxfa_textlayout.h" -#include "xfa/fxfa/app/cxfa_textprovider.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffdocview.h" #include "xfa/fxfa/cxfa_ffwidget.h" #include "xfa/fxfa/cxfa_fontmgr.h" +#include "xfa/fxfa/cxfa_textlayout.h" +#include "xfa/fxfa/cxfa_textprovider.h" #include "xfa/fxfa/parser/cxfa_layoutprocessor.h" #include "xfa/fxfa/parser/cxfa_localevalue.h" #include "xfa/fxfa/parser/cxfa_node.h" diff --git a/xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp b/xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp index 5f1a4d2989..bea1f32d23 100644 --- a/xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp +++ b/xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp @@ -17,7 +17,7 @@ #include "fxjs/cfxjse_value.h" #include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/fm2js/cxfa_fmparse.h" #include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/cxfa_localevalue.h" diff --git a/xfa/fxfa/parser/cscript_eventpseudomodel.cpp b/xfa/fxfa/parser/cscript_eventpseudomodel.cpp index ede59871f1..45f1171321 100644 --- a/xfa/fxfa/parser/cscript_eventpseudomodel.cpp +++ b/xfa/fxfa/parser/cscript_eventpseudomodel.cpp @@ -7,8 +7,8 @@ #include "xfa/fxfa/parser/cscript_eventpseudomodel.h" #include "fxjs/cfxjse_arguments.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" #include "xfa/fxfa/cxfa_eventparam.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/cxfa_ffwidgethandler.h" #include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/cxfa_localemgr.h" diff --git a/xfa/fxfa/parser/cscript_hostpseudomodel.cpp b/xfa/fxfa/parser/cscript_hostpseudomodel.cpp index d9eb5d699f..2db6677877 100644 --- a/xfa/fxfa/parser/cscript_hostpseudomodel.cpp +++ b/xfa/fxfa/parser/cscript_hostpseudomodel.cpp @@ -9,7 +9,7 @@ #include <memory> #include "fxjs/cfxjse_arguments.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/cxfa_layoutprocessor.h" #include "xfa/fxfa/parser/cxfa_localemgr.h" diff --git a/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp b/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp index 130c9f0843..8eeb0ff30f 100644 --- a/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp +++ b/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp @@ -10,7 +10,7 @@ #include "fxjs/cfxjse_arguments.h" #include "third_party/base/stl_util.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/parser/cxfa_arraynodelist.h" #include "xfa/fxfa/parser/cxfa_containerlayoutitem.h" #include "xfa/fxfa/parser/cxfa_contentlayoutitem.h" diff --git a/xfa/fxfa/parser/cscript_signaturepseudomodel.cpp b/xfa/fxfa/parser/cscript_signaturepseudomodel.cpp index 023d3e541f..c746a4e76f 100644 --- a/xfa/fxfa/parser/cscript_signaturepseudomodel.cpp +++ b/xfa/fxfa/parser/cscript_signaturepseudomodel.cpp @@ -7,7 +7,7 @@ #include "xfa/fxfa/parser/cscript_signaturepseudomodel.h" #include "fxjs/cfxjse_arguments.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/cxfa_localemgr.h" #include "xfa/fxfa/parser/cxfa_scriptcontext.h" diff --git a/xfa/fxfa/parser/cxfa_document.cpp b/xfa/fxfa/parser/cxfa_document.cpp index ec80866bb0..16b999b9e3 100644 --- a/xfa/fxfa/parser/cxfa_document.cpp +++ b/xfa/fxfa/parser/cxfa_document.cpp @@ -7,7 +7,7 @@ #include "xfa/fxfa/parser/cxfa_document.h" #include "core/fxcrt/fx_extension.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/parser/cscript_datawindow.h" #include "xfa/fxfa/parser/cscript_eventpseudomodel.h" #include "xfa/fxfa/parser/cscript_hostpseudomodel.h" diff --git a/xfa/fxfa/parser/cxfa_itemlayoutprocessor.cpp b/xfa/fxfa/parser/cxfa_itemlayoutprocessor.cpp index 694b24dc27..f7a019d2d8 100644 --- a/xfa/fxfa/parser/cxfa_itemlayoutprocessor.cpp +++ b/xfa/fxfa/parser/cxfa_itemlayoutprocessor.cpp @@ -14,7 +14,7 @@ #include "third_party/base/logging.h" #include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/parser/cxfa_containerlayoutitem.h" #include "xfa/fxfa/parser/cxfa_contentlayoutitem.h" #include "xfa/fxfa/parser/cxfa_document.h" diff --git a/xfa/fxfa/parser/cxfa_layoutitem.cpp b/xfa/fxfa/parser/cxfa_layoutitem.cpp index a769da0f2a..a670d30ae0 100644 --- a/xfa/fxfa/parser/cxfa_layoutitem.cpp +++ b/xfa/fxfa/parser/cxfa_layoutitem.cpp @@ -6,7 +6,7 @@ #include "xfa/fxfa/parser/cxfa_layoutitem.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/parser/cxfa_containerlayoutitem.h" #include "xfa/fxfa/parser/cxfa_contentlayoutitem.h" #include "xfa/fxfa/parser/cxfa_measurement.h" diff --git a/xfa/fxfa/parser/cxfa_layoutpagemgr.cpp b/xfa/fxfa/parser/cxfa_layoutpagemgr.cpp index 0bf091ed34..a3f4ce9519 100644 --- a/xfa/fxfa/parser/cxfa_layoutpagemgr.cpp +++ b/xfa/fxfa/parser/cxfa_layoutpagemgr.cpp @@ -7,7 +7,7 @@ #include "xfa/fxfa/parser/cxfa_layoutpagemgr.h" #include "third_party/base/stl_util.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/parser/cxfa_containerlayoutitem.h" #include "xfa/fxfa/parser/cxfa_contentlayoutitem.h" #include "xfa/fxfa/parser/cxfa_document.h" diff --git a/xfa/fxfa/parser/cxfa_node.cpp b/xfa/fxfa/parser/cxfa_node.cpp index 5c4f8d102e..11c2c3c35e 100644 --- a/xfa/fxfa/parser/cxfa_node.cpp +++ b/xfa/fxfa/parser/cxfa_node.cpp @@ -23,8 +23,8 @@ #include "third_party/base/logging.h" #include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" #include "xfa/fxfa/cxfa_eventparam.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/cxfa_ffwidget.h" #include "xfa/fxfa/parser/cxfa_arraynodelist.h" #include "xfa/fxfa/parser/cxfa_attachnodelist.h" diff --git a/xfa/fxfa/parser/cxfa_object.cpp b/xfa/fxfa/parser/cxfa_object.cpp index 32aed5de1b..8ebedf9fed 100644 --- a/xfa/fxfa/parser/cxfa_object.cpp +++ b/xfa/fxfa/parser/cxfa_object.cpp @@ -8,7 +8,7 @@ #include "core/fxcrt/fx_extension.h" #include "fxjs/cfxjse_value.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/cxfa_node.h" #include "xfa/fxfa/parser/cxfa_nodelist.h" diff --git a/xfa/fxfa/parser/cxfa_scriptcontext.cpp b/xfa/fxfa/parser/cxfa_scriptcontext.cpp index fcf22442f1..115cd5651e 100644 --- a/xfa/fxfa/parser/cxfa_scriptcontext.cpp +++ b/xfa/fxfa/parser/cxfa_scriptcontext.cpp @@ -14,8 +14,8 @@ #include "fxjs/cfxjse_value.h" #include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" #include "xfa/fxfa/cxfa_eventparam.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/cxfa_localemgr.h" #include "xfa/fxfa/parser/cxfa_node.h" diff --git a/xfa/fxfa/parser/cxfa_widgetdata.cpp b/xfa/fxfa/parser/cxfa_widgetdata.cpp index cd4aa57332..cbe0d14c91 100644 --- a/xfa/fxfa/parser/cxfa_widgetdata.cpp +++ b/xfa/fxfa/parser/cxfa_widgetdata.cpp @@ -10,7 +10,7 @@ #include "core/fxcrt/fx_extension.h" #include "fxbarcode/BC_Library.h" #include "third_party/base/stl_util.h" -#include "xfa/fxfa/app/cxfa_ffnotify.h" +#include "xfa/fxfa/cxfa_ffnotify.h" #include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/cxfa_event.h" #include "xfa/fxfa/parser/cxfa_localevalue.h" |