Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h485 class CFXEU_InsertText : public CFX_Edit_UndoItem
488CFXEU_InsertText(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNew…
491 virtual ~CFXEU_InsertText();
563 friend class CFXEU_InsertText; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp809 CFXEU_InsertText::CFXEU_InsertText(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_… in CFXEU_InsertText() function in CFXEU_InsertText
826 CFXEU_InsertText::~CFXEU_InsertText() in ~CFXEU_InsertText()
830 void CFXEU_InsertText::Redo() in Redo()
840 void CFXEU_InsertText::Undo() in Undo()
3280 …AddEditUndoItem(new CFXEU_InsertText(this,m_wpOldCaret,m_wpCaret,text,charset,pSecProps,pWordProps… in InsertText()