Home
last modified time | relevance | path

Searched refs:m_wsIns (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.h302 CFX_WideString m_wsIns; variable
368 CFX_WideString m_wsIns; variable
Dfde_txtedtengine.cpp2593 m_wsIns(wsIns), in CFDE_TxtEdtDoRecord_FieldInsert()
2606 int32_t nRet = m_pField->Delete(m_nIndexInField, m_wsIns.GetLength(), wsDel, in Undo()
2619 int32_t nRet = m_pField->Insert(m_nIndexInField, m_wsIns, nCaret, bBefore); in Redo()
2625 m_pEngine->SetCaretPos(m_nCaret + m_wsIns.GetLength(), TRUE); in Redo()
2639 ArchiveSaver << m_wsIns; in Serialize()
2665 ArchiveLoader >> m_wsIns; in Deserialize()
2787 m_wsIns(wsIns), in CFDE_TxtEdtDoRecord_FieldReplace()
2800 int32_t nRet = m_pField->Replace(m_nIndexInField, m_wsIns.GetLength(), in Undo()
2815 m_wsIns, wsDel, nCaret, bBefore); in Redo()
2836 ArchiveSaver << m_wsIns; in Serialize()
[all …]