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

Side by Side Diff: xfa/fxfa/include/xfa_ffdocview.h

Issue 1864973005: Move remaining xfa/include/fxfa files (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 8 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 | « xfa/fxfa/include/xfa_ffdochandler.h ('k') | xfa/fxfa/include/xfa_ffpageview.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 #ifndef XFA_INCLUDE_FXFA_XFA_FFDOCVIEW_H_ 7 #ifndef XFA_FXFA_INCLUDE_XFA_FFDOCVIEW_H_
8 #define XFA_INCLUDE_FXFA_XFA_FFDOCVIEW_H_ 8 #define XFA_FXFA_INCLUDE_XFA_FFDOCVIEW_H_
9 9
10 #include "xfa/include/fxfa/xfa_ffdoc.h" 10 #include "xfa/fxfa/include/xfa_ffdoc.h"
11 11
12 class CXFA_FFWidgetHandler; 12 class CXFA_FFWidgetHandler;
13 class CXFA_FFDoc; 13 class CXFA_FFDoc;
14 class CXFA_FFWidget; 14 class CXFA_FFWidget;
15 class CXFA_WidgetAccIterator; 15 class CXFA_WidgetAccIterator;
16 16
17 extern const XFA_ATTRIBUTEENUM gs_EventActivity[]; 17 extern const XFA_ATTRIBUTEENUM gs_EventActivity[];
18 enum XFA_DOCVIEW_LAYOUTSTATUS { 18 enum XFA_DOCVIEW_LAYOUTSTATUS {
19 XFA_DOCVIEW_LAYOUTSTATUS_None, 19 XFA_DOCVIEW_LAYOUTSTATUS_None,
20 XFA_DOCVIEW_LAYOUTSTATUS_Start, 20 XFA_DOCVIEW_LAYOUTSTATUS_Start,
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 CXFA_WidgetAcc* GetCurrentWidgetAcc(); 162 CXFA_WidgetAcc* GetCurrentWidgetAcc();
163 FX_BOOL SetCurrentWidgetAcc(CXFA_WidgetAcc* hWidget); 163 FX_BOOL SetCurrentWidgetAcc(CXFA_WidgetAcc* hWidget);
164 void SkipTree(); 164 void SkipTree();
165 165
166 protected: 166 protected:
167 CXFA_ContainerIterator m_ContentIterator; 167 CXFA_ContainerIterator m_ContentIterator;
168 CXFA_FFDocView* m_pDocView; 168 CXFA_FFDocView* m_pDocView;
169 CXFA_WidgetAcc* m_pCurWidgetAcc; 169 CXFA_WidgetAcc* m_pCurWidgetAcc;
170 }; 170 };
171 171
172 #endif // XFA_INCLUDE_FXFA_XFA_FFDOCVIEW_H_ 172 #endif // XFA_FXFA_INCLUDE_XFA_FFDOCVIEW_H_
OLDNEW
« no previous file with comments | « xfa/fxfa/include/xfa_ffdochandler.h ('k') | xfa/fxfa/include/xfa_ffpageview.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698