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.h489 class CFXEU_InsertText : public CFX_Edit_UndoItem
492CFXEU_InsertText(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNew…
495 virtual ~CFXEU_InsertText();
567 friend class CFXEU_InsertText; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp826 CFXEU_InsertText::CFXEU_InsertText(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_… in CFXEU_InsertText() function in CFXEU_InsertText
843 CFXEU_InsertText::~CFXEU_InsertText() in ~CFXEU_InsertText()
847 void CFXEU_InsertText::Redo() in Redo()
857 void CFXEU_InsertText::Undo() in Undo()
3297 …AddEditUndoItem(new CFXEU_InsertText(this,m_wpOldCaret,m_wpCaret,text,charset,pSecProps,pWordProps… in InsertText()