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

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

Issue 1640033002: XFA: Remove dead AddDoRecord code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 11 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/include/fwl/basewidget/fwl_edit.h ('k') | xfa/src/fwl/src/basewidget/fwl_editimp.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 #ifndef FXFA_H_ 7 #ifndef FXFA_H_
8 #define FXFA_H_ 8 #define FXFA_H_
9 9
10 class CFX_Graphics; 10 class CFX_Graphics;
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 return 0; 430 return 0;
431 } 431 }
432 virtual CXFA_NodeList* Enumerate(IXFA_Doc* hDoc) { return 0; } 432 virtual CXFA_NodeList* Enumerate(IXFA_Doc* hDoc) { return 0; }
433 virtual FX_BOOL Clear(IXFA_Doc* hDoc, 433 virtual FX_BOOL Clear(IXFA_Doc* hDoc,
434 CXFA_Node* pSigNode, 434 CXFA_Node* pSigNode,
435 FX_BOOL bCleared = TRUE) { 435 FX_BOOL bCleared = TRUE) {
436 return 0; 436 return 0;
437 } 437 }
438 virtual void GetURL(IXFA_Doc* hDoc, CFX_WideString& wsDocURL) = 0; 438 virtual void GetURL(IXFA_Doc* hDoc, CFX_WideString& wsDocURL) = 0;
439 virtual FX_ARGB GetHighlightColor(IXFA_Doc* hDoc) = 0; 439 virtual FX_ARGB GetHighlightColor(IXFA_Doc* hDoc) = 0;
440 virtual void AddDoRecord(IXFA_Widget* hWidget) = 0;
441 440
442 virtual FX_BOOL SubmitData(IXFA_Doc* hDoc, CXFA_Submit submit) = 0; 441 virtual FX_BOOL SubmitData(IXFA_Doc* hDoc, CXFA_Submit submit) = 0;
443 virtual FX_BOOL CheckWord(IXFA_Doc* hDoc, const CFX_ByteStringC& sWord) = 0; 442 virtual FX_BOOL CheckWord(IXFA_Doc* hDoc, const CFX_ByteStringC& sWord) = 0;
444 virtual FX_BOOL GetSuggestWords(IXFA_Doc* hDoc, 443 virtual FX_BOOL GetSuggestWords(IXFA_Doc* hDoc,
445 const CFX_ByteStringC& sWord, 444 const CFX_ByteStringC& sWord,
446 CFX_ByteStringArray& sSuggest) = 0; 445 CFX_ByteStringArray& sSuggest) = 0;
447 virtual FX_BOOL GetPDFScriptObject(IXFA_Doc* hDoc, 446 virtual FX_BOOL GetPDFScriptObject(IXFA_Doc* hDoc,
448 const CFX_ByteStringC& utf8Name, 447 const CFX_ByteStringC& utf8Name,
449 FXJSE_HVALUE hValue) = 0; 448 FXJSE_HVALUE hValue) = 0;
450 virtual FX_BOOL GetGlobalProperty(IXFA_Doc* hDoc, 449 virtual FX_BOOL GetGlobalProperty(IXFA_Doc* hDoc,
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 size_t size = 0) = 0; 835 size_t size = 0) = 0;
837 virtual void FinishChecksum() = 0; 836 virtual void FinishChecksum() = 0;
838 virtual void GetChecksum(CFX_ByteString& bsChecksum) = 0; 837 virtual void GetChecksum(CFX_ByteString& bsChecksum) = 0;
839 838
840 protected: 839 protected:
841 ~IXFA_ChecksumContext() {} 840 ~IXFA_ChecksumContext() {}
842 }; 841 };
843 IXFA_ChecksumContext* XFA_Checksum_Create(); 842 IXFA_ChecksumContext* XFA_Checksum_Create();
844 843
845 #endif // FXFA_H_ 844 #endif // FXFA_H_
OLDNEW
« no previous file with comments | « xfa/include/fwl/basewidget/fwl_edit.h ('k') | xfa/src/fwl/src/basewidget/fwl_editimp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698