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

Side by Side Diff: fpdfsdk/src/formfiller/FFL_IFormFiller.cpp

Issue 1439223003: Merge to XFA: Remove relative includes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: fix merge Created 5 years, 1 month 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 | « fpdfsdk/src/formfiller/FFL_FormFiller.cpp ('k') | fpdfsdk/src/formfiller/FFL_ListBox.cpp » ('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 #include "../../include/formfiller/FFL_FormFiller.h" 7 #include "fpdfsdk/include/formfiller/FFL_CheckBox.h"
8 #include "../../include/formfiller/FFL_IFormFiller.h" 8 #include "fpdfsdk/include/formfiller/FFL_ComboBox.h"
9 #include "../../include/formfiller/FFL_CheckBox.h" 9 #include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
10 #include "../../include/formfiller/FFL_ComboBox.h" 10 #include "fpdfsdk/include/formfiller/FFL_IFormFiller.h"
11 #include "../../include/formfiller/FFL_ListBox.h" 11 #include "fpdfsdk/include/formfiller/FFL_ListBox.h"
12 #include "../../include/formfiller/FFL_PushButton.h" 12 #include "fpdfsdk/include/formfiller/FFL_PushButton.h"
13 #include "../../include/formfiller/FFL_RadioButton.h" 13 #include "fpdfsdk/include/formfiller/FFL_RadioButton.h"
14 #include "../../include/formfiller/FFL_TextField.h" 14 #include "fpdfsdk/include/formfiller/FFL_TextField.h"
15 15
16 #define FFL_MAXLISTBOXHEIGHT 140.0f 16 #define FFL_MAXLISTBOXHEIGHT 140.0f
17 17
18 // HHOOK CFFL_IFormFiller::m_hookSheet = NULL; 18 // HHOOK CFFL_IFormFiller::m_hookSheet = NULL;
19 // MSG CFFL_IFormFiller::g_Msg; 19 // MSG CFFL_IFormFiller::g_Msg;
20 20
21 /* ----------------------------- CFFL_IFormFiller ----------------------------- 21 /* ----------------------------- CFFL_IFormFiller -----------------------------
22 */ 22 */
23 23
24 CFFL_IFormFiller::CFFL_IFormFiller(CPDFDoc_Environment* pApp) 24 CFFL_IFormFiller::CFFL_IFormFiller(CPDFDoc_Environment* pApp)
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 bExit = TRUE; 1069 bExit = TRUE;
1070 m_bNotifying = FALSE; 1070 m_bNotifying = FALSE;
1071 return; 1071 return;
1072 } 1072 }
1073 } 1073 }
1074 1074
1075 m_bNotifying = FALSE; 1075 m_bNotifying = FALSE;
1076 } 1076 }
1077 } 1077 }
1078 } 1078 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/formfiller/FFL_FormFiller.cpp ('k') | fpdfsdk/src/formfiller/FFL_ListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698