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

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

Issue 1177483002: Use stdint.h types throughout PDFium. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
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 80
81 public: 81 public:
82 virtual void BeforeUndo(CPDFSDK_Document* pDo cument); 82 virtual void BeforeUndo(CPDFSDK_Document* pDo cument);
83 virtual void BeforeRedo(CPDFSDK_Document* pDo cument); 83 virtual void BeforeRedo(CPDFSDK_Document* pDo cument);
84 virtual void AfterUndo(CPDFSDK_Document* pDoc ument); 84 virtual void AfterUndo(CPDFSDK_Document* pDoc ument);
85 virtual void AfterRedo(CPDFSDK_Document* pDoc ument); 85 virtual void AfterRedo(CPDFSDK_Document* pDoc ument);
86 86
87 public: 87 public:
88 virtual FX_BOOL CanCopy(CPDFSDK_Document* pDocum ent); 88 virtual FX_BOOL CanCopy(CPDFSDK_Document* pDocum ent);
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 { 136 {
137 public: 137 public:
138 CPDFSDK_Widget* pWidget; 138 CPDFSDK_Widget* pWidget;
139 CPDFSDK_PageView* pPageView; 139 CPDFSDK_PageView* pPageView;
140 int nWidgetAge; 140 int nWidgetAge;
141 int nValueAge; 141 int nValueAge;
142 }; 142 };
143 143
144 #endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_ 144 #endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_
145 145
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