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

Side by Side Diff: fpdfsdk/include/formfiller/FFL_IFormFiller.h

Issue 1172793002: Merge to XFA: Use stdint.h types throughout PDFium. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 6 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 | « fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h ('k') | fpdfsdk/include/formfiller/FFL_Notify.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 FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_ 7 #ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_
8 #define FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_ 8 #define FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_
9 9
10 #include "FormFiller.h" 10 #include "FormFiller.h"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 virtual FX_BOOL OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags); 60 virtual FX_BOOL OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags);
61 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX _UINT nChar, FX_UINT nFlags); 61 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX _UINT nChar, FX_UINT nFlags);
62 62
63 virtual void OnDeSelected(CPDFSDK_Annot* pAnn ot); 63 virtual void OnDeSelected(CPDFSDK_Annot* pAnn ot);
64 virtual void OnSelected(CPDFSDK_Annot* pAnnot ); 64 virtual void OnSelected(CPDFSDK_Annot* pAnnot );
65 65
66 virtual FX_BOOL OnSetFocus(CPDFSDK_Annot* pAnnot ,FX_UINT nFlag); 66 virtual FX_BOOL OnSetFocus(CPDFSDK_Annot* pAnnot ,FX_UINT nFlag);
67 virtual FX_BOOL OnKillFocus(CPDFSDK_Annot* pAnno t, FX_UINT nFlag); 67 virtual FX_BOOL OnKillFocus(CPDFSDK_Annot* pAnno t, FX_UINT nFlag);
68 68
69 public: 69 public:
70 » virtual void» » » » QueryWherePopup(void* pPrivateDa ta, FX_FLOAT fPopupMin,FX_FLOAT fPopupMax, FX_INT32 & nRet, FX_FLOAT & fPopupRet ); 70 » virtual void» » » » QueryWherePopup(void* pPrivateDa ta, FX_FLOAT fPopupMin,FX_FLOAT fPopupMax, int32_t & nRet, FX_FLOAT & fPopupRet) ;
71 » virtual void» » » » OnBeforeKeyStroke(FX_BOOL bEditO rList, void* pPrivateData, FX_INT32 nKeyCode, 71 » virtual void» » » » OnBeforeKeyStroke(FX_BOOL bEditO rList, void* pPrivateData, int32_t nKeyCode,
72 CFX_WideString & strChange, const CFX_WideString& strChangeEx, 72 CFX_WideString & strChange, const CFX_WideString& strChangeEx,
73 int nSelStart, int nSelEnd, 73 int nSelStart, int nSelEnd,
74 FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag); 74 FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag);
75 virtual void OnAfterKeyStroke(FX_BOOL bEditOr List, void* pPrivateData, FX_BOOL & bExit, FX_DWORD nFlag) ; 75 virtual void OnAfterKeyStroke(FX_BOOL bEditOr List, void* pPrivateData, FX_BOOL & bExit, FX_DWORD nFlag) ;
76 76
77 virtual void OnSetWindowRect(void* pPrivateDa ta, const CPDF_Rect & rcWindow); 77 virtual void OnSetWindowRect(void* pPrivateDa ta, const CPDF_Rect & rcWindow);
78 » virtual void» » » » OnKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString & strChange, 78 » virtual void» » » » OnKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, int32_t nKeyCode, CFX_WideString & strChange,
79 const CF X_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit); 79 const CF X_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit);
80 virtual void OnPopupPreOpen(void* pPrivateDat a, FX_BOOL& bExit, FX_DWORD nFlag); 80 virtual void OnPopupPreOpen(void* pPrivateDat a, FX_BOOL& bExit, FX_DWORD nFlag);
81 virtual void OnPopupPostOpen(void* pPrivateDa ta, FX_BOOL& bExit, FX_DWORD nFlag); 81 virtual void OnPopupPostOpen(void* pPrivateDa ta, FX_BOOL& bExit, FX_DWORD nFlag);
82 82
83 public: 83 public:
84 virtual void BeforeUndo(CPDFSDK_Document* pDo cument); 84 virtual void BeforeUndo(CPDFSDK_Document* pDo cument);
85 virtual void BeforeRedo(CPDFSDK_Document* pDo cument); 85 virtual void BeforeRedo(CPDFSDK_Document* pDo cument);
86 virtual void AfterUndo(CPDFSDK_Document* pDoc ument); 86 virtual void AfterUndo(CPDFSDK_Document* pDoc ument);
87 virtual void AfterRedo(CPDFSDK_Document* pDoc ument); 87 virtual void AfterRedo(CPDFSDK_Document* pDoc ument);
88 88
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 { 142 {
143 public: 143 public:
144 CPDFSDK_Widget* pWidget; 144 CPDFSDK_Widget* pWidget;
145 CPDFSDK_PageView* pPageView; 145 CPDFSDK_PageView* pPageView;
146 int nWidgetAge; 146 int nWidgetAge;
147 int nValueAge; 147 int nValueAge;
148 }; 148 };
149 149
150 #endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_ 150 #endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_
151 151
OLDNEW
« no previous file with comments | « fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h ('k') | fpdfsdk/include/formfiller/FFL_Notify.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698