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

Unified Diff: xfa/src/fee/include/ifde_txtedtengine.h

Issue 1736133002: Remove FDE_USEFORMATBLOCK. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa.gyp ('k') | xfa/src/fee/src/fee/fde_txtedtblock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fee/include/ifde_txtedtengine.h
diff --git a/xfa/src/fee/include/ifde_txtedtengine.h b/xfa/src/fee/include/ifde_txtedtengine.h
index bddad4c78842625026ff2b716910dc50bbd7678f..6773b50195f7bdef7d5065a4f2b88336fcbb9e88 100644
--- a/xfa/src/fee/include/ifde_txtedtengine.h
+++ b/xfa/src/fee/include/ifde_txtedtengine.h
@@ -228,17 +228,6 @@ class IFDE_TxtEdtEngine {
const CFX_WideString& wsReplace) = 0;
virtual void SetLimit(int32_t nLimit) = 0;
virtual void SetAliasChar(FX_WCHAR wAlias) = 0;
- virtual void SetFormatBlock(int32_t nIndex,
- const CFX_WideString& wsBlockFormat) = 0;
- virtual int32_t CountEditBlocks() const = 0;
- virtual void GetEditBlockText(int32_t nIndex,
- CFX_WideString& wsBlockText) const = 0;
- virtual int32_t CountEditFields(int32_t nBlockIndex) const = 0;
- virtual void GetEditFieldText(int32_t nBlockIndex,
- int32_t nFieldIndex,
- CFX_WideString& wsFieldText) const = 0;
- virtual void StartEdit() = 0;
- virtual void EndEdit() = 0;
virtual void AddSelRange(int32_t nStart, int32_t nCount = -1) = 0;
virtual int32_t CountSelRanges() = 0;
virtual int32_t GetSelRange(int32_t nIndex, int32_t& nStart) = 0;
« no previous file with comments | « xfa.gyp ('k') | xfa/src/fee/src/fee/fde_txtedtblock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698