diff options
Diffstat (limited to 'xfa/fde/cfde_txtedtengine.h')
-rw-r--r-- | xfa/fde/cfde_txtedtengine.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/xfa/fde/cfde_txtedtengine.h b/xfa/fde/cfde_txtedtengine.h index 547cd57eae..f2bc62cd42 100644 --- a/xfa/fde/cfde_txtedtengine.h +++ b/xfa/fde/cfde_txtedtengine.h @@ -164,14 +164,9 @@ class CFDE_TxtEdtEngine { bool IsLocked() const { return m_bLock; } - CFX_WideString GetPreDeleteText(int32_t nIndex, int32_t nLength); - CFX_WideString GetPreInsertText(int32_t nIndex, - const wchar_t* lpText, - int32_t nLength); - CFX_WideString GetPreReplaceText(int32_t nIndex, - int32_t nOriginLength, - const wchar_t* lpText, - int32_t nLength); + CFX_WideString InsertIntoTextCopy(int32_t nIndex, + const wchar_t* lpText, + int32_t nLength); void DeleteRange_DoRecord(int32_t nStart, int32_t nCount, bool bSel); void ResetEngine(); |